Instance class

A server.

Constructors

Instance({String? createTime, String? firmwareVersion, bool? hyperthreadingEnabled, String? id, bool? interactiveSerialConsoleEnabled, String? kmsKeyVersion, Map<String, String>? labels, List<GoogleCloudBaremetalsolutionV2LogicalInterface>? logicalInterfaces, String? loginInfo, List<Lun>? luns, String? machineType, String? name, String? networkTemplate, List<Network>? networks, String? osImage, String? pod, List<String>? sshKeys, String? state, String? updateTime, List<Volume>? volumes, String? workloadProfile})
Instance.fromJson(Map json_)

Properties

createTime ↔ String?
Create a time stamp.
getter/setter pair
firmwareVersion ↔ String?
The firmware version for the instance.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
hyperthreadingEnabled ↔ bool?
True if you enable hyperthreading for the server, otherwise false.
getter/setter pair
id ↔ String?
An identifier for the Instance, generated by the backend.
getter/setter pair
interactiveSerialConsoleEnabled ↔ bool?
True if the interactive serial console feature is enabled for the instance, false otherwise.
getter/setter pair
kmsKeyVersion ↔ String?
Name of the KMS crypto key version used to encrypt the initial passwords.
getter/setter pair
labels ↔ Map<String, String>?
Labels as key value pairs.
getter/setter pair
logicalInterfaces ↔ List<GoogleCloudBaremetalsolutionV2LogicalInterface>?
List of logical interfaces for the instance.
getter/setter pair
loginInfo ↔ String?
Text field about info for logging in.
getter/setter pair
luns ↔ List<Lun>?
List of LUNs associated with this server.
getter/setter pair
machineType ↔ String?
The server type.
getter/setter pair
name ↔ String?
The resource name of this Instance.
getter/setter pair
networks ↔ List<Network>?
List of networks associated with this server.
getter/setter pair
networkTemplate ↔ String?
Instance network template name.
getter/setter pair
osImage ↔ String?
The OS image currently installed on the server.
getter/setter pair
pod ↔ String?
Pod name.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sshKeys ↔ List<String>?
List of SSH Keys used during instance provisioning.
getter/setter pair
state ↔ String?
The state of the server.
getter/setter pair
updateTime ↔ String?
Update a time stamp.
getter/setter pair
volumes ↔ List<Volume>?
Input only.
getter/setter pair
workloadProfile ↔ String?
The workload profile for the instance. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited