Skip to content

RosSnapshotsProps

Properties for defining a RosSnapshots.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-snapshots

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs/datasource"
&datasource.RosSnapshotsProps {
    Category: interface{},
    DiskId: interface{},
    Encrypted: interface{},
    Filters: interface{},
    InstanceId: interface{},
    KmsKeyId: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
    SnapshotIds: interface{},
    SnapshotLinkId: interface{},
    SnapshotName: interface{},
    SnapshotType: interface{},
    SourceDiskType: interface{},
    Status: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosSnapshots.TagsProperty,
    Usage: interface{},
}

Properties

Name Type Description
Category interface{} No description.
DiskId interface{} No description.
Encrypted interface{} No description.
Filters interface{} No description.
InstanceId interface{} No description.
KmsKeyId interface{} No description.
RefreshOptions interface{} No description.
ResourceGroupId interface{} No description.
SnapshotIds interface{} No description.
SnapshotLinkId interface{} No description.
SnapshotName interface{} No description.
SnapshotType interface{} No description.
SourceDiskType interface{} No description.
Status interface{} No description.
Tags *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosSnapshots.TagsProperty No description.
Usage interface{} No description.

CategoryOptional

Category interface{}
  • Type: interface{}

DiskIdOptional

DiskId interface{}
  • Type: interface{}

EncryptedOptional

Encrypted interface{}
  • Type: interface{}

FiltersOptional

Filters interface{}
  • Type: interface{}

InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

KmsKeyIdOptional

KmsKeyId interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SnapshotIdsOptional

SnapshotIds interface{}
  • Type: interface{}

SnapshotLinkIdOptional

SnapshotLinkId interface{}
  • Type: interface{}

SnapshotNameOptional

SnapshotName interface{}
  • Type: interface{}

SnapshotTypeOptional

SnapshotType interface{}
  • Type: interface{}

SourceDiskTypeOptional

SourceDiskType interface{}
  • Type: interface{}

StatusOptional

Status interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty
  • Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosSnapshots.TagsProperty

UsageOptional

Usage interface{}
  • Type: interface{}