Interface CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty.Jsii$Proxy
- Enclosing class:
CfnNetworkMigrationDefinitionPropsMixin
@Stability(Stable)
public static interface CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for the target network topology and addressing.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.mgn.*;
TargetNetworkProperty targetNetworkProperty = TargetNetworkProperty.builder()
.inboundCidr("inboundCidr")
.inspectionCidr("inspectionCidr")
.outboundCidr("outboundCidr")
.topology("topology")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe CIDR block for inbound traffic in the target network.default StringThe CIDR block for inspection traffic in the target network.default StringThe CIDR block for outbound traffic in the target network.default StringThe network topology type for the target environment.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInboundCidr
The CIDR block for inbound traffic in the target network.- See Also:
-
getInspectionCidr
The CIDR block for inspection traffic in the target network.- See Also:
-
getOutboundCidr
The CIDR block for outbound traffic in the target network.- See Also:
-
getTopology
The network topology type for the target environment.- See Also:
-
builder
@Stability(Stable) static CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty.Builder builder()
-