HyperVReplicaBasePolicyDetails interface
Base class for HyperVReplica policy details.
- Extends
Properties
allowed |
A value indicating the authentication type. |
application |
A value indicating the application consistent frequency. |
compression | A value indicating whether compression has to be enabled. |
initial |
A value indicating whether IR is online. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
offline |
A value indicating the offline IR export path. |
offline |
A value indicating the offline IR import path. |
online |
A value indicating the online IR start time. |
recovery |
A value indicating the number of recovery points. |
replica |
A value indicating whether the VM has to be auto deleted. Supported Values: String.Empty, None, OnRecoveryCloud. |
replication |
A value indicating the recovery HTTPS port. |
Property Details
allowedAuthenticationType
A value indicating the authentication type.
allowedAuthenticationType?: number
Property Value
number
applicationConsistentSnapshotFrequencyInHours
A value indicating the application consistent frequency.
applicationConsistentSnapshotFrequencyInHours?: number
Property Value
number
compression
A value indicating whether compression has to be enabled.
compression?: string
Property Value
string
initialReplicationMethod
A value indicating whether IR is online.
initialReplicationMethod?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "HyperVReplicaBasePolicyDetails"
Property Value
"HyperVReplicaBasePolicyDetails"
offlineReplicationExportPath
A value indicating the offline IR export path.
offlineReplicationExportPath?: string
Property Value
string
offlineReplicationImportPath
A value indicating the offline IR import path.
offlineReplicationImportPath?: string
Property Value
string
onlineReplicationStartTime
A value indicating the online IR start time.
onlineReplicationStartTime?: string
Property Value
string
recoveryPoints
A value indicating the number of recovery points.
recoveryPoints?: number
Property Value
number
replicaDeletionOption
A value indicating whether the VM has to be auto deleted. Supported Values: String.Empty, None, OnRecoveryCloud.
replicaDeletionOption?: string
Property Value
string
replicationPort
A value indicating the recovery HTTPS port.
replicationPort?: number
Property Value
number