ProcessorInfo

Describes the processor used by the instance type.

Types

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

Properties

Link copied to clipboard

The manufacturer of the processor.

Link copied to clipboard

The architectures supported by the instance type.

Link copied to clipboard

Indicates whether the instance type supports AMD SEV-SNP. If the request returns amd-sev-snp, AMD SEV-SNP is supported. Otherwise, it is not supported. For more information, see AMD SEV-SNP.

Link copied to clipboard

The speed of the processor, in GHz.

Functions

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