Class: Google::Cloud::OracleDatabase::V1::ListCloudVmClustersRequest

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

Overview

The request for CloudVmCluster.List.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. An expression for filtering the results of the request.

Returns:

  • (::String)

    Optional. An expression for filtering the results of the request.



136
137
138
139
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 136

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

#page_size::Integer

Returns Optional. The number of VM clusters to return. If unspecified, at most 50 VM clusters will be returned. The maximum value is 1,000.

Returns:

  • (::Integer)

    Optional. The number of VM clusters to return. If unspecified, at most 50 VM clusters will be returned. The maximum value is 1,000.



136
137
138
139
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 136

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

#page_token::String

Returns Optional. A token identifying the page of results the server returns.

Returns:

  • (::String)

    Optional. A token identifying the page of results the server returns.



136
137
138
139
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 136

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

#parent::String

Returns Required. The name of the parent in the following format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The name of the parent in the following format: projects/{project}/locations/{location}.



136
137
138
139
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 136

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