InstanceConfig class
Configuration parameters for a new instance.
Constructors
-
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}) - InstanceConfig.fromJson(Map json_)
Properties
- accountNetworksEnabled ↔ bool?
-
If true networks can be from different projects of the same vendor
account.
getter/setter pair
- clientNetwork ↔ NetworkAddress?
-
Client network address.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hyperthreading ↔ bool?
-
Whether the instance should be provisioned with Hyperthreading enabled.
getter/setter pair
- id ↔ String?
-
A transient unique identifier to idenfity an instance within an
ProvisioningConfig request.
getter/setter pair
- instanceType ↔ String?
-
Instance type.
getter/setter pair
- kmsKeyVersion ↔ String?
-
Name of the KMS crypto key version used to encrypt the initial passwords.
getter/setter pair
-
logicalInterfaces
↔ List<
GoogleCloudBaremetalsolutionV2LogicalInterface> ? -
List of logical interfaces for the instance.
getter/setter pair
- name ↔ String?
-
The name of the instance config.
getter/setter pair
- networkConfig ↔ String?
-
The type of network configuration on the instance.
Possible string values are:
getter/setter pair
- networkTemplate ↔ String?
-
Server network template name.
getter/setter pair
- osImage ↔ String?
-
OS image to initialize the instance.
getter/setter pair
- privateNetwork ↔ NetworkAddress?
-
Private network address, if any.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sshKeyNames
↔ List<
String> ? -
List of names of ssh keys used to provision the instance.
getter/setter pair
- userNote ↔ String?
-
User note field, it can be used by customers to add additional information
for the BMS Ops team .
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