Class CfnNetworkInsightsPathProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkInsightsPathProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkInsightsPathProps
@Stability(Stable)
@Internal
public static final class CfnNetworkInsightsPathProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkInsightsPathProps
An implementation for
CfnNetworkInsightsPathProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps
CfnNetworkInsightsPathProps.Builder, CfnNetworkInsightsPathProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnNetworkInsightsPathProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The ID or ARN of the destination.final String
The IP address of the destination.final Number
The destination port.final Object
Scopes the analysis to network paths that match specific filters at the destination.final Object
Scopes the analysis to network paths that match specific filters at the source.final String
The protocol.final String
The ID or ARN of the source.final String
The IP address of the source.getTags()
The tags to add to the path.final int
hashCode()
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 theCfnNetworkInsightsPathProps.Builder
.
-
-
Method Details
-
getProtocol
Description copied from interface:CfnNetworkInsightsPathProps
The protocol.- Specified by:
getProtocol
in interfaceCfnNetworkInsightsPathProps
- See Also:
-
getSource
Description copied from interface:CfnNetworkInsightsPathProps
The ID or ARN of the source.If the resource is in another account, you must specify an ARN.
- Specified by:
getSource
in interfaceCfnNetworkInsightsPathProps
- See Also:
-
getDestination
Description copied from interface:CfnNetworkInsightsPathProps
The ID or ARN of the destination.If the resource is in another account, you must specify an ARN.
- Specified by:
getDestination
in interfaceCfnNetworkInsightsPathProps
- See Also:
-
getDestinationIp
Description copied from interface:CfnNetworkInsightsPathProps
The IP address of the destination.- Specified by:
getDestinationIp
in interfaceCfnNetworkInsightsPathProps
- See Also:
-
getDestinationPort
Description copied from interface:CfnNetworkInsightsPathProps
The destination port.- Specified by:
getDestinationPort
in interfaceCfnNetworkInsightsPathProps
- See Also:
-
getFilterAtDestination
Description copied from interface:CfnNetworkInsightsPathProps
Scopes the analysis to network paths that match specific filters at the destination.If you specify this parameter, you can't specify the parameter for the destination IP address.
- Specified by:
getFilterAtDestination
in interfaceCfnNetworkInsightsPathProps
- See Also:
-
getFilterAtSource
Description copied from interface:CfnNetworkInsightsPathProps
Scopes the analysis to network paths that match specific filters at the source.If you specify this parameter, you can't specify the parameters for the source IP address or the destination port.
- Specified by:
getFilterAtSource
in interfaceCfnNetworkInsightsPathProps
- See Also:
-
getSourceIp
Description copied from interface:CfnNetworkInsightsPathProps
The IP address of the source.- Specified by:
getSourceIp
in interfaceCfnNetworkInsightsPathProps
- See Also:
-
getTags
Description copied from interface:CfnNetworkInsightsPathProps
The tags to add to the path.- Specified by:
getTags
in interfaceCfnNetworkInsightsPathProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-