public static final class CfnIPSet.IPSetDescriptorProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIPSet.IPSetDescriptorProperty
CfnIPSet.IPSetDescriptorProperty
CfnIPSet.IPSetDescriptorProperty.Builder, CfnIPSet.IPSetDescriptorProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getType()
Specify `IPV4` or `IPV6` .
|
java.lang.String |
getValue()
Specify an IPv4 address by using CIDR notation.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getType()
CfnIPSet.IPSetDescriptorProperty
getType
in interface CfnIPSet.IPSetDescriptorProperty
public final java.lang.String getValue()
CfnIPSet.IPSetDescriptorProperty
192.0.2.44/32
.192.0.2.0/24
.For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing .
Specify an IPv6 address by using CIDR notation. For example:
1111:0000:0000:0000:0000:0000:0000:0111/128
.1111:0000:0000:0000:0000:0000:0000:0000/64
.getValue
in interface CfnIPSet.IPSetDescriptorProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()