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

Instance Methods

dbServers()

Returns the dbServers Resource.

close()

Close httplib2 connections.

create(parent, body=None, cloudExadataInfrastructureId=None, requestId=None, x__xgafv=None)

Creates a new Exadata Infrastructure in a given project and location.

delete(name, force=None, requestId=None, x__xgafv=None)

Deletes a single Exadata Infrastructure.

get(name, x__xgafv=None)

Gets details of a single Exadata Infrastructure.

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

Lists Exadata Infrastructures in a given project and location.

list_next()

Retrieves the next page of results.

Method Details

close()
Close httplib2 connections.
create(parent, body=None, cloudExadataInfrastructureId=None, requestId=None, x__xgafv=None)
Creates a new Exadata Infrastructure in a given project and location.

Args:
  parent: string, Required. The parent value for CloudExadataInfrastructure in the following format: projects/{project}/locations/{location}. (required)
  body: object, The request body.
    The object takes the form of:

{ # Represents CloudExadataInfrastructure resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/
  "createTime": "A String", # Output only. The date and time that the Exadata Infrastructure was created.
  "displayName": "A String", # Optional. User friendly name for this resource.
  "entitlementId": "A String", # Output only. Entitlement ID of the private offer against which this infrastructure resource is provisioned.
  "gcpOracleZone": "A String", # Optional. Google Cloud Platform location where Oracle Exadata is hosted.
  "labels": { # Optional. Labels or tags associated with the resource.
    "a_key": "A String",
  },
  "name": "A String", # Identifier. The name of the Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
  "properties": { # Various properties of Exadata Infrastructure. # Optional. Various properties of the infra.
    "activatedStorageCount": 42, # Output only. The requested number of additional storage servers activated for the Exadata Infrastructure.
    "additionalStorageCount": 42, # Output only. The requested number of additional storage servers for the Exadata Infrastructure.
    "availableStorageSizeGb": 42, # Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
    "computeCount": 42, # Optional. The number of compute servers for the Exadata Infrastructure.
    "cpuCount": 42, # Optional. The number of enabled CPU cores.
    "customerContacts": [ # Optional. The list of customer contacts.
      { # The CustomerContact reference as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/CustomerContact
        "email": "A String", # Required. The email address used by Oracle to send notifications regarding databases and infrastructure.
      },
    ],
    "dataStorageSizeTb": 3.14, # Output only. Size, in terabytes, of the DATA disk group.
    "dbNodeStorageSizeGb": 42, # Optional. The local node storage allocated in GBs.
    "dbServerVersion": "A String", # Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.
    "maintenanceWindow": { # Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow # Optional. Maintenance window for repair.
      "customActionTimeoutMins": 42, # Optional. Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
      "daysOfWeek": [ # Optional. Days during the week when maintenance should be performed.
        "A String",
      ],
      "hoursOfDay": [ # Optional. The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC
        42,
      ],
      "isCustomActionTimeoutEnabled": True or False, # Optional. If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
      "leadTimeWeek": 42, # Optional. Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
      "months": [ # Optional. Months during the year when maintenance should be performed.
        "A String",
      ],
      "patchingMode": "A String", # Optional. Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
      "preference": "A String", # Optional. The maintenance window scheduling preference.
      "weeksOfMonth": [ # Optional. Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.
        42,
      ],
    },
    "maxCpuCount": 42, # Output only. The total number of CPU cores available.
    "maxDataStorageTb": 3.14, # Output only. The total available DATA disk group size.
    "maxDbNodeStorageSizeGb": 42, # Output only. The total local node storage available in GBs.
    "maxMemoryGb": 42, # Output only. The total memory available in GBs.
    "memorySizeGb": 42, # Optional. The memory allocated in GBs.
    "monthlyDbServerVersion": "A String", # Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
    "monthlyStorageServerVersion": "A String", # Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
    "nextMaintenanceRunId": "A String", # Output only. The OCID of the next maintenance run.
    "nextMaintenanceRunTime": "A String", # Output only. The time when the next maintenance run will occur.
    "nextSecurityMaintenanceRunTime": "A String", # Output only. The time when the next security maintenance run will occur.
    "ociUrl": "A String", # Output only. Deep link to the OCI console to view this resource.
    "ocid": "A String", # Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
    "shape": "A String", # Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
    "state": "A String", # Output only. The current lifecycle state of the Exadata Infrastructure.
    "storageCount": 42, # Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure.
    "storageServerVersion": "A String", # Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.
    "totalStorageSizeGb": 42, # Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
  },
}

  cloudExadataInfrastructureId: string, Required. The ID of the Exadata Infrastructure to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
  requestId: string, Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # This resource represents a long-running operation that is the result of a network API call.
  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
      {
        "a_key": "", # Properties of the object. Contains field @type with type URL.
      },
    ],
    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
  },
  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
    "a_key": "", # Properties of the object. Contains field @type with type URL.
  },
  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
    "a_key": "", # Properties of the object. Contains field @type with type URL.
  },
}
delete(name, force=None, requestId=None, x__xgafv=None)
Deletes a single Exadata Infrastructure.

Args:
  name: string, Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}. (required)
  force: boolean, Optional. If set to true, all VM clusters for this Exadata Infrastructure will be deleted. An Exadata Infrastructure can only be deleted once all its VM clusters have been deleted.
  requestId: string, Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # This resource represents a long-running operation that is the result of a network API call.
  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
      {
        "a_key": "", # Properties of the object. Contains field @type with type URL.
      },
    ],
    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
  },
  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
    "a_key": "", # Properties of the object. Contains field @type with type URL.
  },
  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
    "a_key": "", # Properties of the object. Contains field @type with type URL.
  },
}
get(name, x__xgafv=None)
Gets details of a single Exadata Infrastructure.

Args:
  name: string, Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Represents CloudExadataInfrastructure resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/
  "createTime": "A String", # Output only. The date and time that the Exadata Infrastructure was created.
  "displayName": "A String", # Optional. User friendly name for this resource.
  "entitlementId": "A String", # Output only. Entitlement ID of the private offer against which this infrastructure resource is provisioned.
  "gcpOracleZone": "A String", # Optional. Google Cloud Platform location where Oracle Exadata is hosted.
  "labels": { # Optional. Labels or tags associated with the resource.
    "a_key": "A String",
  },
  "name": "A String", # Identifier. The name of the Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
  "properties": { # Various properties of Exadata Infrastructure. # Optional. Various properties of the infra.
    "activatedStorageCount": 42, # Output only. The requested number of additional storage servers activated for the Exadata Infrastructure.
    "additionalStorageCount": 42, # Output only. The requested number of additional storage servers for the Exadata Infrastructure.
    "availableStorageSizeGb": 42, # Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
    "computeCount": 42, # Optional. The number of compute servers for the Exadata Infrastructure.
    "cpuCount": 42, # Optional. The number of enabled CPU cores.
    "customerContacts": [ # Optional. The list of customer contacts.
      { # The CustomerContact reference as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/CustomerContact
        "email": "A String", # Required. The email address used by Oracle to send notifications regarding databases and infrastructure.
      },
    ],
    "dataStorageSizeTb": 3.14, # Output only. Size, in terabytes, of the DATA disk group.
    "dbNodeStorageSizeGb": 42, # Optional. The local node storage allocated in GBs.
    "dbServerVersion": "A String", # Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.
    "maintenanceWindow": { # Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow # Optional. Maintenance window for repair.
      "customActionTimeoutMins": 42, # Optional. Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
      "daysOfWeek": [ # Optional. Days during the week when maintenance should be performed.
        "A String",
      ],
      "hoursOfDay": [ # Optional. The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC
        42,
      ],
      "isCustomActionTimeoutEnabled": True or False, # Optional. If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
      "leadTimeWeek": 42, # Optional. Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
      "months": [ # Optional. Months during the year when maintenance should be performed.
        "A String",
      ],
      "patchingMode": "A String", # Optional. Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
      "preference": "A String", # Optional. The maintenance window scheduling preference.
      "weeksOfMonth": [ # Optional. Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.
        42,
      ],
    },
    "maxCpuCount": 42, # Output only. The total number of CPU cores available.
    "maxDataStorageTb": 3.14, # Output only. The total available DATA disk group size.
    "maxDbNodeStorageSizeGb": 42, # Output only. The total local node storage available in GBs.
    "maxMemoryGb": 42, # Output only. The total memory available in GBs.
    "memorySizeGb": 42, # Optional. The memory allocated in GBs.
    "monthlyDbServerVersion": "A String", # Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
    "monthlyStorageServerVersion": "A String", # Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
    "nextMaintenanceRunId": "A String", # Output only. The OCID of the next maintenance run.
    "nextMaintenanceRunTime": "A String", # Output only. The time when the next maintenance run will occur.
    "nextSecurityMaintenanceRunTime": "A String", # Output only. The time when the next security maintenance run will occur.
    "ociUrl": "A String", # Output only. Deep link to the OCI console to view this resource.
    "ocid": "A String", # Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
    "shape": "A String", # Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
    "state": "A String", # Output only. The current lifecycle state of the Exadata Infrastructure.
    "storageCount": 42, # Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure.
    "storageServerVersion": "A String", # Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.
    "totalStorageSizeGb": 42, # Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
  },
}
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists Exadata Infrastructures in a given project and location.

Args:
  parent: string, Required. The parent value for CloudExadataInfrastructure in the following format: projects/{project}/locations/{location}. (required)
  pageSize: integer, Optional. The maximum number of items to return. If unspecified, at most 50 Exadata infrastructures will be returned. The maximum value is 1000; values above 1000 will be coerced 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 `CloudExadataInfrastructures.list`.
  "cloudExadataInfrastructures": [ # The list of Exadata Infrastructures.
    { # Represents CloudExadataInfrastructure resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/
      "createTime": "A String", # Output only. The date and time that the Exadata Infrastructure was created.
      "displayName": "A String", # Optional. User friendly name for this resource.
      "entitlementId": "A String", # Output only. Entitlement ID of the private offer against which this infrastructure resource is provisioned.
      "gcpOracleZone": "A String", # Optional. Google Cloud Platform location where Oracle Exadata is hosted.
      "labels": { # Optional. Labels or tags associated with the resource.
        "a_key": "A String",
      },
      "name": "A String", # Identifier. The name of the Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
      "properties": { # Various properties of Exadata Infrastructure. # Optional. Various properties of the infra.
        "activatedStorageCount": 42, # Output only. The requested number of additional storage servers activated for the Exadata Infrastructure.
        "additionalStorageCount": 42, # Output only. The requested number of additional storage servers for the Exadata Infrastructure.
        "availableStorageSizeGb": 42, # Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
        "computeCount": 42, # Optional. The number of compute servers for the Exadata Infrastructure.
        "cpuCount": 42, # Optional. The number of enabled CPU cores.
        "customerContacts": [ # Optional. The list of customer contacts.
          { # The CustomerContact reference as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/CustomerContact
            "email": "A String", # Required. The email address used by Oracle to send notifications regarding databases and infrastructure.
          },
        ],
        "dataStorageSizeTb": 3.14, # Output only. Size, in terabytes, of the DATA disk group.
        "dbNodeStorageSizeGb": 42, # Optional. The local node storage allocated in GBs.
        "dbServerVersion": "A String", # Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.
        "maintenanceWindow": { # Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow # Optional. Maintenance window for repair.
          "customActionTimeoutMins": 42, # Optional. Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
          "daysOfWeek": [ # Optional. Days during the week when maintenance should be performed.
            "A String",
          ],
          "hoursOfDay": [ # Optional. The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC
            42,
          ],
          "isCustomActionTimeoutEnabled": True or False, # Optional. If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
          "leadTimeWeek": 42, # Optional. Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
          "months": [ # Optional. Months during the year when maintenance should be performed.
            "A String",
          ],
          "patchingMode": "A String", # Optional. Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
          "preference": "A String", # Optional. The maintenance window scheduling preference.
          "weeksOfMonth": [ # Optional. Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.
            42,
          ],
        },
        "maxCpuCount": 42, # Output only. The total number of CPU cores available.
        "maxDataStorageTb": 3.14, # Output only. The total available DATA disk group size.
        "maxDbNodeStorageSizeGb": 42, # Output only. The total local node storage available in GBs.
        "maxMemoryGb": 42, # Output only. The total memory available in GBs.
        "memorySizeGb": 42, # Optional. The memory allocated in GBs.
        "monthlyDbServerVersion": "A String", # Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
        "monthlyStorageServerVersion": "A String", # Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
        "nextMaintenanceRunId": "A String", # Output only. The OCID of the next maintenance run.
        "nextMaintenanceRunTime": "A String", # Output only. The time when the next maintenance run will occur.
        "nextSecurityMaintenanceRunTime": "A String", # Output only. The time when the next security maintenance run will occur.
        "ociUrl": "A String", # Output only. Deep link to the OCI console to view this resource.
        "ocid": "A String", # Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
        "shape": "A String", # Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
        "state": "A String", # Output only. The current lifecycle state of the Exadata Infrastructure.
        "storageCount": 42, # Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure.
        "storageServerVersion": "A String", # Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.
        "totalStorageSizeGb": 42, # Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
      },
    },
  ],
  "nextPageToken": "A String", # A token for fetching next page of response.
}
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.