Class: Google::Cloud::NetworkManagement::V1::ListVpcFlowLogsConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::ListVpcFlowLogsConfigsResponse
- 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
-
#next_page_token ⇒ ::String
Page token to fetch the next set of configurations.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached (when querying all locations with
-
). -
#vpc_flow_logs_configs ⇒ ::Array<::Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig>
List of VPC Flow Log configurations.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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 -
).
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.
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 |