StaticIp

class StaticIp

Describes a static IP.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the static IP (arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE).

Link copied to clipboard

The instance where the static IP is attached (Amazon_Linux-1GB-Ohio-1).

Link copied to clipboard

The timestamp when the static IP was created (1479735304.222).

Link copied to clipboard

The static IP address.

Link copied to clipboard

A Boolean value indicating whether the static IP is attached.

Link copied to clipboard

The region and Availability Zone where the static IP was created.

Link copied to clipboard
val name: String?

The name of the static IP (StaticIP-Ohio-EXAMPLE).

Link copied to clipboard

The resource type (usually StaticIp).

Link copied to clipboard

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

Functions

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