Skip to content

InstancesProps

Properties for defining a Instances.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ots;
new InstancesProps {
    object InstanceName = null,
    object RefreshOptions = null,
    object Status = null
};

Properties

Name Type Description
InstanceName object Property instanceName: The name of instance.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Status object Property status: The status of instance.

InstanceNameOptional

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

Property instanceName: The name of instance.


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.

StatusOptional

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

Property status: The status of instance.