AdditionalReplicaSetArgs

data class AdditionalReplicaSetArgs(val regionalReplicaCount: Output<Int>? = null, val storageAccountType: Output<Either<String, StorageAccountType>>? = null) : ConvertibleToJava<AdditionalReplicaSetArgs>

Describes the additional replica set information.

Constructors

Link copied to clipboard
constructor(regionalReplicaCount: Output<Int>? = null, storageAccountType: Output<Either<String, StorageAccountType>>? = null)

Properties

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

The number of direct drive replicas of the Image Version to be created.This Property is updatable

Link copied to clipboard
val storageAccountType: Output<Either<String, StorageAccountType>>? = null

Specifies the storage account type to be used to create the direct drive replicas

Functions

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