ContainerServicePower

Describes the powers that can be specified for an Amazon Lightsail container service.

The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.

Types

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

Properties

Link copied to clipboard

The number of vCPUs included in the power.

Link copied to clipboard

A Boolean value indicating whether the power is active and can be specified for container services.

Link copied to clipboard
val name: String?

The friendly name of the power (nano).

Link copied to clipboard

The ID of the power (nano-1).

Link copied to clipboard
val price: Float?

The monthly price of the power in USD.

Link copied to clipboard

The amount of RAM (in GB) of the power.

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