Class ReplicatedVMArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.SiteRecovery
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ReplicatedVMArgs : ResourceArgs
Constructors
View SourceReplicatedVMArgs()
Declaration
public ReplicatedVMArgs()
Properties
View SourceManagedDisks
One or more managed_disk block.
Declaration
public InputList<ReplicatedVMManagedDiskArgs> ManagedDisks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ReplicatedVMManagedDiskArgs> |
Name
The name of the network mapping.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecoveryReplicationPolicyId
Declaration
public Input<string> RecoveryReplicationPolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecoveryVaultName
The name of the vault that should be updated.
Declaration
public Input<string> RecoveryVaultName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
Name of the resource group where the vault that should be updated is located.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceRecoveryFabricName
Name of fabric that should contains this replication.
Declaration
public Input<string> SourceRecoveryFabricName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceRecoveryProtectionContainerName
Name of the protection container to use.
Declaration
public Input<string> SourceRecoveryProtectionContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceVmId
Id of the VM to replicate
Declaration
public Input<string> SourceVmId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetAvailabilitySetId
Id of availability set that the new VM should belong to when a failover is done.
Declaration
public Input<string> TargetAvailabilitySetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetRecoveryFabricId
Id of fabric where the VM replication should be handled when a failover is done.
Declaration
public Input<string> TargetRecoveryFabricId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetRecoveryProtectionContainerId
Id of protection container where the VM replication should be created when a failover is done.
Declaration
public Input<string> TargetRecoveryProtectionContainerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetResourceGroupId
Id of resource group where the VM should be created when a failover is done.
Declaration
public Input<string> TargetResourceGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |