In Mage Enable Protection Input Args
data class InMageEnableProtectionInputArgs(val datastoreName: Output<String>? = null, val diskExclusionInput: Output<InMageDiskExclusionInputArgs>? = null, val disksToInclude: Output<List<String>>? = null, val instanceType: Output<String>? = null, val masterTargetId: Output<String>, val multiVmGroupId: Output<String>, val multiVmGroupName: Output<String>, val processServerId: Output<String>, val retentionDrive: Output<String>, val runAsAccountId: Output<String>? = null, val vmFriendlyName: Output<String>? = null) : ConvertibleToJava<InMageEnableProtectionInputArgs>
VMware Azure specific enable protection input.
Constructors
Link copied to clipboard
fun InMageEnableProtectionInputArgs(datastoreName: Output<String>? = null, diskExclusionInput: Output<InMageDiskExclusionInputArgs>? = null, disksToInclude: Output<List<String>>? = null, instanceType: Output<String>? = null, masterTargetId: Output<String>, multiVmGroupId: Output<String>, multiVmGroupName: Output<String>, processServerId: Output<String>, retentionDrive: Output<String>, runAsAccountId: Output<String>? = null, vmFriendlyName: Output<String>? = null)