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>, 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
constructor(datastoreName: Output<String>? = null, diskExclusionInput: Output<InMageDiskExclusionInputArgs>? = null, disksToInclude: Output<List<String>>? = null, instanceType: Output<String>, masterTargetId: Output<String>, multiVmGroupId: Output<String>, multiVmGroupName: Output<String>, processServerId: Output<String>, retentionDrive: Output<String>, runAsAccountId: Output<String>? = null, vmFriendlyName: Output<String>? = null)
Properties
Link copied to clipboard
The target datastore name.
Link copied to clipboard
The enable disk exclusion input.
Link copied to clipboard
The disks to include list.
Link copied to clipboard
The class type. Expected value is 'InMage'.
Link copied to clipboard
The Master Target Id.
Link copied to clipboard
The multi VM group Id.
Link copied to clipboard
The multi VM group name.
Link copied to clipboard
The Process Server Id.
Link copied to clipboard
The retention drive to use on the MT.
Link copied to clipboard
The CS account Id.
Link copied to clipboard
The VM Name.