Network Management V1 API - Class Google::Cloud::NetworkManagement::V1::ListVpcFlowLogsConfigsResponse (v1.5.0)

Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::ListVpcFlowLogsConfigsResponse.

Response for the ListVpcFlowLogsConfigs method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Page token to fetch the next set of configurations.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Page token to fetch the next set of configurations.
Returns
  • (::String) — Page token to fetch the next set of configurations.

#unreachable

def unreachable() -> ::Array<::String>
Returns
  • (::Array<::String>) — Locations that could not be reached (when querying all locations with -).

#unreachable=

def unreachable=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Locations that could not be reached (when querying all locations with -).
Returns
  • (::Array<::String>) — Locations that could not be reached (when querying all locations with -).

#vpc_flow_logs_configs

def vpc_flow_logs_configs() -> ::Array<::Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig>
Returns

#vpc_flow_logs_configs=

def vpc_flow_logs_configs=(value) -> ::Array<::Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig>
Parameter
Returns