Instance constructor

Instance({
  1. String? createTime,
  2. String? firmwareVersion,
  3. bool? hyperthreadingEnabled,
  4. String? id,
  5. bool? interactiveSerialConsoleEnabled,
  6. String? kmsKeyVersion,
  7. Map<String, String>? labels,
  8. List<GoogleCloudBaremetalsolutionV2LogicalInterface>? logicalInterfaces,
  9. String? loginInfo,
  10. List<Lun>? luns,
  11. String? machineType,
  12. String? name,
  13. String? networkTemplate,
  14. List<Network>? networks,
  15. String? osImage,
  16. String? pod,
  17. List<String>? sshKeys,
  18. String? state,
  19. String? updateTime,
  20. List<Volume>? volumes,
  21. 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,
});