GoogleApi.VMwareEngine.V1.Model.ListPrivateConnectionsResponse (google_api_v_mware_engine v0.5.0)
View SourceResponse message for VmwareEngine.ListPrivateConnections
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
privateConnections
(type:list(GoogleApi.VMwareEngine.V1.Model.PrivateConnection.t)
, default:nil
) - A list of private connections. -
unreachable
(type:list(String.t)
, default:nil
) - Unreachable resources.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMwareEngine.V1.Model.ListPrivateConnectionsResponse{ nextPageToken: String.t() | nil, privateConnections: [GoogleApi.VMwareEngine.V1.Model.PrivateConnection.t()] | nil, unreachable: [String.t()] | nil }