Skip to content

WorkspaceResourceMaxComputesProps

Properties for defining a WorkspaceResourceMaxComputes.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-workspaceresourcemaxcomputes

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pai;
new WorkspaceResourceMaxComputesProps {
    object WorkspaceId,
    object GroupName = null,
    object RefreshOptions = null
};

Properties

Name Type Description
WorkspaceId object Property workspaceId: The ID of the workspace to which the workspace belongs.
GroupName object Property groupName: Resource group name.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

WorkspaceIdRequired

public object WorkspaceId { get; set; }
  • Type: object

Property workspaceId: The ID of the workspace to which the workspace belongs.


GroupNameOptional

public object GroupName { get; set; }
  • Type: object

Property groupName: Resource group name.

If you want to obtain a resource group name.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.