Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HyperVReplicaBluePolicyDetails

Package version

interface

An interface representing HyperVReplicaBluePolicyDetails. Hyper-V Replica Blue specific protection profile details.

Hierarchy

  • HyperVReplicaBluePolicyDetails

Index

Properties

Optional allowedAuthenticationType

allowedAuthenticationType: undefined | number
member

{number} [allowedAuthenticationType] A value indicating the authentication type.

Optional applicationConsistentSnapshotFrequencyInHours

applicationConsistentSnapshotFrequencyInHours: undefined | number
member

{number} [applicationConsistentSnapshotFrequencyInHours] A value indicating the application consistent frequency.

Optional compression

compression: undefined | string
member

{string} [compression] A value indicating whether compression has to be enabled.

Optional initialReplicationMethod

initialReplicationMethod: undefined | string
member

{string} [initialReplicationMethod] A value indicating whether IR is online.

instanceType

instanceType: "HyperVReplica2012R2"
member

{string} instanceType Polymorphic Discriminator

Optional offlineReplicationExportPath

offlineReplicationExportPath: undefined | string
member

{string} [offlineReplicationExportPath] A value indicating the offline IR export path.

Optional offlineReplicationImportPath

offlineReplicationImportPath: undefined | string
member

{string} [offlineReplicationImportPath] A value indicating the offline IR import path.

Optional onlineReplicationStartTime

onlineReplicationStartTime: undefined | string
member

{string} [onlineReplicationStartTime] A value indicating the online IR start time.

Optional recoveryPoints

recoveryPoints: undefined | number
member

{number} [recoveryPoints] A value indicating the number of recovery points.

Optional replicaDeletionOption

replicaDeletionOption: undefined | string
member

{string} [replicaDeletionOption] A value indicating whether the VM has to be auto deleted. Supported Values: String.Empty, None, OnRecoveryCloud

Optional replicationFrequencyInSeconds

replicationFrequencyInSeconds: undefined | number
member

{number} [replicationFrequencyInSeconds] A value indicating the replication interval.

Optional replicationPort

replicationPort: undefined | number
member

{number} [replicationPort] A value indicating the recovery HTTPS port.

Generated using TypeDoc