Class CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
@Stability(Stable)
@Internal
public static final class CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
An implementation for
CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty-
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.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Builder, CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.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 destination IPv4 address, in CIDR notation.final StringThe prefix of the AWS service .final StringThe ID of an egress-only internet gateway.final StringThe ID of the gateway, such as an internet gateway or virtual private gateway.final StringThe ID of the instance, such as a NAT instance.final StringThe ID of a NAT gateway.final StringThe ID of a network interface.final StringDescribes how the route was created.final StringgetState()The state.final StringThe ID of a transit gateway.final StringThe ID of a VPC peering connection.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 theCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Builder.
-
-
Method Details
-
getDestinationCidr
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisRouteTableRoutePropertyThe destination IPv4 address, in CIDR notation.- Specified by:
getDestinationCidrin interfaceCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
getDestinationPrefixListId
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisRouteTableRoutePropertyThe prefix of the AWS service .- Specified by:
getDestinationPrefixListIdin interfaceCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
getEgressOnlyInternetGatewayId
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisRouteTableRoutePropertyThe ID of an egress-only internet gateway.- Specified by:
getEgressOnlyInternetGatewayIdin interfaceCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
getGatewayId
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisRouteTableRoutePropertyThe ID of the gateway, such as an internet gateway or virtual private gateway.- Specified by:
getGatewayIdin interfaceCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
getInstanceId
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisRouteTableRoutePropertyThe ID of the instance, such as a NAT instance.- Specified by:
getInstanceIdin interfaceCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
getNatGatewayId
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisRouteTableRoutePropertyThe ID of a NAT gateway.- Specified by:
getNatGatewayIdin interfaceCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
getNetworkInterfaceId
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisRouteTableRoutePropertyThe ID of a network interface.- Specified by:
getNetworkInterfaceIdin interfaceCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
getOrigin
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisRouteTableRoutePropertyDescribes how the route was created. The following are the possible values:.- CreateRouteTable - The route was automatically created when the route table was created.
- CreateRoute - The route was manually added to the route table.
- EnableVgwRoutePropagation - The route was propagated by route propagation.
- Specified by:
getOriginin interfaceCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
getState
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisRouteTableRoutePropertyThe state. The following are the possible values:.- active
- blackhole
- Specified by:
getStatein interfaceCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
getTransitGatewayId
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisRouteTableRoutePropertyThe ID of a transit gateway.- Specified by:
getTransitGatewayIdin interfaceCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
getVpcPeeringConnectionId
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisRouteTableRoutePropertyThe ID of a VPC peering connection.- Specified by:
getVpcPeeringConnectionIdin interfaceCfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
$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()
-