Oracle Database@Google Cloud v1 API - Class ConfigureExascaleCloudExadataInfrastructureRequest (1.7.0)

public sealed class ConfigureExascaleCloudExadataInfrastructureRequest : IMessage<ConfigureExascaleCloudExadataInfrastructureRequest>, IEquatable<ConfigureExascaleCloudExadataInfrastructureRequest>, IDeepCloneable<ConfigureExascaleCloudExadataInfrastructureRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ConfigureExascaleCloudExadataInfrastructureRequest.

The request for CloudExadataInfrastructure.ConfigureExascale.

Inheritance

object > ConfigureExascaleCloudExadataInfrastructureRequest

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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