@Stability(value=Stable) @Internal public static final class CfnDHCPOptionsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDHCPOptionsProps
CfnDHCPOptionsPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDHCPOptionsProps.Builder, CfnDHCPOptionsProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDHCPOptionsProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDHCPOptionsProps.Builder. |
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(Object o) |
String |
getDomainName()
This value is used to complete unqualified DNS hostnames.
|
List<String> |
getDomainNameServers()
The IPv4 addresses of up to four domain name servers, or `AmazonProvidedDNS` .
|
List<String> |
getNetbiosNameServers()
The IPv4 addresses of up to four NetBIOS name servers.
|
Number |
getNetbiosNodeType()
The NetBIOS node type (1, 2, 4, or 8).
|
List<String> |
getNtpServers()
The IPv4 addresses of up to four Network Time Protocol (NTP) servers.
|
List<CfnTag> |
getTags()
Any tags assigned to the DHCP options set.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDHCPOptionsProps.Builder builder)
CfnDHCPOptionsProps.Builder.public final String getDomainName()
CfnDHCPOptionsProps
If you're using AmazonProvidedDNS in us-east-1 , specify ec2.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 ).
getDomainName in interface CfnDHCPOptionsPropspublic final List<String> getDomainNameServers()
CfnDHCPOptionsProps
The default is AmazonProvidedDNS . To have your instance receive a custom DNS hostname as specified in DomainName , you must set this property to a custom DNS server.
getDomainNameServers in interface CfnDHCPOptionsPropspublic final List<String> getNetbiosNameServers()
CfnDHCPOptionsPropsgetNetbiosNameServers in interface CfnDHCPOptionsPropspublic final Number getNetbiosNodeType()
CfnDHCPOptionsPropsWe recommend that you specify 2 (broadcast and multicast are not currently supported).
getNetbiosNodeType in interface CfnDHCPOptionsPropspublic final List<String> getNtpServers()
CfnDHCPOptionsPropsgetNtpServers in interface CfnDHCPOptionsPropspublic final List<CfnTag> getTags()
CfnDHCPOptionsPropsgetTags in interface CfnDHCPOptionsProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.