Skip to content

RosSnapshotsProps

Properties for defining a RosSnapshots.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSnapshotsProps {
    object Category = null,
    object DiskId = null,
    object Encrypted = null,
    object Filters = null,
    object InstanceId = null,
    object KmsKeyId = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    object SnapshotIds = null,
    object SnapshotLinkId = null,
    object SnapshotName = null,
    object SnapshotType = null,
    object SourceDiskType = null,
    object Status = null,
    TagsProperty[] Tags = null,
    object Usage = null
};

Properties

Name Type Description
Category object No description.
DiskId object No description.
Encrypted object No description.
Filters object No description.
InstanceId object No description.
KmsKeyId object No description.
RefreshOptions object No description.
ResourceGroupId object No description.
SnapshotIds object No description.
SnapshotLinkId object No description.
SnapshotName object No description.
SnapshotType object No description.
SourceDiskType object No description.
Status object No description.
Tags AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosSnapshots.TagsProperty[] No description.
Usage object No description.

CategoryOptional

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

DiskIdOptional

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

EncryptedOptional

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

FiltersOptional

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

InstanceIdOptional

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

KmsKeyIdOptional

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

RefreshOptionsOptional

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

ResourceGroupIdOptional

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

SnapshotIdsOptional

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

SnapshotLinkIdOptional

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

SnapshotNameOptional

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

SnapshotTypeOptional

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

SourceDiskTypeOptional

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

StatusOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosSnapshots.TagsProperty[]

UsageOptional

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