Class: Google::Cloud::NetworkServices::V1::ListLbTrafficExtensionsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#lb_traffic_extensions::Array<::Google::Cloud::NetworkServices::V1::LbTrafficExtension>

Returns The list of LbTrafficExtension resources.

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

#next_page_token::String

Returns A token identifying a page of results that the server returns.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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