Class ProtectionContainerMappingState
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 ProtectionContainerMappingState : ResourceArgs
Constructors
View SourceProtectionContainerMappingState()
Declaration
public ProtectionContainerMappingState()
Properties
View SourceName
The name of the network mapping.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecoveryFabricName
Name of fabric that should contains the protection container to map.
Declaration
public Input<string> RecoveryFabricName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecoveryReplicationPolicyId
Id of the policy to use for this mapping.
Declaration
public Input<string> RecoveryReplicationPolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecoverySourceProtectionContainerName
Name of the source protection container to map.
Declaration
public Input<string> RecoverySourceProtectionContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecoveryTargetProtectionContainerId
Id of target protection container to map to.
Declaration
public Input<string> RecoveryTargetProtectionContainerId { 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> |