ScheduledInstancesNetworkInterface

Describes a network interface for a Scheduled Instance.

Types

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

Properties

Link copied to clipboard

Indicates whether to assign a public IPv4 address to instances launched in a VPC. The public IPv4 address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

Link copied to clipboard

Indicates whether to delete the interface when the instance is terminated.

Link copied to clipboard

The description.

Link copied to clipboard

The index of the device for the network interface attachment.

Link copied to clipboard

The IDs of the security groups.

Link copied to clipboard

The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.

Link copied to clipboard

The specific IPv6 addresses from the subnet range.

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard

The IPv4 address of the network interface within the subnet.

Link copied to clipboard
Link copied to clipboard

The number of secondary private IPv4 addresses.

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