ComputeConfiguration

Contains compute attributes. These attributes only need be specified when your project's or fleet's computeType is set to ATTRIBUTE_BASED_COMPUTE or CUSTOM_INSTANCE_TYPE.

Types

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

Properties

Link copied to clipboard
val disk: Long?

The amount of disk space of the instance type included in your fleet.

Link copied to clipboard

The EC2 instance type to be launched in your fleet.

Link copied to clipboard

The machine type of the instance type included in your fleet.

Link copied to clipboard
val memory: Long?

The amount of memory of the instance type included in your fleet.

Link copied to clipboard
val vCpu: Long?

The number of vCPUs of the instance type included in your fleet.

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