Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ConfigureExascaleCloudExadataInfrastructureRequest.
The request for CloudExadataInfrastructure.ConfigureExascale.
Generated from protobuf message google.cloud.oracledatabase.v1.ConfigureExascaleCloudExadataInfrastructureRequest
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}. |
↳ total_storage_size_gb |
int
Required. The total storage to be allocated to Exascale in GBs. |
↳ request_id |
string
Optional. An optional ID to identify the request. |
getName
Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTotalStorageSizeGb
Required. The total storage to be allocated to Exascale in GBs.
| Returns | |
|---|---|
| Type | Description |
int |
|
setTotalStorageSizeGb
Required. The total storage to be allocated to Exascale in GBs.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRequestId
Optional. An optional ID to identify the request.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRequestId
Optional. An optional ID to identify the request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
name |
string
Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}. Please see OracleDatabaseClient::cloudExadataInfrastructureName() for help formatting this field. |
totalStorageSizeGb |
int
Required. The total storage to be allocated to Exascale in GBs. |
| Returns | |
|---|---|
| Type | Description |
ConfigureExascaleCloudExadataInfrastructureRequest |
|