Class CfnNetworkInterface.PublicIpDnsNameOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnNetworkInterface.PublicIpDnsNameOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkInterface.PublicIpDnsNameOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkInterface.PublicIpDnsNameOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnNetworkInterface.PublicIpDnsNameOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkInterface.PublicIpDnsNameOptionsProperty
An implementation for
CfnNetworkInterface.PublicIpDnsNameOptionsProperty-
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.CfnNetworkInterface.PublicIpDnsNameOptionsProperty
CfnNetworkInterface.PublicIpDnsNameOptionsProperty.Builder, CfnNetworkInterface.PublicIpDnsNameOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkInterface.PublicIpDnsNameOptionsProperty.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 public hostname type.final StringA dual-stack public hostname for a network interface.final StringAn IPv4-enabled public hostname for a network interface.final StringAn IPv6-enabled public hostname for a network interface.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 theCfnNetworkInterface.PublicIpDnsNameOptionsProperty.Builder.
-
-
Method Details
-
getDnsHostnameType
Description copied from interface:CfnNetworkInterface.PublicIpDnsNameOptionsPropertyThe public hostname type.For more information, see EC2 instance hostnames, DNS names, and domains in the Amazon EC2 User Guide .
- Specified by:
getDnsHostnameTypein interfaceCfnNetworkInterface.PublicIpDnsNameOptionsProperty- See Also:
-
getPublicDualStackDnsName
Description copied from interface:CfnNetworkInterface.PublicIpDnsNameOptionsPropertyA dual-stack public hostname for a network interface.Requests from within the VPC resolve to both the private IPv4 address and the IPv6 Global Unicast Address of the network interface. Requests from the internet resolve to both the public IPv4 and the IPv6 GUA address of the network interface.
- Specified by:
getPublicDualStackDnsNamein interfaceCfnNetworkInterface.PublicIpDnsNameOptionsProperty- See Also:
-
getPublicIpv4DnsName
Description copied from interface:CfnNetworkInterface.PublicIpDnsNameOptionsPropertyAn IPv4-enabled public hostname for a network interface.Requests from within the VPC resolve to the private primary IPv4 address of the network interface. Requests from the internet resolve to the public IPv4 address of the network interface.
- Specified by:
getPublicIpv4DnsNamein interfaceCfnNetworkInterface.PublicIpDnsNameOptionsProperty- See Also:
-
getPublicIpv6DnsName
Description copied from interface:CfnNetworkInterface.PublicIpDnsNameOptionsPropertyAn IPv6-enabled public hostname for a network interface.Requests from within the VPC or from the internet resolve to the IPv6 GUA of the network interface.
- Specified by:
getPublicIpv6DnsNamein interfaceCfnNetworkInterface.PublicIpDnsNameOptionsProperty- 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()
-