InMageAzureV2ReprotectInput interface
InMageAzureV2 specific provider input.
- Extends
Properties
disks |
The disks to include list. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
log |
The storage account to be used for logging during replication. |
master |
The Master target Id. |
policy |
The Policy Id. |
process |
The Process Server Id. |
run |
The CS account Id. |
storage |
The storage account id. |
Property Details
disksToInclude
The disks to include list.
disksToInclude?: string[]
Property Value
string[]
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "InMageAzureV2"
Property Value
"InMageAzureV2"
logStorageAccountId
The storage account to be used for logging during replication.
logStorageAccountId?: string
Property Value
string
masterTargetId
The Master target Id.
masterTargetId?: string
Property Value
string
policyId
The Policy Id.
policyId?: string
Property Value
string
processServerId
The Process Server Id.
processServerId?: string
Property Value
string
runAsAccountId
The CS account Id.
runAsAccountId?: string
Property Value
string
storageAccountId
The storage account id.
storageAccountId?: string
Property Value
string