External Volume Topology Request
data class ExternalVolumeTopologyRequest(val preferred: ExternalVolumeTopologyRequestPreferred? = null, val required: ExternalVolumeTopologyRequestRequired? = null)
Constructors
Link copied to clipboard
constructor(preferred: ExternalVolumeTopologyRequestPreferred? = null, required: ExternalVolumeTopologyRequestRequired? = null)
Properties
Link copied to clipboard
(``Topology``: <optional>)
- Preferred topologies indicate that the volume should be created in a location accessible from some of the listed topologies.
Link copied to clipboard
(``Topology``: <optional>)
- Required topologies indicate that the volume must be created in a location accessible from all the listed topologies.