Oracle Database@Google Cloud API . projects . locations . dbSystemInitialStorageSizes

Instance Methods

close()

Close httplib2 connections.

list(parent, pageSize=None, pageToken=None, x__xgafv=None)

Lists all the DbSystemInitialStorageSizes for the given project and location.

list_next()

Retrieves the next page of results.

Method Details

close()
Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists all the DbSystemInitialStorageSizes for the given project and location.

Args:
  parent: string, Required. The parent value for the DbSystemInitialStorageSize resource with the format: projects/{project}/locations/{location} (required)
  pageSize: integer, Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.
  pageToken: string, Optional. A token identifying the requested page of results to return. All fields except the filter should remain the same as in the request that provided this page token.
  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 `DbSystemInitialStorageSizes.List`.
  "dbSystemInitialStorageSizes": [ # The list of DbSystemInitialStorageSizes.
    { # Summary of the DbSystem initial storage size.
      "name": "A String", # Output only. The name of the resource.
      "properties": { # The properties of a DbSystem initial storage size summary. # Output only. The properties of the DbSystem initial storage size summary.
        "launchFromBackupStorageSizeDetails": [ # Output only. List of storage disk details available for launches from backup.
          { # The initial storage size, in gigabytes, that is applicable for virtual machine DBSystem.
            "dataStorageSizeInGbs": 42, # Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem.
            "recoStorageSizeInGbs": 42, # Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.
          },
        ],
        "shapeType": "A String", # Output only. VM shape platform type
        "storageManagement": "A String", # Output only. The storage option used in DB system.
        "storageSizeDetails": [ # Output only. List of storage disk details.
          { # The initial storage size, in gigabytes, that is applicable for virtual machine DBSystem.
            "dataStorageSizeInGbs": 42, # Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem.
            "recoStorageSizeInGbs": 42, # Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.
          },
        ],
      },
    },
  ],
  "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.