Show / Hide Table of Contents

Class ReplicatedVMState

Inheritance
System.Object
InputArgs
ResourceArgs
ReplicatedVMState
Inherited Members
ResourceArgs.Empty
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 ReplicatedVMState : ResourceArgs

Constructors

View Source

ReplicatedVMState()

Declaration
public ReplicatedVMState()

Properties

View Source

ManagedDisks

One or more managed_disk block.

Declaration
public InputList<ReplicatedVMManagedDiskGetArgs> ManagedDisks { get; set; }
Property Value
Type Description
InputList<ReplicatedVMManagedDiskGetArgs>
View Source

Name

The name of the network mapping.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RecoveryReplicationPolicyId

Declaration
public Input<string> RecoveryReplicationPolicyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RecoveryVaultName

The name of the vault that should be updated.

Declaration
public Input<string> RecoveryVaultName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

SourceRecoveryFabricName

Name of fabric that should contains this replication.

Declaration
public Input<string> SourceRecoveryFabricName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceRecoveryProtectionContainerName

Name of the protection container to use.

Declaration
public Input<string> SourceRecoveryProtectionContainerName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceVmId

Id of the VM to replicate

Declaration
public Input<string> SourceVmId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.