GoogleApi.VMwareEngine.V1.Model.ListNetworkPoliciesResponse (google_api_v_mware_engine v0.5.0)
View SourceResponse message for VmwareEngine.ListNetworkPolicies
Attributes
-
networkPolicies
(type:list(GoogleApi.VMwareEngine.V1.Model.NetworkPolicy.t)
, default:nil
) - A list of network policies. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be send aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached when making an aggregated query using wildcards.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMwareEngine.V1.Model.ListNetworkPoliciesResponse{ networkPolicies: [GoogleApi.VMwareEngine.V1.Model.NetworkPolicy.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }