Skip to content

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.

InstanceNameRequired

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

Property instanceName: The name of the instance.


ClusterTypeOptional

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


DescriptionOptional

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

Property description: Instance description.


NetworkOptional

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

Property network: Instance network type, default is NORMAL.


TagsOptional

public TagsProperty[] Tags { get; set; }

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.