AvailabilityPropertiesResponse

data class AvailabilityPropertiesResponse(val secondaryZone: Int? = null, val strategy: String? = null, val zone: Int? = null)

The properties describing private cloud availability zone distribution

Constructors

Link copied to clipboard
constructor(secondaryZone: Int? = null, strategy: String? = null, zone: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val secondaryZone: Int? = null

The secondary availability zone for the private cloud

Link copied to clipboard
val strategy: String? = null

The availability strategy for the private cloud

Link copied to clipboard
val zone: Int? = null

The primary availability zone for the private cloud