TargetRegionResponse

data class TargetRegionResponse(val additionalReplicaSets: List<AdditionalReplicaSetResponse>? = null, val encryption: EncryptionImagesResponse? = null, val excludeFromLatest: Boolean? = null, val name: String, val regionalReplicaCount: Int? = null, val storageAccountType: String? = null)

Describes the target region information.

Constructors

Link copied to clipboard
constructor(additionalReplicaSets: List<AdditionalReplicaSetResponse>? = null, encryption: EncryptionImagesResponse? = null, excludeFromLatest: Boolean? = null, name: String, regionalReplicaCount: Int? = null, storageAccountType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of storage sku with replica count to create direct drive replicas.

Link copied to clipboard

Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.

Link copied to clipboard

Contains the flag setting to hide an image when users specify version='latest'

Link copied to clipboard

The name of the region.

Link copied to clipboard

The number of replicas of the Image Version to be created per region. This property is updatable.

Link copied to clipboard

Specifies the storage account type to be used to store the image. This property is not updatable.