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.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.final NumberA 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 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- See Also:
-
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- See Also:
-
getIpv6AddressPreferredLeaseTime
Description copied from interface:CfnDHCPOptionsPropsA 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:
getIpv6AddressPreferredLeaseTimein interfaceCfnDHCPOptionsProps- See Also:
-
getNetbiosNameServers
Description copied from interface:CfnDHCPOptionsPropsThe IPv4 addresses of up to four NetBIOS name servers.- Specified by:
getNetbiosNameServersin interfaceCfnDHCPOptionsProps- See Also:
-
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- See Also:
-
getNtpServers
Description copied from interface:CfnDHCPOptionsPropsThe IPv4 addresses of up to four Network Time Protocol (NTP) servers.- Specified by:
getNtpServersin interfaceCfnDHCPOptionsProps- See Also:
-
getTags
Description copied from interface:CfnDHCPOptionsPropsAny tags assigned to the DHCP options set.- Specified by:
getTagsin interfaceCfnDHCPOptionsProps- 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()
-