Class CfnDHCPOptionsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDHCPOptionsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDHCPOptionsProps
@Stability(Stable)
@Internal
public static final class CfnDHCPOptionsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDHCPOptionsProps
An implementation for
CfnDHCPOptionsProps-
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.CfnDHCPOptionsProps
CfnDHCPOptionsProps.Builder, CfnDHCPOptionsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDHCPOptionsProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDHCPOptionsProps.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 StringThis value is used to complete unqualified DNS hostnames.The IPv4 addresses of up to four domain name servers, orAmazonProvidedDNS.The IPv4 addresses of up to four NetBIOS name servers.final NumberThe NetBIOS node type (1, 2, 4, or 8).The IPv4 addresses of up to four Network Time Protocol (NTP) servers.getTags()Any tags assigned to the DHCP options set.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 theCfnDHCPOptionsProps.Builder.
-
-
Method Details
-
getDomainName
Description copied from interface:CfnDHCPOptionsPropsThis value is used to complete unqualified DNS hostnames.If you're using AmazonProvidedDNS in
us-east-1, specifyec2.internal. If you're using AmazonProvidedDNS in another Region, specify region .compute.internal(for example,ap-northeast-1.compute.internal). Otherwise, specify a domain name (for example, MyCompany.com ).- Specified by:
getDomainNamein interfaceCfnDHCPOptionsProps
-
getDomainNameServers
Description copied from interface:CfnDHCPOptionsPropsThe IPv4 addresses of up to four domain name servers, orAmazonProvidedDNS.The default is
AmazonProvidedDNS. To have your instance receive a custom DNS hostname as specified inDomainName, you must set this property to a custom DNS server.- Specified by:
getDomainNameServersin interfaceCfnDHCPOptionsProps
-
getNetbiosNameServers
Description copied from interface:CfnDHCPOptionsPropsThe IPv4 addresses of up to four NetBIOS name servers.- Specified by:
getNetbiosNameServersin interfaceCfnDHCPOptionsProps
-
getNetbiosNodeType
Description copied from interface:CfnDHCPOptionsPropsThe NetBIOS node type (1, 2, 4, or 8).We recommend that you specify 2 (broadcast and multicast are not currently supported).
- Specified by:
getNetbiosNodeTypein interfaceCfnDHCPOptionsProps
-
getNtpServers
Description copied from interface:CfnDHCPOptionsPropsThe IPv4 addresses of up to four Network Time Protocol (NTP) servers.- Specified by:
getNtpServersin interfaceCfnDHCPOptionsProps
-
getTags
Description copied from interface:CfnDHCPOptionsPropsAny tags assigned to the DHCP options set.- Specified by:
getTagsin interfaceCfnDHCPOptionsProps
-
$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()
-