Skip to content

RosSnapshotGroupProps

Properties for defining a RosSnapshotGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-snapshotgroup

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosSnapshotGroupProps {
    Description: interface{},
    DiskIds: interface{},
    ExcludeDiskIds: interface{},
    InstanceId: interface{},
    Name: interface{},
    ResourceGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosSnapshotGroup.TagsProperty,
}

Properties

Name Type Description
Description interface{} No description.
DiskIds interface{} No description.
ExcludeDiskIds interface{} No description.
InstanceId interface{} No description.
Name interface{} No description.
ResourceGroupId interface{} No description.
Tags *[]TagsProperty No description.

DescriptionOptional

Description interface{}
  • Type: interface{}

DiskIdsOptional

DiskIds interface{}
  • Type: interface{}

ExcludeDiskIdsOptional

ExcludeDiskIds interface{}
  • Type: interface{}

InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty