PrivateCloudManagementClusterStretchedClusterConfigArgs

data class PrivateCloudManagementClusterStretchedClusterConfigArgs(val preferredLocation: Output<String>? = null, val secondaryLocation: Output<String>? = null) : ConvertibleToJava<PrivateCloudManagementClusterStretchedClusterConfigArgs>

Constructors

constructor(preferredLocation: Output<String>? = null, secondaryLocation: Output<String>? = null)

Properties

Link copied to clipboard
val preferredLocation: Output<String>? = null

Zone that will remain operational when connection between the two zones is lost.

Link copied to clipboard
val secondaryLocation: Output<String>? = null

Additional zone for a higher level of availability and load balancing.

Functions

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