Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class NetworkConfig.
The network configuration of the instance.
Protobuf type google.cloud.baremetalsolution.v2.InstanceConfig.NetworkConfig
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ InstanceConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
NETWORKCONFIG_UNSPECIFIED
Value: 0
The unspecified network configuration.
Generated from protobuf enum NETWORKCONFIG_UNSPECIFIED = 0;
SINGLE_VLAN
Value: 1
Instance part of single client network and single private network.
Generated from protobuf enum SINGLE_VLAN = 1;
MULTI_VLAN
Value: 2
Instance part of multiple (or single) client networks and private networks.
Generated from protobuf enum MULTI_VLAN = 2;