Reference documentation and code samples for the Compute V1 Client class AllowMultiNicInSameSubnetwork.
Specifies whether multi-nic in the same subnetwork is allowed.
Protobuf type google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowMultiNicInSameSubnetwork
Namespace
Google \ Cloud \ Compute \ V1 \ NetworkProfileNetworkFeaturesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_ALLOW_MULTI_NIC_IN_SAME_SUBNETWORK
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ALLOW_MULTI_NIC_IN_SAME_SUBNETWORK = 0;
MULTI_NIC_IN_SAME_SUBNETWORK_ALLOWED
Value: 288044595Generated from protobuf enum MULTI_NIC_IN_SAME_SUBNETWORK_ALLOWED = 288044595;
MULTI_NIC_IN_SAME_SUBNETWORK_BLOCKED
Value: 104207991Generated from protobuf enum MULTI_NIC_IN_SAME_SUBNETWORK_BLOCKED = 104207991;