InMageReprotectInput interface
InMageAzureV2 specific provider 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. |
process |
The Process Server Id. |
profile |
The Policy Id. |
retention |
The retention drive to use on the MT. |
run |
The CS account Id. |
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
processServerId
The Process Server Id.
processServerId: string
Property Value
string
profileId
The Policy Id.
profileId: 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