Reference documentation and code samples for the Google Cloud Container V1 Client class EnterpriseConfig.
EnterpriseConfig is the cluster enterprise configuration.
Generated from protobuf message google.container.v1.EnterpriseConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cluster_tier |
int
Output only. cluster_tier indicates the effective tier of the cluster. |
↳ desired_tier |
int
desired_tier specifies the desired tier of the cluster. |
getClusterTier
Output only. cluster_tier indicates the effective tier of the cluster.
Returns | |
---|---|
Type | Description |
int |
setClusterTier
Output only. cluster_tier indicates the effective tier of the cluster.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getDesiredTier
desired_tier specifies the desired tier of the cluster.
Returns | |
---|---|
Type | Description |
int |
setDesiredTier
desired_tier specifies the desired tier of the cluster.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |