Master Profile Args
data class MasterProfileArgs(val diskEncryptionSetId: Output<String>? = null, val encryptionAtHost: Output<Either<String, EncryptionAtHost>>? = null, val subnetId: Output<String>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<MasterProfileArgs>
MasterProfile represents a master profile.
Constructors
Link copied to clipboard
constructor(diskEncryptionSetId: Output<String>? = null, encryptionAtHost: Output<Either<String, EncryptionAtHost>>? = null, subnetId: Output<String>? = null, vmSize: Output<String>? = null)