Reference documentation and code samples for the Google Cloud Container V1 Client class NetworkTierConfig.
NetworkTierConfig contains network tier information.
Generated from protobuf message google.container.v1.NetworkTierConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ network_tier |
int
Network tier configuration. |
getNetworkTier
Network tier configuration.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type NetworkTier. |
setNetworkTier
Network tier configuration.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type NetworkTier. |
| Returns | |
|---|---|
| Type | Description |
$this |
|