Share via


HyperVReplicaPolicyDetails Class

Definition

Hyper-V Replica Blue specific protection profile details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.HyperVReplicaPolicyDetailsTypeConverter))]
public class HyperVReplicaPolicyDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHyperVReplicaPolicyDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.HyperVReplicaPolicyDetailsTypeConverter))>]
type HyperVReplicaPolicyDetails = class
    interface IHyperVReplicaPolicyDetails
    interface IJsonSerializable
    interface IPolicyProviderSpecificDetails
    interface IValidates
Public Class HyperVReplicaPolicyDetails
Implements IHyperVReplicaPolicyDetails, IValidates
Inheritance
HyperVReplicaPolicyDetails
Attributes
Implements

Constructors

HyperVReplicaPolicyDetails()

Creates an new HyperVReplicaPolicyDetails instance.

Properties

AllowedAuthenticationType

A value indicating the authentication type.

ApplicationConsistentSnapshotFrequencyInHour

A value indicating the application consistent frequency.

Compression

A value indicating whether compression has to be enabled.

InitialReplicationMethod

A value indicating whether IR is online.

InstanceType

Gets the class type. Overridden in derived classes.

OfflineReplicationExportPath

A value indicating the offline IR export path.

OfflineReplicationImportPath

A value indicating the offline IR import path.

OnlineReplicationStartTime

A value indicating the online IR start time.

RecoveryPoint

A value indicating the number of recovery points.

ReplicaDeletionOption

A value indicating whether the VM has to be auto deleted. Supported Values: String.Empty, None, OnRecoveryCloud

ReplicationPort

A value indicating the recovery HTTPS port.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HyperVReplicaPolicyDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HyperVReplicaPolicyDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHyperVReplicaPolicyDetails.

FromJsonString(String)

Creates a new instance of HyperVReplicaPolicyDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HyperVReplicaPolicyDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to