InstanceConfig constructor
InstanceConfig({
- bool? accountNetworksEnabled,
- NetworkAddress? clientNetwork,
- bool? hyperthreading,
- String? id,
- String? instanceType,
- String? kmsKeyVersion,
- List<
GoogleCloudBaremetalsolutionV2LogicalInterface> ? logicalInterfaces, - String? name,
- String? networkConfig,
- String? networkTemplate,
- String? osImage,
- NetworkAddress? privateNetwork,
- List<
String> ? sshKeyNames, - 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,
});