InstancesProps
Properties for defining a Instances
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ens-instances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ens;
new InstancesProps {
object EnsRegionIds = null,
object EnsServiceId = null,
object ImageId = null,
object InstanceIds = null,
object InstanceName = null,
object InstanceResourceType = null,
object RefreshOptions = null,
object Status = null
};
Properties
Name | Type | Description |
---|---|---|
EnsRegionIds |
object |
Property ensRegionIds: The list of ENS region IDs. |
EnsServiceId |
object |
Property ensServiceId: The ID of ENS service. |
ImageId |
object |
Property imageId: The image ID of instance. |
InstanceIds |
object |
Property instanceIds: The list of instance IDs. |
InstanceName |
object |
Property instanceName: The name of instance. |
InstanceResourceType |
object |
Property instanceResourceType: The resource type 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. |
EnsRegionIds
Optional
public object EnsRegionIds { get; set; }
- Type: object
Property ensRegionIds: The list of ENS region IDs.
EnsServiceId
Optional
public object EnsServiceId { get; set; }
- Type: object
Property ensServiceId: The ID of ENS service.
ImageId
Optional
public object ImageId { get; set; }
- Type: object
Property imageId: The image ID of instance.
InstanceIds
Optional
public object InstanceIds { get; set; }
- Type: object
Property instanceIds: The list of instance IDs.
InstanceName
Optional
public object InstanceName { get; set; }
- Type: object
Property instanceName: The name of instance.
InstanceResourceType
Optional
public object InstanceResourceType { get; set; }
- Type: object
Property instanceResourceType: The resource type of instance.
Valid values: EnsPostPaidInstance: PostPaid instance. EnsService: Edge service instance. BuildMachine: Image building machine.
RefreshOptions
Optional
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.
Status
Optional
public object Status { get; set; }
- Type: object
Property status: The status of instance.