Class NetworkService (1.6.1)

NetworkService(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

Name Description
enabled bool
True if the service is enabled; false otherwise.
state google.cloud.vmwareengine_v1.types.NetworkPolicy.NetworkService.State
Output only. State of the service. New values may be added to this enum when appropriate.

Classes

State

State(value)

Enum State defines possible states of a network policy controlled service.