public sealed class ConfigureExascaleCloudExadataInfrastructureRequest : IMessage<ConfigureExascaleCloudExadataInfrastructureRequest>, IEquatable<ConfigureExascaleCloudExadataInfrastructureRequest>, IDeepCloneable<ConfigureExascaleCloudExadataInfrastructureRequest>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ConfigureExascaleCloudExadataInfrastructureRequest.
The request for CloudExadataInfrastructure.ConfigureExascale.
Implements
IMessageConfigureExascaleCloudExadataInfrastructureRequest, IEquatableConfigureExascaleCloudExadataInfrastructureRequest, IDeepCloneableConfigureExascaleCloudExadataInfrastructureRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ConfigureExascaleCloudExadataInfrastructureRequest()
public ConfigureExascaleCloudExadataInfrastructureRequest()ConfigureExascaleCloudExadataInfrastructureRequest(ConfigureExascaleCloudExadataInfrastructureRequest)
public ConfigureExascaleCloudExadataInfrastructureRequest(ConfigureExascaleCloudExadataInfrastructureRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ConfigureExascaleCloudExadataInfrastructureRequest |
Properties
CloudExadataInfrastructureName
public CloudExadataInfrastructureName CloudExadataInfrastructureName { get; set; }CloudExadataInfrastructureName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
CloudExadataInfrastructureName |
|
Name
public string Name { get; set; }Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RequestId
public string RequestId { get; set; }Optional. An optional ID to identify the request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TotalStorageSizeGb
public int TotalStorageSizeGb { get; set; }Required. The total storage to be allocated to Exascale in GBs.
| Property Value | |
|---|---|
| Type | Description |
int |
|