RosSnapshotGroupProps
Properties for defining a RosSnapshotGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-snapshotgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSnapshotGroupProps {
object Description = null,
object DiskIds = null,
object ExcludeDiskIds = null,
object InstanceId = null,
object Name = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
Description |
object |
No description. |
DiskIds |
object |
No description. |
ExcludeDiskIds |
object |
No description. |
InstanceId |
object |
No description. |
Name |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
Description
Optional
public object Description { get; set; }
- Type: object
DiskIds
Optional
public object DiskIds { get; set; }
- Type: object
ExcludeDiskIds
Optional
public object ExcludeDiskIds { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]