TargetRegionArgs

data class TargetRegionArgs(val name: Output<String>, val replicaCount: Output<Int>? = null, val storageAccountType: Output<Either<String, SharedImageStorageAccountType>>? = null) : ConvertibleToJava<TargetRegionArgs>

Describes the target region information.

Constructors

Link copied to clipboard
constructor(name: Output<String>, replicaCount: Output<Int>? = null, storageAccountType: Output<Either<String, SharedImageStorageAccountType>>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The name of the region.

Link copied to clipboard
val replicaCount: Output<Int>? = null

The number of replicas of the Image Version to be created in this region. Omit to use the default (1).

Link copied to clipboard

Specifies the storage account type to be used to store the image in this region. Omit to use the default (Standard_LRS).

Functions

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