IA2AReplicationProtectionClusterDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AReplicationProtectionClusterDetailsTypeConverter))]
public interface IA2AReplicationProtectionClusterDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IReplicationClusterProviderSpecificSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AReplicationProtectionClusterDetailsTypeConverter))>]
type IA2AReplicationProtectionClusterDetails = interface
interface IJsonSerializable
interface IReplicationClusterProviderSpecificSettings
Public Interface IA2AReplicationProtectionClusterDetails
Implements IReplicationClusterProviderSpecificSettings
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ClusterManagementId |
The cluster management Id. |
| FailoverRecoveryPointId |
The recovery point Id to which the cluster was failed over. |
| InitialPrimaryExtendedLocationName |
The name of the extended location. |
| InitialPrimaryExtendedLocationType |
The extended location type. |
| InitialPrimaryFabricLocation |
The initial primary fabric location. |
| InitialPrimaryZone |
The initial primary availability zone. |
| InitialRecoveryExtendedLocationName |
The name of the extended location. |
| InitialRecoveryExtendedLocationType |
The extended location type. |
| InitialRecoveryFabricLocation |
The initial recovery fabric location. |
| InitialRecoveryZone |
The initial recovery availability zone. |
| InstanceType |
Gets the Instance type. (Inherited from IReplicationClusterProviderSpecificSettings) |
| LastRpoCalculatedTime |
The time (in UTC) when the last RPO value was calculated by Protection Service. |
| LifecycleId |
An id that survives actions like switch protection which change the backing PE/CPE objects internally.The lifecycle id gets carried forward to have a link/continuity in being able to have an Id that denotes the "same" protected cluster even though other internal Ids/ARM Id might be changing. |
| MultiVMGroupCreateOption |
Whether Multi VM group is auto created or specified by user. |
| MultiVMGroupId |
The multi vm group Id. |
| MultiVMGroupName |
The multi vm group name. |
| PrimaryAvailabilityZone |
The primary availability zone. |
| PrimaryExtendedLocationName |
The name of the extended location. |
| PrimaryExtendedLocationType |
The extended location type. |
| PrimaryFabricLocation |
Primary fabric location. |
| RecoveryAvailabilityZone |
The recovery availability zone. |
| RecoveryExtendedLocationName |
The name of the extended location. |
| RecoveryExtendedLocationType |
The extended location type. |
| RecoveryFabricLocation |
The recovery fabric location. |
| RpoInSecond |
The last RPO value in seconds. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |