Class: Google::Cloud::NetworkServices::V1::ListLbTrafficExtensionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListLbTrafficExtensionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/dep.rb
Overview
Message for response to listing LbTrafficExtension
resources.
Instance Attribute Summary collapse
-
#lb_traffic_extensions ⇒ ::Array<::Google::Cloud::NetworkServices::V1::LbTrafficExtension>
The list of
LbTrafficExtension
resources. -
#next_page_token ⇒ ::String
A token identifying a page of results that the server returns.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#lb_traffic_extensions ⇒ ::Array<::Google::Cloud::NetworkServices::V1::LbTrafficExtension>
Returns The list of LbTrafficExtension
resources.
230 231 232 233 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 230 class ListLbTrafficExtensionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results that the server returns.
230 231 232 233 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 230 class ListLbTrafficExtensionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
230 231 232 233 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 230 class ListLbTrafficExtensionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |