Reference documentation and code samples for the Google Cloud Managed Lustre V1 API class Google::Cloud::Lustre::V1::ListInstancesRequest.
Message for requesting list of Instances
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#filter
def filter() -> ::String- (::String) — Optional. Filtering results.
 
#filter=
def filter=(value) -> ::String- value (::String) — Optional. Filtering results.
 
- (::String) — Optional. Filtering results.
 
#order_by
def order_by() -> ::String- (::String) — Optional. Desired order of results.
 
#order_by=
def order_by=(value) -> ::String- value (::String) — Optional. Desired order of results.
 
- (::String) — Optional. Desired order of results.
 
#page_size
def page_size() -> ::Integer- (::Integer) — Optional. Requested page size. Server might return fewer items than requested. If unspecified, the server will pick an appropriate default.
 
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. Requested page size. Server might return fewer items than requested. If unspecified, the server will pick an appropriate default.
 
- (::Integer) — Optional. Requested page size. Server might return fewer items than requested. If unspecified, the server will pick an appropriate default.
 
#page_token
def page_token() -> ::String- (::String) — Optional. A token identifying a page of results the server should return.
 
#page_token=
def page_token=(value) -> ::String- value (::String) — Optional. A token identifying a page of results the server should return.
 
- (::String) — Optional. A token identifying a page of results the server should return.
 
#parent
def parent() -> ::String- 
        (::String) — Required. The project and location for which to retrieve a list of
instances, in the format 
projects/{projectId}/locations/{location}.To retrieve instance information for all locations, use "-" as the value of
{location}. 
#parent=
def parent=(value) -> ::String- 
        value (::String) — Required. The project and location for which to retrieve a list of
instances, in the format 
projects/{projectId}/locations/{location}.To retrieve instance information for all locations, use "-" as the value of
{location}. 
- 
        (::String) — Required. The project and location for which to retrieve a list of
instances, in the format 
projects/{projectId}/locations/{location}.To retrieve instance information for all locations, use "-" as the value of
{location}.