Class CfnInstance.PrivateDnsNameOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnInstance.PrivateDnsNameOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInstance.PrivateDnsNameOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnInstance.PrivateDnsNameOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnInstance.PrivateDnsNameOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstance.PrivateDnsNameOptionsProperty
An implementation for
CfnInstance.PrivateDnsNameOptionsProperty-
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.CfnInstance.PrivateDnsNameOptionsProperty
CfnInstance.PrivateDnsNameOptionsProperty.Builder, CfnInstance.PrivateDnsNameOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInstance.PrivateDnsNameOptionsProperty.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 ObjectIndicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.final ObjectIndicates whether to respond to DNS queries for instance hostnames with DNS A records.final StringThe type of hostnames to assign to instances in the subnet at launch.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 theCfnInstance.PrivateDnsNameOptionsProperty.Builder.
-
-
Method Details
-
getEnableResourceNameDnsAaaaRecord
Description copied from interface:CfnInstance.PrivateDnsNameOptionsPropertyIndicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.For more information, see Amazon EC2 instance hostname types in the Amazon Elastic Compute Cloud User Guide .
- Specified by:
getEnableResourceNameDnsAaaaRecordin interfaceCfnInstance.PrivateDnsNameOptionsProperty
-
getEnableResourceNameDnsARecord
Description copied from interface:CfnInstance.PrivateDnsNameOptionsPropertyIndicates whether to respond to DNS queries for instance hostnames with DNS A records.For more information, see Amazon EC2 instance hostname types in the Amazon Elastic Compute Cloud User Guide .
- Specified by:
getEnableResourceNameDnsARecordin interfaceCfnInstance.PrivateDnsNameOptionsProperty
-
getHostnameType
Description copied from interface:CfnInstance.PrivateDnsNameOptionsPropertyThe type of hostnames to assign to instances in the subnet at launch.For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. For more information, see Amazon EC2 instance hostname types in the Amazon Elastic Compute Cloud User Guide .
- Specified by:
getHostnameTypein interfaceCfnInstance.PrivateDnsNameOptionsProperty
-
$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()
-