A2AClusterRecoveryPointDetails Class

Definition

A2A provider specific cluster recovery point details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AClusterRecoveryPointDetailsTypeConverter))]
public class A2AClusterRecoveryPointDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2AClusterRecoveryPointDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AClusterRecoveryPointDetailsTypeConverter))>]
type A2AClusterRecoveryPointDetails = class
    interface IA2AClusterRecoveryPointDetails
    interface IJsonSerializable
    interface IClusterProviderSpecificRecoveryPointDetails
    interface IValidates
Public Class A2AClusterRecoveryPointDetails
Implements IA2AClusterRecoveryPointDetails, IValidates
Inheritance
A2AClusterRecoveryPointDetails
Attributes
Implements

Constructors

Name Description
A2AClusterRecoveryPointDetails()

Creates an new A2AClusterRecoveryPointDetails instance.

Properties

Name Description
InstanceType

Gets the provider type.

Node

The list of nodes representing the cluster.

RecoveryPointSyncType

A value indicating whether the recovery point is multi VM consistent.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2AClusterRecoveryPointDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AClusterRecoveryPointDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2AClusterRecoveryPointDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AClusterRecoveryPointDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to