Class CfnNetworkMigrationDefinition.TargetNetworkProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mgn.CfnNetworkMigrationDefinition.TargetNetworkProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkMigrationDefinition.TargetNetworkProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkMigrationDefinition.TargetNetworkProperty
@Stability(Stable)
@Internal
public static final class CfnNetworkMigrationDefinition.TargetNetworkProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkMigrationDefinition.TargetNetworkProperty
An implementation for
CfnNetworkMigrationDefinition.TargetNetworkProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mgn.CfnNetworkMigrationDefinition.TargetNetworkProperty
CfnNetworkMigrationDefinition.TargetNetworkProperty.Builder, CfnNetworkMigrationDefinition.TargetNetworkProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkMigrationDefinition.TargetNetworkProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe CIDR block for inbound traffic in the target network.final StringThe CIDR block for inspection traffic in the target network.final StringThe CIDR block for outbound traffic in the target network.final StringThe network topology type for the target environment.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnNetworkMigrationDefinition.TargetNetworkProperty.Builder.
-
-
Method Details
-
getTopology
Description copied from interface:CfnNetworkMigrationDefinition.TargetNetworkPropertyThe network topology type for the target environment.- Specified by:
getTopologyin interfaceCfnNetworkMigrationDefinition.TargetNetworkProperty- See Also:
-
getInboundCidr
Description copied from interface:CfnNetworkMigrationDefinition.TargetNetworkPropertyThe CIDR block for inbound traffic in the target network.- Specified by:
getInboundCidrin interfaceCfnNetworkMigrationDefinition.TargetNetworkProperty- See Also:
-
getInspectionCidr
Description copied from interface:CfnNetworkMigrationDefinition.TargetNetworkPropertyThe CIDR block for inspection traffic in the target network.- Specified by:
getInspectionCidrin interfaceCfnNetworkMigrationDefinition.TargetNetworkProperty- See Also:
-
getOutboundCidr
Description copied from interface:CfnNetworkMigrationDefinition.TargetNetworkPropertyThe CIDR block for outbound traffic in the target network.- Specified by:
getOutboundCidrin interfaceCfnNetworkMigrationDefinition.TargetNetworkProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-