@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.173Z") @Stability(value=Stable) public interface CfnDHCPOptionsProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDHCPOptionsProps.Builder
A builder for
CfnDHCPOptionsProps |
static class |
CfnDHCPOptionsProps.Jsii$Proxy
An implementation for
CfnDHCPOptionsProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDHCPOptionsProps.Builder |
builder() |
default String |
getDomainName()
`AWS::EC2::DHCPOptions.DomainName`.
|
default List<String> |
getDomainNameServers()
`AWS::EC2::DHCPOptions.DomainNameServers`.
|
default List<String> |
getNetbiosNameServers()
`AWS::EC2::DHCPOptions.NetbiosNameServers`.
|
default Number |
getNetbiosNodeType()
`AWS::EC2::DHCPOptions.NetbiosNodeType`.
|
default List<String> |
getNtpServers()
`AWS::EC2::DHCPOptions.NtpServers`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::DHCPOptions.Tags`.
|
@Stability(value=Stable) @Nullable default String getDomainName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname@Stability(value=Stable) @Nullable default List<String> getDomainNameServers()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainnameservers@Stability(value=Stable) @Nullable default List<String> getNetbiosNameServers()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnameservers@Stability(value=Stable) @Nullable default Number getNetbiosNodeType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype@Stability(value=Stable) @Nullable default List<String> getNtpServers()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-ntpservers@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-tags@Stability(value=Stable) static CfnDHCPOptionsProps.Builder builder()
CfnDHCPOptionsProps.Builder of CfnDHCPOptionsPropsCopyright © 2020. All rights reserved.