Reference documentation and code samples for the Google Cloud Container V1 Client class NetworkPolicy.
Configuration options for the NetworkPolicy feature.
https://kubernetes.io/docs/concepts/services-networking/networkpolicies/
Generated from protobuf message google.container.v1.NetworkPolicy
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ provider
int
The selected network policy provider.
↳ enabled
bool
Whether network policy is enabled on the cluster.
getProvider
The selected network policy provider.
Generated from protobuf field .google.container.v1.NetworkPolicy.Provider provider = 1;
int
setProvider
The selected network policy provider.
Generated from protobuf field .google.container.v1.NetworkPolicy.Provider provider = 1;
var
int
$this
getEnabled
Whether network policy is enabled on the cluster.
Generated from protobuf field bool enabled = 2;
bool
setEnabled
Whether network policy is enabled on the cluster.
Generated from protobuf field bool enabled = 2;
var
bool
$this