Show / Hide Table of Contents

Class CfnNetworkMigrationDefinition.TargetNetworkProperty

Configuration for the target network topology and addressing.

Inheritance
object
CfnNetworkMigrationDefinition.TargetNetworkProperty
Implements
CfnNetworkMigrationDefinition.ITargetNetworkProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MGN
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnNetworkMigrationDefinition.TargetNetworkProperty : CfnNetworkMigrationDefinition.ITargetNetworkProperty
Syntax (vb)
Public Class CfnNetworkMigrationDefinition.TargetNetworkProperty Implements CfnNetworkMigrationDefinition.ITargetNetworkProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mgn-networkmigrationdefinition-targetnetwork.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.MGN;

             var targetNetworkProperty = new TargetNetworkProperty {
                 Topology = "topology",

                 // the properties below are optional
                 InboundCidr = "inboundCidr",
                 InspectionCidr = "inspectionCidr",
                 OutboundCidr = "outboundCidr"
             };

Synopsis

Constructors

TargetNetworkProperty()

Configuration for the target network topology and addressing.

Properties

InboundCidr

The CIDR block for inbound traffic in the target network.

InspectionCidr

The CIDR block for inspection traffic in the target network.

OutboundCidr

The CIDR block for outbound traffic in the target network.

Topology

The network topology type for the target environment.

Constructors

TargetNetworkProperty()

Configuration for the target network topology and addressing.

public TargetNetworkProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mgn-networkmigrationdefinition-targetnetwork.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.MGN;

             var targetNetworkProperty = new TargetNetworkProperty {
                 Topology = "topology",

                 // the properties below are optional
                 InboundCidr = "inboundCidr",
                 InspectionCidr = "inspectionCidr",
                 OutboundCidr = "outboundCidr"
             };

Properties

InboundCidr

The CIDR block for inbound traffic in the target network.

public string? InboundCidr { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mgn-networkmigrationdefinition-targetnetwork.html#cfn-mgn-networkmigrationdefinition-targetnetwork-inboundcidr

InspectionCidr

The CIDR block for inspection traffic in the target network.

public string? InspectionCidr { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mgn-networkmigrationdefinition-targetnetwork.html#cfn-mgn-networkmigrationdefinition-targetnetwork-inspectioncidr

OutboundCidr

The CIDR block for outbound traffic in the target network.

public string? OutboundCidr { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mgn-networkmigrationdefinition-targetnetwork.html#cfn-mgn-networkmigrationdefinition-targetnetwork-outboundcidr

Topology

The network topology type for the target environment.

public string Topology { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mgn-networkmigrationdefinition-targetnetwork.html#cfn-mgn-networkmigrationdefinition-targetnetwork-topology

Implements

CfnNetworkMigrationDefinition.ITargetNetworkProperty
Back to top Generated by DocFX