Oracle Database@Google Cloud v1 API - Class CloudExadataInfrastructureProperties (1.0.0-beta01)

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

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

Various properties of Exadata Infrastructure.

Inheritance

object > CloudExadataInfrastructureProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

CloudExadataInfrastructureProperties()

public CloudExadataInfrastructureProperties()

CloudExadataInfrastructureProperties(CloudExadataInfrastructureProperties)

public CloudExadataInfrastructureProperties(CloudExadataInfrastructureProperties other)
Parameter
Name Description
other CloudExadataInfrastructureProperties

Properties

ActivatedStorageCount

public int ActivatedStorageCount { get; set; }

Output only. The requested number of additional storage servers activated for the Exadata Infrastructure.

Property Value
Type Description
int

AdditionalStorageCount

public int AdditionalStorageCount { get; set; }

Output only. The requested number of additional storage servers for the Exadata Infrastructure.

Property Value
Type Description
int

AvailableStorageSizeGb

public int AvailableStorageSizeGb { get; set; }

Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).

Property Value
Type Description
int

ComputeCount

public int ComputeCount { get; set; }

Optional. The number of compute servers for the Exadata Infrastructure.

Property Value
Type Description
int

CpuCount

public int CpuCount { get; set; }

Optional. The number of enabled CPU cores.

Property Value
Type Description
int

CustomerContacts

public RepeatedField<CustomerContact> CustomerContacts { get; }

Optional. The list of customer contacts.

Property Value
Type Description
RepeatedFieldCustomerContact

DataStorageSizeTb

public double DataStorageSizeTb { get; set; }

Output only. Size, in terabytes, of the DATA disk group.

Property Value
Type Description
double

DbNodeStorageSizeGb

public int DbNodeStorageSizeGb { get; set; }

Optional. The local node storage allocated in GBs.

Property Value
Type Description
int

DbServerVersion

public string DbServerVersion { get; set; }

Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.

Property Value
Type Description
string

MaintenanceWindow

public MaintenanceWindow MaintenanceWindow { get; set; }

Optional. Maintenance window for repair.

Property Value
Type Description
MaintenanceWindow

MaxCpuCount

public int MaxCpuCount { get; set; }

Output only. The total number of CPU cores available.

Property Value
Type Description
int

MaxDataStorageTb

public double MaxDataStorageTb { get; set; }

Output only. The total available DATA disk group size.

Property Value
Type Description
double

MaxDbNodeStorageSizeGb

public int MaxDbNodeStorageSizeGb { get; set; }

Output only. The total local node storage available in GBs.

Property Value
Type Description
int

MaxMemoryGb

public int MaxMemoryGb { get; set; }

Output only. The total memory available in GBs.

Property Value
Type Description
int

MemorySizeGb

public int MemorySizeGb { get; set; }

Optional. The memory allocated in GBs.

Property Value
Type Description
int

MonthlyDbServerVersion

public string MonthlyDbServerVersion { get; set; }

Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15

Property Value
Type Description
string

MonthlyStorageServerVersion

public string MonthlyStorageServerVersion { get; set; }

Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15

Property Value
Type Description
string

NextMaintenanceRunId

public string NextMaintenanceRunId { get; set; }

Output only. The OCID of the next maintenance run.

Property Value
Type Description
string

NextMaintenanceRunTime

public Timestamp NextMaintenanceRunTime { get; set; }

Output only. The time when the next maintenance run will occur.

Property Value
Type Description
Timestamp

NextSecurityMaintenanceRunTime

public Timestamp NextSecurityMaintenanceRunTime { get; set; }

Output only. The time when the next security maintenance run will occur.

Property Value
Type Description
Timestamp

OciUrl

public string OciUrl { get; set; }

Output only. Deep link to the OCI console to view this resource.

Property Value
Type Description
string

Ocid

public string Ocid { get; set; }
Property Value
Type Description
string

Shape

public string Shape { get; set; }

Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.

Property Value
Type Description
string

State

public CloudExadataInfrastructureProperties.Types.State State { get; set; }

Output only. The current lifecycle state of the Exadata Infrastructure.

Property Value
Type Description
CloudExadataInfrastructurePropertiesTypesState

StorageCount

public int StorageCount { get; set; }

Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure.

Property Value
Type Description
int

StorageServerVersion

public string StorageServerVersion { get; set; }

Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.

Property Value
Type Description
string

TotalStorageSizeGb

public int TotalStorageSizeGb { get; set; }

Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).

Property Value
Type Description
int