Skip to content

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.

DescriptionOptional

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

DiskIdsOptional

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

ExcludeDiskIdsOptional

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

InstanceIdOptional

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

NameOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }