Interface protos.google.cloud.baremetalsolution.v2.IInstanceConfig (1.1.0)

Properties of an InstanceConfig.

Package

@google-cloud/bare-metal-solution

Properties

accountNetworksEnabled

accountNetworksEnabled?: (boolean|null);

InstanceConfig accountNetworksEnabled

clientNetwork

clientNetwork?: (google.cloud.baremetalsolution.v2.InstanceConfig.INetworkAddress|null);

InstanceConfig clientNetwork

hyperthreading

hyperthreading?: (boolean|null);

InstanceConfig hyperthreading

id

id?: (string|null);

InstanceConfig id

instanceType

instanceType?: (string|null);

InstanceConfig instanceType

logicalInterfaces

logicalInterfaces?: (google.cloud.baremetalsolution.v2.ILogicalInterface[]|null);

InstanceConfig logicalInterfaces

name

name?: (string|null);

InstanceConfig name

networkConfig

networkConfig?: (google.cloud.baremetalsolution.v2.InstanceConfig.NetworkConfig|keyof typeof google.cloud.baremetalsolution.v2.InstanceConfig.NetworkConfig|null);

InstanceConfig networkConfig

networkTemplate

networkTemplate?: (string|null);

InstanceConfig networkTemplate

osImage

osImage?: (string|null);

InstanceConfig osImage

privateNetwork

privateNetwork?: (google.cloud.baremetalsolution.v2.InstanceConfig.INetworkAddress|null);

InstanceConfig privateNetwork

sshKeyNames

sshKeyNames?: (string[]|null);

InstanceConfig sshKeyNames

userNote

userNote?: (string|null);

InstanceConfig userNote