Instance constructor
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,
Implementation
Instance({
this.createTime,
this.firmwareVersion,
this.hyperthreadingEnabled,
this.id,
this.interactiveSerialConsoleEnabled,
this.kmsKeyVersion,
this.labels,
this.logicalInterfaces,
this.loginInfo,
this.luns,
this.machineType,
this.name,
this.networkTemplate,
this.networks,
this.osImage,
this.pod,
this.sshKeys,
this.state,
this.updateTime,
this.volumes,
this.workloadProfile,
});