Class NetworkMappingArgs
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 NetworkMappingArgs : ResourceArgs
Constructors
View SourceNetworkMappingArgs()
Declaration
public NetworkMappingArgs()
Properties
View SourceName
The name of the network mapping.
Declaration
public Input<string> Name { 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> |
SourceNetworkId
The id of the primary network.
Declaration
public Input<string> SourceNetworkId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceRecoveryFabricName
Specifies the ASR fabric where mapping should be created.
Declaration
public Input<string> SourceRecoveryFabricName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetNetworkId
The id of the recovery network.
Declaration
public Input<string> TargetNetworkId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetRecoveryFabricName
The Azure Site Recovery fabric object corresponding to the recovery Azure region.
Declaration
public Input<string> TargetRecoveryFabricName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |