Reference documentation and code samples for the Google Cloud Container V1 Client class DesiredEnterpriseConfig.
DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
Generated from protobuf message google.container.v1.DesiredEnterpriseConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ desired_tier |
int
desired_tier specifies the desired tier of the cluster. |
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 |