GoogleApi.NetworkManagement.V1.Model.ListVpcFlowLogsConfigsResponse (google_api_network_management v0.39.0)

View Source

Response for the ListVpcFlowLogsConfigs method.

Attributes

  • nextPageToken (type: String.t, default: nil) - Page token to fetch the next set of configurations.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached (when querying all locations with -).
  • vpcFlowLogsConfigs (type: list(GoogleApi.NetworkManagement.V1.Model.VpcFlowLogsConfig.t), default: nil) - List of VPC Flow Log configurations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1.Model.ListVpcFlowLogsConfigsResponse{
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil,
  vpcFlowLogsConfigs:
    [GoogleApi.NetworkManagement.V1.Model.VpcFlowLogsConfig.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.