Skip to content

RosSnapshotProps

Properties for defining a RosSnapshot.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosSnapshotProps {
    DiskId: interface{},
    Description: interface{},
    InstantAccess: interface{},
    InstantAccessRetentionDays: interface{},
    ResourceGroupId: interface{},
    RetentionDays: interface{},
    SnapshotName: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosSnapshot.TagsProperty,
    Timeout: interface{},
}

Properties

Name Type Description
DiskId interface{} No description.
Description interface{} No description.
InstantAccess interface{} No description.
InstantAccessRetentionDays interface{} No description.
ResourceGroupId interface{} No description.
RetentionDays interface{} No description.
SnapshotName interface{} No description.
Tags *[]TagsProperty No description.
Timeout interface{} No description.

DiskIdRequired

DiskId interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

InstantAccessOptional

InstantAccess interface{}
  • Type: interface{}

InstantAccessRetentionDaysOptional

InstantAccessRetentionDays interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

RetentionDaysOptional

RetentionDays interface{}
  • Type: interface{}

SnapshotNameOptional

SnapshotName interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TimeoutOptional

Timeout interface{}
  • Type: interface{}