Class CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
@Stability(Stable)
@Internal
public static final class CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
An implementation for
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
-
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.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Builder, CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.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
getCidr()
The IPv4 address range, in CIDR notation.final Object
Indicates whether the rule is an outbound rule.final Object
The range of ports.final String
The protocol.final String
Indicates whether to allow or deny traffic that matches the rule.final Number
The rule number.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 theCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Builder
.
-
-
Method Details
-
getCidr
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
The IPv4 address range, in CIDR notation.- Specified by:
getCidr
in interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
- See Also:
-
getEgress
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
Indicates whether the rule is an outbound rule.- Specified by:
getEgress
in interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
- See Also:
-
getPortRange
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
The range of ports.- Specified by:
getPortRange
in interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
- See Also:
-
getProtocol
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
The protocol.- Specified by:
getProtocol
in interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
- See Also:
-
getRuleAction
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
Indicates whether to allow or deny traffic that matches the rule.- Specified by:
getRuleAction
in interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
- See Also:
-
getRuleNumber
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
The rule number.- Specified by:
getRuleNumber
in interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
- 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()
-