Skip to content

InstancesProps

Properties for defining a Instances.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eais;
new InstancesProps {
    object InstanceId = null,
    object InstanceName = null,
    object InstanceType = null,
    object RefreshOptions = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
InstanceId object Property instanceId: Elastic accelerated instance ID.
InstanceName object Property instanceName: Name of the instance.
InstanceType object Property instanceType: EAIS instance type.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.

InstanceIdOptional

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

Property instanceId: Elastic accelerated instance ID.


InstanceNameOptional

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

Property instanceName: Name of the instance.


InstanceTypeOptional

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

Property instanceType: EAIS instance type.


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.

ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.