GoogleApi.VMwareEngine.V1.Model.NetworkService (google_api_v_mware_engine v0.5.0)

View Source

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

  • enabled (type: boolean(), default: nil) - True if the service is enabled; false otherwise.
  • state (type: String.t, default: nil) - Output only. State of the service. New values may be added to this enum when appropriate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.NetworkService{
  enabled: boolean() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.