@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifySubnetAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifySubnetAttributeRequest>
NOOP
Constructor and Description |
---|
ModifySubnetAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
ModifySubnetAttributeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAssignIpv6AddressOnCreation()
Specify
true to indicate that network interfaces created in the specified subnet should be assigned
an IPv6 address. |
String |
getCustomerOwnedIpv4Pool()
The customer-owned IPv4 address pool associated with the subnet.
|
Boolean |
getDisableLniAtDeviceIndex()
Specify
true to indicate that local network interfaces at the current position should be disabled. |
Request<ModifySubnetAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Boolean |
getEnableDns64()
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic
IPv6 addresses for IPv4-only destinations.
|
Integer |
getEnableLniAtDeviceIndex()
Indicates the device position for local network interfaces in this subnet.
|
Boolean |
getEnableResourceNameDnsAAAARecordOnLaunch()
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
Boolean |
getEnableResourceNameDnsARecordOnLaunch()
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
Boolean |
getMapCustomerOwnedIpOnLaunch()
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a customer-owned IPv4 address. |
Boolean |
getMapPublicIpOnLaunch()
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public IPv4 address. |
String |
getPrivateDnsHostnameTypeOnLaunch()
The type of hostname to assign to instances in the subnet at launch.
|
String |
getSubnetId()
The ID of the subnet.
|
int |
hashCode() |
Boolean |
isAssignIpv6AddressOnCreation()
Specify
true to indicate that network interfaces created in the specified subnet should be assigned
an IPv6 address. |
Boolean |
isDisableLniAtDeviceIndex()
Specify
true to indicate that local network interfaces at the current position should be disabled. |
Boolean |
isEnableDns64()
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic
IPv6 addresses for IPv4-only destinations.
|
Boolean |
isEnableResourceNameDnsAAAARecordOnLaunch()
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
Boolean |
isEnableResourceNameDnsARecordOnLaunch()
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
Boolean |
isMapCustomerOwnedIpOnLaunch()
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a customer-owned IPv4 address. |
Boolean |
isMapPublicIpOnLaunch()
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public IPv4 address. |
void |
setAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
Specify
true to indicate that network interfaces created in the specified subnet should be assigned
an IPv6 address. |
void |
setCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The customer-owned IPv4 address pool associated with the subnet.
|
void |
setDisableLniAtDeviceIndex(Boolean disableLniAtDeviceIndex)
Specify
true to indicate that local network interfaces at the current position should be disabled. |
void |
setEnableDns64(Boolean enableDns64)
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic
IPv6 addresses for IPv4-only destinations.
|
void |
setEnableLniAtDeviceIndex(Integer enableLniAtDeviceIndex)
Indicates the device position for local network interfaces in this subnet.
|
void |
setEnableResourceNameDnsAAAARecordOnLaunch(Boolean enableResourceNameDnsAAAARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
void |
setEnableResourceNameDnsARecordOnLaunch(Boolean enableResourceNameDnsARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
void |
setMapCustomerOwnedIpOnLaunch(Boolean mapCustomerOwnedIpOnLaunch)
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a customer-owned IPv4 address. |
void |
setMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public IPv4 address. |
void |
setPrivateDnsHostnameTypeOnLaunch(String privateDnsHostnameTypeOnLaunch)
The type of hostname to assign to instances in the subnet at launch.
|
void |
setSubnetId(String subnetId)
The ID of the subnet.
|
String |
toString()
Returns a string representation of this object.
|
ModifySubnetAttributeRequest |
withAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
Specify
true to indicate that network interfaces created in the specified subnet should be assigned
an IPv6 address. |
ModifySubnetAttributeRequest |
withCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The customer-owned IPv4 address pool associated with the subnet.
|
ModifySubnetAttributeRequest |
withDisableLniAtDeviceIndex(Boolean disableLniAtDeviceIndex)
Specify
true to indicate that local network interfaces at the current position should be disabled. |
ModifySubnetAttributeRequest |
withEnableDns64(Boolean enableDns64)
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic
IPv6 addresses for IPv4-only destinations.
|
ModifySubnetAttributeRequest |
withEnableLniAtDeviceIndex(Integer enableLniAtDeviceIndex)
Indicates the device position for local network interfaces in this subnet.
|
ModifySubnetAttributeRequest |
withEnableResourceNameDnsAAAARecordOnLaunch(Boolean enableResourceNameDnsAAAARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
ModifySubnetAttributeRequest |
withEnableResourceNameDnsARecordOnLaunch(Boolean enableResourceNameDnsARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
ModifySubnetAttributeRequest |
withMapCustomerOwnedIpOnLaunch(Boolean mapCustomerOwnedIpOnLaunch)
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a customer-owned IPv4 address. |
ModifySubnetAttributeRequest |
withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public IPv4 address. |
ModifySubnetAttributeRequest |
withPrivateDnsHostnameTypeOnLaunch(HostnameType privateDnsHostnameTypeOnLaunch)
The type of hostname to assign to instances in the subnet at launch.
|
ModifySubnetAttributeRequest |
withPrivateDnsHostnameTypeOnLaunch(String privateDnsHostnameTypeOnLaunch)
The type of hostname to assign to instances in the subnet at launch.
|
ModifySubnetAttributeRequest |
withSubnetId(String subnetId)
The ID of the subnet.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
Specify true
to indicate that network interfaces created in the specified subnet should be assigned
an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the
instance therefore receives an IPv6 address).
If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an
IPv6 address if it's created using version 2016-11-15
or later of the Amazon EC2 API.
assignIpv6AddressOnCreation
- Specify true
to indicate that network interfaces created in the specified subnet should be
assigned an IPv6 address. This includes a network interface that's created when launching an instance into
the subnet (the instance therefore receives an IPv6 address).
If you enable the IPv6 addressing feature for your subnet, your network interface or instance only
receives an IPv6 address if it's created using version 2016-11-15
or later of the Amazon EC2
API.
public Boolean getAssignIpv6AddressOnCreation()
Specify true
to indicate that network interfaces created in the specified subnet should be assigned
an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the
instance therefore receives an IPv6 address).
If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an
IPv6 address if it's created using version 2016-11-15
or later of the Amazon EC2 API.
true
to indicate that network interfaces created in the specified subnet should be
assigned an IPv6 address. This includes a network interface that's created when launching an instance
into the subnet (the instance therefore receives an IPv6 address).
If you enable the IPv6 addressing feature for your subnet, your network interface or instance only
receives an IPv6 address if it's created using version 2016-11-15
or later of the Amazon EC2
API.
public ModifySubnetAttributeRequest withAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
Specify true
to indicate that network interfaces created in the specified subnet should be assigned
an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the
instance therefore receives an IPv6 address).
If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an
IPv6 address if it's created using version 2016-11-15
or later of the Amazon EC2 API.
assignIpv6AddressOnCreation
- Specify true
to indicate that network interfaces created in the specified subnet should be
assigned an IPv6 address. This includes a network interface that's created when launching an instance into
the subnet (the instance therefore receives an IPv6 address).
If you enable the IPv6 addressing feature for your subnet, your network interface or instance only
receives an IPv6 address if it's created using version 2016-11-15
or later of the Amazon EC2
API.
public Boolean isAssignIpv6AddressOnCreation()
Specify true
to indicate that network interfaces created in the specified subnet should be assigned
an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the
instance therefore receives an IPv6 address).
If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an
IPv6 address if it's created using version 2016-11-15
or later of the Amazon EC2 API.
true
to indicate that network interfaces created in the specified subnet should be
assigned an IPv6 address. This includes a network interface that's created when launching an instance
into the subnet (the instance therefore receives an IPv6 address).
If you enable the IPv6 addressing feature for your subnet, your network interface or instance only
receives an IPv6 address if it's created using version 2016-11-15
or later of the Amazon EC2
API.
public void setMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Specify true
to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public IPv4 address.
Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
mapPublicIpOnLaunch
- Specify true
to indicate that network interfaces attached to instances created in the
specified subnet should be assigned a public IPv4 address.
Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
public Boolean getMapPublicIpOnLaunch()
Specify true
to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public IPv4 address.
Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
true
to indicate that network interfaces attached to instances created in the
specified subnet should be assigned a public IPv4 address.
Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
public ModifySubnetAttributeRequest withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Specify true
to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public IPv4 address.
Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
mapPublicIpOnLaunch
- Specify true
to indicate that network interfaces attached to instances created in the
specified subnet should be assigned a public IPv4 address.
Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
public Boolean isMapPublicIpOnLaunch()
Specify true
to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public IPv4 address.
Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
true
to indicate that network interfaces attached to instances created in the
specified subnet should be assigned a public IPv4 address.
Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
public void setSubnetId(String subnetId)
The ID of the subnet.
subnetId
- The ID of the subnet.public String getSubnetId()
The ID of the subnet.
public ModifySubnetAttributeRequest withSubnetId(String subnetId)
The ID of the subnet.
subnetId
- The ID of the subnet.public void setMapCustomerOwnedIpOnLaunch(Boolean mapCustomerOwnedIpOnLaunch)
Specify true
to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a customer-owned IPv4 address.
When this value is true
, you must specify the customer-owned IP pool using
CustomerOwnedIpv4Pool
.
mapCustomerOwnedIpOnLaunch
- Specify true
to indicate that network interfaces attached to instances created in the
specified subnet should be assigned a customer-owned IPv4 address.
When this value is true
, you must specify the customer-owned IP pool using
CustomerOwnedIpv4Pool
.
public Boolean getMapCustomerOwnedIpOnLaunch()
Specify true
to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a customer-owned IPv4 address.
When this value is true
, you must specify the customer-owned IP pool using
CustomerOwnedIpv4Pool
.
true
to indicate that network interfaces attached to instances created in the
specified subnet should be assigned a customer-owned IPv4 address.
When this value is true
, you must specify the customer-owned IP pool using
CustomerOwnedIpv4Pool
.
public ModifySubnetAttributeRequest withMapCustomerOwnedIpOnLaunch(Boolean mapCustomerOwnedIpOnLaunch)
Specify true
to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a customer-owned IPv4 address.
When this value is true
, you must specify the customer-owned IP pool using
CustomerOwnedIpv4Pool
.
mapCustomerOwnedIpOnLaunch
- Specify true
to indicate that network interfaces attached to instances created in the
specified subnet should be assigned a customer-owned IPv4 address.
When this value is true
, you must specify the customer-owned IP pool using
CustomerOwnedIpv4Pool
.
public Boolean isMapCustomerOwnedIpOnLaunch()
Specify true
to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a customer-owned IPv4 address.
When this value is true
, you must specify the customer-owned IP pool using
CustomerOwnedIpv4Pool
.
true
to indicate that network interfaces attached to instances created in the
specified subnet should be assigned a customer-owned IPv4 address.
When this value is true
, you must specify the customer-owned IP pool using
CustomerOwnedIpv4Pool
.
public void setCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The customer-owned IPv4 address pool associated with the subnet.
You must set this value when you specify true
for MapCustomerOwnedIpOnLaunch
.
customerOwnedIpv4Pool
- The customer-owned IPv4 address pool associated with the subnet.
You must set this value when you specify true
for MapCustomerOwnedIpOnLaunch
.
public String getCustomerOwnedIpv4Pool()
The customer-owned IPv4 address pool associated with the subnet.
You must set this value when you specify true
for MapCustomerOwnedIpOnLaunch
.
You must set this value when you specify true
for MapCustomerOwnedIpOnLaunch
.
public ModifySubnetAttributeRequest withCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The customer-owned IPv4 address pool associated with the subnet.
You must set this value when you specify true
for MapCustomerOwnedIpOnLaunch
.
customerOwnedIpv4Pool
- The customer-owned IPv4 address pool associated with the subnet.
You must set this value when you specify true
for MapCustomerOwnedIpOnLaunch
.
public void setEnableDns64(Boolean enableDns64)
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
enableDns64
- Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return
synthetic IPv6 addresses for IPv4-only destinations.public Boolean getEnableDns64()
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
public ModifySubnetAttributeRequest withEnableDns64(Boolean enableDns64)
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
enableDns64
- Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return
synthetic IPv6 addresses for IPv4-only destinations.public Boolean isEnableDns64()
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
public void setPrivateDnsHostnameTypeOnLaunch(String privateDnsHostnameTypeOnLaunch)
The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID (resource-name).
privateDnsHostnameTypeOnLaunch
- The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4
and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the
instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID
(resource-name).HostnameType
public String getPrivateDnsHostnameTypeOnLaunch()
The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID (resource-name).
HostnameType
public ModifySubnetAttributeRequest withPrivateDnsHostnameTypeOnLaunch(String privateDnsHostnameTypeOnLaunch)
The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID (resource-name).
privateDnsHostnameTypeOnLaunch
- The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4
and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the
instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID
(resource-name).HostnameType
public ModifySubnetAttributeRequest withPrivateDnsHostnameTypeOnLaunch(HostnameType privateDnsHostnameTypeOnLaunch)
The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID (resource-name).
privateDnsHostnameTypeOnLaunch
- The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4
and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the
instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID
(resource-name).HostnameType
public void setEnableResourceNameDnsARecordOnLaunch(Boolean enableResourceNameDnsARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
enableResourceNameDnsARecordOnLaunch
- Indicates whether to respond to DNS queries for instance hostnames with DNS A records.public Boolean getEnableResourceNameDnsARecordOnLaunch()
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
public ModifySubnetAttributeRequest withEnableResourceNameDnsARecordOnLaunch(Boolean enableResourceNameDnsARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
enableResourceNameDnsARecordOnLaunch
- Indicates whether to respond to DNS queries for instance hostnames with DNS A records.public Boolean isEnableResourceNameDnsARecordOnLaunch()
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
public void setEnableResourceNameDnsAAAARecordOnLaunch(Boolean enableResourceNameDnsAAAARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
enableResourceNameDnsAAAARecordOnLaunch
- Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.public Boolean getEnableResourceNameDnsAAAARecordOnLaunch()
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
public ModifySubnetAttributeRequest withEnableResourceNameDnsAAAARecordOnLaunch(Boolean enableResourceNameDnsAAAARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
enableResourceNameDnsAAAARecordOnLaunch
- Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.public Boolean isEnableResourceNameDnsAAAARecordOnLaunch()
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
public void setEnableLniAtDeviceIndex(Integer enableLniAtDeviceIndex)
Indicates the device position for local network interfaces in this subnet. For example, 1
indicates
local network interfaces in this subnet are the secondary network interface (eth1). A local network interface
cannot be the primary network interface (eth0).
enableLniAtDeviceIndex
- Indicates the device position for local network interfaces in this subnet. For example, 1
indicates local network interfaces in this subnet are the secondary network interface (eth1). A local
network interface cannot be the primary network interface (eth0).public Integer getEnableLniAtDeviceIndex()
Indicates the device position for local network interfaces in this subnet. For example, 1
indicates
local network interfaces in this subnet are the secondary network interface (eth1). A local network interface
cannot be the primary network interface (eth0).
1
indicates local network interfaces in this subnet are the secondary network interface (eth1). A local
network interface cannot be the primary network interface (eth0).public ModifySubnetAttributeRequest withEnableLniAtDeviceIndex(Integer enableLniAtDeviceIndex)
Indicates the device position for local network interfaces in this subnet. For example, 1
indicates
local network interfaces in this subnet are the secondary network interface (eth1). A local network interface
cannot be the primary network interface (eth0).
enableLniAtDeviceIndex
- Indicates the device position for local network interfaces in this subnet. For example, 1
indicates local network interfaces in this subnet are the secondary network interface (eth1). A local
network interface cannot be the primary network interface (eth0).public void setDisableLniAtDeviceIndex(Boolean disableLniAtDeviceIndex)
Specify true
to indicate that local network interfaces at the current position should be disabled.
disableLniAtDeviceIndex
- Specify true
to indicate that local network interfaces at the current position should be
disabled.public Boolean getDisableLniAtDeviceIndex()
Specify true
to indicate that local network interfaces at the current position should be disabled.
true
to indicate that local network interfaces at the current position should be
disabled.public ModifySubnetAttributeRequest withDisableLniAtDeviceIndex(Boolean disableLniAtDeviceIndex)
Specify true
to indicate that local network interfaces at the current position should be disabled.
disableLniAtDeviceIndex
- Specify true
to indicate that local network interfaces at the current position should be
disabled.public Boolean isDisableLniAtDeviceIndex()
Specify true
to indicate that local network interfaces at the current position should be disabled.
true
to indicate that local network interfaces at the current position should be
disabled.public Request<ModifySubnetAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifySubnetAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifySubnetAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()