ElasticIp

class ElasticIp

Describes an Elastic IP address.

Types

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

Properties

Link copied to clipboard

The domain.

Link copied to clipboard

The ID of the instance that the address is attached to.

Link copied to clipboard
val ip: String?

The IP address.

Link copied to clipboard
val name: String?

The name, which can be a maximum of 32 characters.

Link copied to clipboard

The Amazon Web Services Region. For more information, see Regions and Endpoints.

Functions

Link copied to clipboard
inline fun copy(block: ElasticIp.Builder.() -> Unit = {}): ElasticIp
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