RosInstanceProps
Properties for defining a RosInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new RosInstanceProps {
object InstanceName,
object ClusterType = null,
object Description = null,
object Network = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceName |
object |
No description. |
ClusterType |
object |
No description. |
Description |
object |
No description. |
Network |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
InstanceNameRequired
public object InstanceName { get; set; }
- Type: object
ClusterTypeOptional
public object ClusterType { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
NetworkOptional
public object Network { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]