Class ConfigureExascaleCloudExadataInfrastructureRequest
The request for CloudExadataInfrastructure.ConfigureExascale.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ConfigureExascaleCloudExadataInfrastructureRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestId
Optional. An optional ID to identify the request.
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalStorageSizeGb
Required. The total storage to be allocated to Exascale in GBs.
Declaration
[JsonProperty("totalStorageSizeGb")]
public virtual int? TotalStorageSizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |