Google Cloud Container V1 Client - Class ServiceExternalIPsConfig (1.10.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class ServiceExternalIPsConfig.

Config to block services with externalIPs field.

Generated from protobuf message google.container.v1.ServiceExternalIPsConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

Whether Services with ExternalIPs field are allowed or not.

getEnabled

Whether Services with ExternalIPs field are allowed or not.

Returns
TypeDescription
bool

setEnabled

Whether Services with ExternalIPs field are allowed or not.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this