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. |
InstanceName
Required
public object InstanceName { get; set; }
- Type: object
ClusterType
Optional
public object ClusterType { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Network
Optional
public object Network { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]