Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists the database servers of an Exadata Infrastructure instance.
Retrieves the next page of results.
close()
Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists the database servers of an Exadata Infrastructure instance. Args: parent: string, Required. The parent value for database server in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloudExadataInfrastructure}. (required) pageSize: integer, Optional. The maximum number of items to return. If unspecified, a maximum of 50 db servers 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 `DbServer.List`. "dbServers": [ # The list of database servers. { # Details of the database server resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbServer/ "displayName": "A String", # Optional. User friendly name for this resource. "name": "A String", # Identifier. The name of the database server resource with the format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}/dbServers/{db_server} "properties": { # Various properties and settings associated with Exadata database server. # Optional. Various properties of the database server. "dbNodeIds": [ # Output only. OCID of database nodes associated with the database server. "A String", ], "dbNodeStorageSizeGb": 42, # Optional. Local storage per VM. "maxDbNodeStorageSizeGb": 42, # Optional. Maximum local storage per VM. "maxMemorySizeGb": 42, # Optional. Maximum memory allocated in GBs. "maxOcpuCount": 42, # Optional. Maximum OCPU count per database. "memorySizeGb": 42, # Optional. Memory allocated in GBs. "ocid": "A String", # Output only. OCID of database server. "ocpuCount": 42, # Optional. OCPU count per database. "state": "A String", # Output only. State of the database server. "vmCount": 42, # Optional. Vm count per database. }, }, ], "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.