GoogleApi.VMwareEngine.V1.Model.FetchNetworkPolicyExternalAddressesResponse (google_api_v_mware_engine v0.5.0)
View SourceResponse 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 aspage_tokento 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
@type t() :: %GoogleApi.VMwareEngine.V1.Model.FetchNetworkPolicyExternalAddressesResponse{ externalAddresses: [GoogleApi.VMwareEngine.V1.Model.ExternalAddress.t()] | nil, nextPageToken: String.t() | nil }