GetInstanceResult

data class GetInstanceResult(val createTime: String, val firmwareVersion: String, val hyperthreadingEnabled: Boolean, val interactiveSerialConsoleEnabled: Boolean, val labels: Map<String, String>, val logicalInterfaces: List<GoogleCloudBaremetalsolutionV2LogicalInterfaceResponse>, val loginInfo: String, val luns: List<LunResponse>, val machineType: String, val name: String, val networkTemplate: String, val networks: List<NetworkResponse>, val osImage: String, val pod: String, val state: String, val updateTime: String, val volumes: List<VolumeResponse>, val workloadProfile: String)

Constructors

Link copied to clipboard
constructor(createTime: String, firmwareVersion: String, hyperthreadingEnabled: Boolean, interactiveSerialConsoleEnabled: Boolean, labels: Map<String, String>, logicalInterfaces: List<GoogleCloudBaremetalsolutionV2LogicalInterfaceResponse>, loginInfo: String, luns: List<LunResponse>, machineType: String, name: String, networkTemplate: String, networks: List<NetworkResponse>, osImage: String, pod: String, state: String, updateTime: String, volumes: List<VolumeResponse>, workloadProfile: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Create a time stamp.

Link copied to clipboard

The firmware version for the instance.

Link copied to clipboard

True if you enable hyperthreading for the server, otherwise false. The default value is false.

Link copied to clipboard

True if the interactive serial console feature is enabled for the instance, false otherwise. The default value is false.

Link copied to clipboard

Labels as key value pairs.

Link copied to clipboard

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

Link copied to clipboard

Text field about info for logging in.

Link copied to clipboard

Immutable. List of LUNs associated with this server.

Link copied to clipboard

Immutable. The server type. Available server types

Link copied to clipboard

Immutable. The resource name of this Instance. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: projects/{project}/locations/{location}/instances/{instance}

Link copied to clipboard

List of networks associated with this server.

Link copied to clipboard

Instance network template name. For eg, bondaa-bondaa, bondab-nic, etc. Generally, the template name follows the syntax of "bond" or "nic".

Link copied to clipboard

The OS image currently installed on the server.

Link copied to clipboard
val pod: String

Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.

Link copied to clipboard

The state of the server.

Link copied to clipboard

Update a time stamp.

Link copied to clipboard

Input only. List of Volumes to attach to this Instance on creation. This field won't be populated in Get/List responses.

Link copied to clipboard

The workload profile for the instance.