VolumeContainerFailoverMetadataResponse

data class VolumeContainerFailoverMetadataResponse(val volumeContainerId: String? = null, val volumes: List<VolumeFailoverMetadataResponse>? = null)

The metadata of the volume container, that is being considered as part of a failover set.

Constructors

Link copied to clipboard
constructor(volumeContainerId: String? = null, volumes: List<VolumeFailoverMetadataResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path ID of the volume container.

Link copied to clipboard

The list of metadata of volumes inside the volume container, which contains valid cloud snapshots.