RosCenInstanceProps
Properties for defining a RosCenInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-ceninstance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosCenInstanceProps {
object Description = null,
object Name = null,
object ProtectionLevel = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
Description |
object |
No description. |
Name |
object |
No description. |
ProtectionLevel |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
Description
Optional
public object Description { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
ProtectionLevel
Optional
public object ProtectionLevel { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]