EbsInfo

class EbsInfo

Describes the Amazon EBS features supported by the instance type.

Types

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

Properties

Link copied to clipboard

Indicates whether the instance type features a shared or dedicated Amazon EBS volume attachment limit. For more information, see Amazon EBS volume limits for Amazon EC2 instances in the Amazon EC2 User Guide.

Link copied to clipboard

Describes the optimized EBS performance for the instance type.

Link copied to clipboard

Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide.

Link copied to clipboard

Indicates whether Amazon EBS encryption is supported.

Link copied to clipboard

Indicates the maximum number of Amazon EBS volumes that can be attached to the instance type. For more information, see Amazon EBS volume limits for Amazon EC2 instances in the Amazon EC2 User Guide.

Link copied to clipboard

Indicates whether non-volatile memory express (NVMe) is supported.

Functions

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