Reference documentation and code samples for the Google Cloud Container V1 Client class CloudRunConfig.
Configuration options for the Cloud Run feature.
Generated from protobuf message google.container.v1.CloudRunConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ disabled |
bool
Whether Cloud Run addon is enabled for this cluster. |
↳ load_balancer_type |
int
Which load balancer type is installed for Cloud Run. |
getDisabled
Whether Cloud Run addon is enabled for this cluster.
Generated from protobuf field bool disabled = 1;
Returns | |
---|---|
Type | Description |
bool |
setDisabled
Whether Cloud Run addon is enabled for this cluster.
Generated from protobuf field bool disabled = 1;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getLoadBalancerType
Which load balancer type is installed for Cloud Run.
Generated from protobuf field .google.container.v1.CloudRunConfig.LoadBalancerType load_balancer_type = 3;
Returns | |
---|---|
Type | Description |
int |
setLoadBalancerType
Which load balancer type is installed for Cloud Run.
Generated from protobuf field .google.container.v1.CloudRunConfig.LoadBalancerType load_balancer_type = 3;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |