GetVolumeSnapshotPlainArgs

data class GetVolumeSnapshotPlainArgs(val name: String, val volumeGroupId: String) : ConvertibleToJava<GetVolumeSnapshotPlainArgs>

A collection of arguments for invoking getVolumeSnapshot.

Constructors

Link copied to clipboard
constructor(name: String, volumeGroupId: String)

Properties

Link copied to clipboard

The name of the Elastic SAN Volume Snapshot.

Link copied to clipboard

The Elastic SAN Volume Group ID within which the Elastic SAN Volume Snapshot exists.

Functions

Link copied to clipboard
open override fun toJava(): GetVolumeSnapshotPlainArgs