ExternalVolumeTopologyRequestArgs

data class ExternalVolumeTopologyRequestArgs(val preferred: Output<ExternalVolumeTopologyRequestPreferredArgs>? = null, val required: Output<ExternalVolumeTopologyRequestRequiredArgs>? = null) : ConvertibleToJava<ExternalVolumeTopologyRequestArgs>

Constructors

Functions

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

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.