Class: Google::Cloud::NetworkServices::V1::ListServiceLbPoliciesResponse

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

Overview

Response returned by the ListServiceLbPolicies method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Returns:

  • (::String)

    If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.



196
197
198
199
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 196

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

#service_lb_policies::Array<::Google::Cloud::NetworkServices::V1::ServiceLbPolicy>

Returns List of ServiceLbPolicy resources.

Returns:



196
197
198
199
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 196

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

#unreachable::Array<::String>

Returns Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.

Returns:

  • (::Array<::String>)

    Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.



196
197
198
199
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 196

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