Class: Google::Cloud::NetworkManagement::V1::ListVpcFlowLogsConfigsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb

Overview

Response for the ListVpcFlowLogsConfigs method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Page token to fetch the next set of configurations.

Returns:

  • (::String)

    Page token to fetch the next set of configurations.



59
60
61
62
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 59

class ListVpcFlowLogsConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns 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 -).



59
60
61
62
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 59

class ListVpcFlowLogsConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vpc_flow_logs_configs::Array<::Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig>

Returns List of VPC Flow Log configurations.

Returns:



59
60
61
62
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 59

class ListVpcFlowLogsConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end