ModifySubnetAttributeRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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).

Link copied to clipboard

The customer-owned IPv4 address pool associated with the subnet.

Link copied to clipboard

Specify true to indicate that local network interfaces at the current position should be disabled.

Link copied to clipboard

Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.

Link copied to clipboard

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).

Link copied to clipboard

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

Link copied to clipboard

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

Link copied to clipboard

Specify true to indicate that network interfaces attached to instances created in the specified subnet should be assigned a customer-owned IPv4 address.

Link copied to clipboard

Specify true to indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.

Link copied to clipboard

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).

Link copied to clipboard

The ID of the subnet.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String