AwsEc2SubnetDetails

Contains information about a subnet in Amazon EC2.

Types

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

Properties

Link copied to clipboard

Whether to assign an IPV6 address to a network interface that is created in this subnet.

Link copied to clipboard

The Availability Zone for the subnet.

Link copied to clipboard

The identifier of the Availability Zone for the subnet.

Link copied to clipboard

The number of available IPV4 addresses in the subnet. Does not include addresses for stopped instances.

Link copied to clipboard

The IPV4 CIDR block that is assigned to the subnet.

Link copied to clipboard

Whether this subnet is the default subnet for the Availability Zone.

Link copied to clipboard

The IPV6 CIDR blocks that are associated with the subnet.

Link copied to clipboard

Whether instances in this subnet receive a public IP address.

Link copied to clipboard

The identifier of the Amazon Web Services account that owns the subnet.

Link copied to clipboard

The current state of the subnet. Valid values are available or pending.

Link copied to clipboard

The ARN of the subnet.

Link copied to clipboard

The identifier of the subnet.

Link copied to clipboard

The identifier of the VPC that contains 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