InstanceConfig constructor

InstanceConfig({
  1. bool? accountNetworksEnabled,
  2. NetworkAddress? clientNetwork,
  3. bool? hyperthreading,
  4. String? id,
  5. String? instanceType,
  6. String? kmsKeyVersion,
  7. List<GoogleCloudBaremetalsolutionV2LogicalInterface>? logicalInterfaces,
  8. String? name,
  9. String? networkConfig,
  10. String? networkTemplate,
  11. String? osImage,
  12. NetworkAddress? privateNetwork,
  13. List<String>? sshKeyNames,
  14. String? userNote,
})

Implementation

InstanceConfig({
  this.accountNetworksEnabled,
  this.clientNetwork,
  this.hyperthreading,
  this.id,
  this.instanceType,
  this.kmsKeyVersion,
  this.logicalInterfaces,
  this.name,
  this.networkConfig,
  this.networkTemplate,
  this.osImage,
  this.privateNetwork,
  this.sshKeyNames,
  this.userNote,
});