Class CfnDHCPOptionsProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDHCPOptionsProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDHCPOptionsProps
CfnDHCPOptionsProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps
CfnDHCPOptionsProps.Builder, CfnDHCPOptionsProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDHCPOptionsProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDHCPOptionsProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
This value is used to complete unqualified DNS hostnames.The IPv4 addresses of up to four domain name servers, orAmazonProvidedDNS
.final Number
A value (in seconds, minutes, hours, or years) for how frequently a running instance with an IPv6 assigned to it goes through DHCPv6 lease renewal.The IPv4 addresses of up to four NetBIOS name servers.final Number
The 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 int
hashCode()
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:CfnDHCPOptionsProps
This 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:
getDomainName
in interfaceCfnDHCPOptionsProps
- See Also:
-
getDomainNameServers
Description copied from interface:CfnDHCPOptionsProps
The 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:
getDomainNameServers
in interfaceCfnDHCPOptionsProps
- See Also:
-
getIpv6AddressPreferredLeaseTime
Description copied from interface:CfnDHCPOptionsProps
A value (in seconds, minutes, hours, or years) for how frequently a running instance with an IPv6 assigned to it goes through DHCPv6 lease renewal.Acceptable values are between 140 and 2147483647 seconds (approximately 68 years). If no value is entered, the default lease time is 140 seconds. If you use long-term addressing for EC2 instances, you can increase the lease time and avoid frequent lease renewal requests. Lease renewal typically occurs when half of the lease time has elapsed.
- Specified by:
getIpv6AddressPreferredLeaseTime
in interfaceCfnDHCPOptionsProps
- See Also:
-
getNetbiosNameServers
Description copied from interface:CfnDHCPOptionsProps
The IPv4 addresses of up to four NetBIOS name servers.- Specified by:
getNetbiosNameServers
in interfaceCfnDHCPOptionsProps
- See Also:
-
getNetbiosNodeType
Description copied from interface:CfnDHCPOptionsProps
The NetBIOS node type (1, 2, 4, or 8).We recommend that you specify 2 (broadcast and multicast are not currently supported).
- Specified by:
getNetbiosNodeType
in interfaceCfnDHCPOptionsProps
- See Also:
-
getNtpServers
Description copied from interface:CfnDHCPOptionsProps
The IPv4 addresses of up to four Network Time Protocol (NTP) servers.- Specified by:
getNtpServers
in interfaceCfnDHCPOptionsProps
- See Also:
-
getTags
Description copied from interface:CfnDHCPOptionsProps
Any tags assigned to the DHCP options set.- Specified by:
getTags
in interfaceCfnDHCPOptionsProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-