Class: Google::Cloud::VmwareEngine::V1::ListNodesResponse

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

Overview

Response message for VmwareEngine.ListNodes

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



429
430
431
432
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 429

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

#nodes::Array<::Google::Cloud::VmwareEngine::V1::Node>

Returns The nodes.

Returns:



429
430
431
432
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 429

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