InMageEnableProtectionInput interface
VMware Azure specific enable protection input.
- Extends
Properties
datastore |
The target datastore name. |
disk |
The enable disk exclusion input. |
disks |
The disks to include list. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
master |
The Master Target Id. |
multi |
The multi VM group Id. |
multi |
The multi VM group name. |
process |
The Process Server Id. |
retention |
The retention drive to use on the MT. |
run |
The CS account Id. |
vm |
The VM Name. |
Property Details
datastoreName
The target datastore name.
datastoreName?: string
Property Value
string
diskExclusionInput
The enable disk exclusion input.
diskExclusionInput?: InMageDiskExclusionInput
Property Value
disksToInclude
The disks to include list.
disksToInclude?: string[]
Property Value
string[]
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "InMage"
Property Value
"InMage"
masterTargetId
The Master Target Id.
masterTargetId: string
Property Value
string
multiVmGroupId
The multi VM group Id.
multiVmGroupId: string
Property Value
string
multiVmGroupName
The multi VM group name.
multiVmGroupName: string
Property Value
string
processServerId
The Process Server Id.
processServerId: string
Property Value
string
retentionDrive
The retention drive to use on the MT.
retentionDrive: string
Property Value
string
runAsAccountId
The CS account Id.
runAsAccountId?: string
Property Value
string
vmFriendlyName
The VM Name.
vmFriendlyName?: string
Property Value
string