Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::ListCloudVmClustersRequest (v0.1.0)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::ListCloudVmClustersRequest.

The request for CloudVmCluster.List.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. An expression for filtering the results of the request.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. An expression for filtering the results of the request.
Returns
  • (::String) — Optional. An expression for filtering the results of the request.

#page_size

def page_size() -> ::Integer
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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::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.
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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A token identifying the page of results the server returns.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A token identifying the page of results the server returns.
Returns
  • (::String) — Optional. A token identifying the page of results the server returns.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the parent in the following format: projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}.