Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class NetworkService.
Represents a network service that is managed by a NetworkPolicy
resource.
A network service provides a way to control an aspect of external access to VMware workloads. For example, whether the VMware workloads in the private clouds governed by a network policy can access or be accessed from the internet.
Generated from protobuf message google.cloud.vmwareengine.v1.NetworkPolicy.NetworkService
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ NetworkPolicyMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
True if the service is enabled; false otherwise. |
↳ state |
int
Output only. State of the service. New values may be added to this enum when appropriate. |
getEnabled
True if the service is enabled; false otherwise.
Returns | |
---|---|
Type | Description |
bool |
setEnabled
True if the service is enabled; false otherwise.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getState
Output only. State of the service. New values may be added to this enum when appropriate.
Returns | |
---|---|
Type | Description |
int |
setState
Output only. State of the service. New values may be added to this enum when appropriate.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |