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

View Source

Response message for VmwareEngine.FetchNetworkPolicyExternalAddresses

Attributes

  • externalAddresses (type: list(GoogleApi.VMwareEngine.V1.Model.ExternalAddress.t), default: nil) - A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.VMwareEngine.V1.Model.FetchNetworkPolicyExternalAddressesResponse{
    externalAddresses:
      [GoogleApi.VMwareEngine.V1.Model.ExternalAddress.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.