Skip to content

InstancesProps

Properties for defining a Instances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-paidswapi-instances

Initializer

using AlibabaCloud.SDK.ROS.CDK.Paidswapi;
new InstancesProps {
    object Accessibility = null,
    object InstanceId = null,
    object InstanceName = null,
    object RefreshOptions = null,
    object WorkspaceId = null
};

Properties

Name Type Description
Accessibility object Property accessibility: Whether the workspace is visible to others.
InstanceId object Property instanceId: The first ID of the resource.
InstanceName object Property instanceName: The instance name.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
WorkspaceId object Property workspaceId: The Id of the workspace.

AccessibilityOptional

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

Property accessibility: Whether the workspace is visible to others.


InstanceIdOptional

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

Property instanceId: The first ID of the resource.


InstanceNameOptional

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

Property instanceName: The instance 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.

WorkspaceIdOptional

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

Property workspaceId: The Id of the workspace.