InstanceProps
Properties for defining a Instance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new InstanceProps {
object InstanceName,
object ClusterType = null,
object Description = null,
object Network = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceName |
object |
Property instanceName: The name of the instance. |
ClusterType |
object |
Property clusterType: Cluster type, the default is SSD. |
Description |
object |
Property description: Instance description. |
Network |
object |
Property network: Instance network type, default is NORMAL. |
Tags |
TagsProperty[] |
Property tags: Tags to attach to instance. |
InstanceName
Required
public object InstanceName { get; set; }
- Type: object
Property instanceName: The name of the instance.
ClusterType
Optional
public object ClusterType { get; set; }
- Type: object
Property clusterType: Cluster type, the default is SSD.
This parameter specifies the specification of the ots instance. When the value is SSD, the ots instance is a high-performance instance. When the value is Hybid, the ots instance is a capacity instance
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Instance description.
Network
Optional
public object Network { get; set; }
- Type: object
Property network: Instance network type, default is NORMAL.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 5 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.