A2ACrossClusterMigrationReplicationDetails Class
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.
A2A provider specific settings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2ACrossClusterMigrationReplicationDetailsTypeConverter))]
public class A2ACrossClusterMigrationReplicationDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2ACrossClusterMigrationReplicationDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2ACrossClusterMigrationReplicationDetailsTypeConverter))>]
type A2ACrossClusterMigrationReplicationDetails = class
interface IA2ACrossClusterMigrationReplicationDetails
interface IJsonSerializable
interface IReplicationProviderSpecificSettings
interface IValidates
Public Class A2ACrossClusterMigrationReplicationDetails
Implements IA2ACrossClusterMigrationReplicationDetails, IValidates
- Inheritance
-
A2ACrossClusterMigrationReplicationDetails
- Attributes
- Implements
Constructors
A2ACrossClusterMigrationReplicationDetails() |
Creates an new A2ACrossClusterMigrationReplicationDetails instance. |
Properties
FabricObjectId |
The fabric specific object Id of the virtual machine. |
InstanceType |
Gets the Instance type. |
LifecycleId |
An id associated with the PE 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 item even though other internal Ids/ARM Id might be changing. |
OSType |
The type of operating system. |
PrimaryFabricLocation |
Primary fabric location. |
VMProtectionState |
The protection state for the vm. |
VMProtectionStateDescription |
The protection state description for the vm. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of A2ACrossClusterMigrationReplicationDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of A2ACrossClusterMigrationReplicationDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2ACrossClusterMigrationReplicationDetails. |
FromJsonString(String) |
Creates a new instance of A2ACrossClusterMigrationReplicationDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of A2ACrossClusterMigrationReplicationDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |