Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location.
Retrieves the next page of results.
close()
Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location. Args: parent: string, Required. The parent value for Grid Infrastructure Version in the following format: Format: projects/{project}/locations/{location}. (required) pageSize: integer, Optional. The maximum number of items to return. If unspecified, a maximum of 50 Oracle Grid Infrastructure (GI) versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000. pageToken: string, Optional. A token identifying a page of results the server should return. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # The response for `GiVersion.List`. "giVersions": [ # The list of Oracle Grid Infrastructure (GI) versions. { # Details of the Oracle Grid Infrastructure (GI) version resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/GiVersionSummary/ "name": "A String", # Identifier. The name of the Oracle Grid Infrastructure (GI) version resource with the format: projects/{project}/locations/{region}/giVersions/{gi_versions} "version": "A String", # Optional. version }, ], "nextPageToken": "A String", # A token identifying a page of results the server should return. }
list_next()
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call 'execute()' on to request the next page. Returns None if there are no more items in the collection.