Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class PolicyMode.
This enum controls the policy mode used in a hub.
Protobuf type google.cloud.networkconnectivity.v1.PolicyMode
Namespace
Google \ Cloud \ NetworkConnectivity \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
POLICY_MODE_UNSPECIFIED
Value: 0Policy mode is unspecified. It defaults to PRESET with preset_topology = MESH.
Generated from protobuf enum POLICY_MODE_UNSPECIFIED = 0;
PRESET
Value: 1Hub uses one of the preset topologies.
Generated from protobuf enum PRESET = 1;