Class NetworkService (0.2.2)

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

NameDescription
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.

Values: STATE_UNSPECIFIED (0): Unspecified service state. This is the default value. UNPROVISIONED (1): Service is not provisioned. RECONCILING (2): Service is in the process of being provisioned/deprovisioned. ACTIVE (3): Service is active.