public static final class CloudExadataInfrastructureProperties.Builder extends GeneratedMessageV3.Builder<CloudExadataInfrastructureProperties.Builder> implements CloudExadataInfrastructurePropertiesOrBuilderVarious properties of Exadata Infrastructure.
 Protobuf type google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CloudExadataInfrastructureProperties.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllCustomerContacts(Iterable<? extends CustomerContact> values)
public CloudExadataInfrastructureProperties.Builder addAllCustomerContacts(Iterable<? extends CustomerContact> values)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<? extends com.google.cloud.oracledatabase.v1.CustomerContact> | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
addCustomerContacts(CustomerContact value)
public CloudExadataInfrastructureProperties.Builder addCustomerContacts(CustomerContact value)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | CustomerContact | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
addCustomerContacts(CustomerContact.Builder builderForValue)
public CloudExadataInfrastructureProperties.Builder addCustomerContacts(CustomerContact.Builder builderForValue)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | CustomerContact.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
addCustomerContacts(int index, CustomerContact value)
public CloudExadataInfrastructureProperties.Builder addCustomerContacts(int index, CustomerContact value)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | CustomerContact | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
addCustomerContacts(int index, CustomerContact.Builder builderForValue)
public CloudExadataInfrastructureProperties.Builder addCustomerContacts(int index, CustomerContact.Builder builderForValue)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | CustomerContact.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
addCustomerContactsBuilder()
public CustomerContact.Builder addCustomerContactsBuilder()Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| CustomerContact.Builder | |
addCustomerContactsBuilder(int index)
public CustomerContact.Builder addCustomerContactsBuilder(int index)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CustomerContact.Builder | |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CloudExadataInfrastructureProperties.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
build()
public CloudExadataInfrastructureProperties build()| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties | |
buildPartial()
public CloudExadataInfrastructureProperties buildPartial()| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties | |
clear()
public CloudExadataInfrastructureProperties.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
clearActivatedStorageCount()
public CloudExadataInfrastructureProperties.Builder clearActivatedStorageCount()Output only. The requested number of additional storage servers activated for the Exadata Infrastructure.
 int32 activated_storage_count = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearAdditionalStorageCount()
public CloudExadataInfrastructureProperties.Builder clearAdditionalStorageCount()Output only. The requested number of additional storage servers for the Exadata Infrastructure.
 int32 additional_storage_count = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearAvailableStorageSizeGb()
public CloudExadataInfrastructureProperties.Builder clearAvailableStorageSizeGb()Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
 int32 available_storage_size_gb = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearComputeCount()
public CloudExadataInfrastructureProperties.Builder clearComputeCount()Optional. The number of compute servers for the Exadata Infrastructure.
 int32 compute_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearCpuCount()
public CloudExadataInfrastructureProperties.Builder clearCpuCount()Output only. The number of enabled CPU cores.
 int32 cpu_count = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearCustomerContacts()
public CloudExadataInfrastructureProperties.Builder clearCustomerContacts()Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
clearDataStorageSizeTb()
public CloudExadataInfrastructureProperties.Builder clearDataStorageSizeTb()Output only. Size, in terabytes, of the DATA disk group.
 double data_storage_size_tb = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearDbNodeStorageSizeGb()
public CloudExadataInfrastructureProperties.Builder clearDbNodeStorageSizeGb()Output only. The local node storage allocated in GBs.
 int32 db_node_storage_size_gb = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearDbServerVersion()
public CloudExadataInfrastructureProperties.Builder clearDbServerVersion()Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.
 string db_server_version = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public CloudExadataInfrastructureProperties.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
clearMaintenanceWindow()
public CloudExadataInfrastructureProperties.Builder clearMaintenanceWindow()Optional. Maintenance window for repair.
 
 .google.cloud.oracledatabase.v1.MaintenanceWindow maintenance_window = 6 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
clearMaxCpuCount()
public CloudExadataInfrastructureProperties.Builder clearMaxCpuCount()Output only. The total number of CPU cores available.
 int32 max_cpu_count = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearMaxDataStorageTb()
public CloudExadataInfrastructureProperties.Builder clearMaxDataStorageTb()Output only. The total available DATA disk group size.
 double max_data_storage_tb = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearMaxDbNodeStorageSizeGb()
public CloudExadataInfrastructureProperties.Builder clearMaxDbNodeStorageSizeGb()Output only. The total local node storage available in GBs.
 int32 max_db_node_storage_size_gb = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearMaxMemoryGb()
public CloudExadataInfrastructureProperties.Builder clearMaxMemoryGb()Output only. The total memory available in GBs.
 int32 max_memory_gb = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearMemorySizeGb()
public CloudExadataInfrastructureProperties.Builder clearMemorySizeGb()Output only. The memory allocated in GBs.
 int32 memory_size_gb = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearMonthlyDbServerVersion()
public CloudExadataInfrastructureProperties.Builder clearMonthlyDbServerVersion()Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
 string monthly_db_server_version = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearMonthlyStorageServerVersion()
public CloudExadataInfrastructureProperties.Builder clearMonthlyStorageServerVersion()Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
 
 string monthly_storage_server_version = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearNextMaintenanceRunId()
public CloudExadataInfrastructureProperties.Builder clearNextMaintenanceRunId()Output only. The OCID of the next maintenance run.
 string next_maintenance_run_id = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearNextMaintenanceRunTime()
public CloudExadataInfrastructureProperties.Builder clearNextMaintenanceRunTime()Output only. The time when the next maintenance run will occur.
 
 .google.protobuf.Timestamp next_maintenance_run_time = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
clearNextSecurityMaintenanceRunTime()
public CloudExadataInfrastructureProperties.Builder clearNextSecurityMaintenanceRunTime()Output only. The time when the next security maintenance run will occur.
 
 .google.protobuf.Timestamp next_security_maintenance_run_time = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
clearOciUrl()
public CloudExadataInfrastructureProperties.Builder clearOciUrl()Output only. Deep link to the OCI console to view this resource.
 string oci_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearOcid()
public CloudExadataInfrastructureProperties.Builder clearOcid()Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
 string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public CloudExadataInfrastructureProperties.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
clearShape()
public CloudExadataInfrastructureProperties.Builder clearShape()Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
 string shape = 8 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearState()
public CloudExadataInfrastructureProperties.Builder clearState()Output only. The current lifecycle state of the Exadata Infrastructure.
 
 .google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearStorageCount()
public CloudExadataInfrastructureProperties.Builder clearStorageCount()Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure.
 int32 storage_count = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearStorageServerVersion()
public CloudExadataInfrastructureProperties.Builder clearStorageServerVersion()Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.
 string storage_server_version = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clearTotalStorageSizeGb()
public CloudExadataInfrastructureProperties.Builder clearTotalStorageSizeGb()Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
 int32 total_storage_size_gb = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
clone()
public CloudExadataInfrastructureProperties.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
getActivatedStorageCount()
public int getActivatedStorageCount()Output only. The requested number of additional storage servers activated for the Exadata Infrastructure.
 int32 activated_storage_count = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| int | The activatedStorageCount. | 
getAdditionalStorageCount()
public int getAdditionalStorageCount()Output only. The requested number of additional storage servers for the Exadata Infrastructure.
 int32 additional_storage_count = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The additionalStorageCount. | 
getAvailableStorageSizeGb()
public int getAvailableStorageSizeGb()Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
 int32 available_storage_size_gb = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The availableStorageSizeGb. | 
getComputeCount()
public int getComputeCount()Optional. The number of compute servers for the Exadata Infrastructure.
 int32 compute_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The computeCount. | 
getCpuCount()
public int getCpuCount()Output only. The number of enabled CPU cores.
 int32 cpu_count = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| int | The cpuCount. | 
getCustomerContacts(int index)
public CustomerContact getCustomerContacts(int index)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CustomerContact | |
getCustomerContactsBuilder(int index)
public CustomerContact.Builder getCustomerContactsBuilder(int index)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CustomerContact.Builder | |
getCustomerContactsBuilderList()
public List<CustomerContact.Builder> getCustomerContactsBuilderList()Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| List<Builder> | |
getCustomerContactsCount()
public int getCustomerContactsCount()Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getCustomerContactsList()
public List<CustomerContact> getCustomerContactsList()Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| List<CustomerContact> | |
getCustomerContactsOrBuilder(int index)
public CustomerContactOrBuilder getCustomerContactsOrBuilder(int index)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CustomerContactOrBuilder | |
getCustomerContactsOrBuilderList()
public List<? extends CustomerContactOrBuilder> getCustomerContactsOrBuilderList()Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.oracledatabase.v1.CustomerContactOrBuilder> | |
getDataStorageSizeTb()
public double getDataStorageSizeTb()Output only. Size, in terabytes, of the DATA disk group.
 double data_storage_size_tb = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| double | The dataStorageSizeTb. | 
getDbNodeStorageSizeGb()
public int getDbNodeStorageSizeGb()Output only. The local node storage allocated in GBs.
 int32 db_node_storage_size_gb = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| int | The dbNodeStorageSizeGb. | 
getDbServerVersion()
public String getDbServerVersion()Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.
 string db_server_version = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The dbServerVersion. | 
getDbServerVersionBytes()
public ByteString getDbServerVersionBytes()Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.
 string db_server_version = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for dbServerVersion. | 
getDefaultInstanceForType()
public CloudExadataInfrastructureProperties getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getMaintenanceWindow()
public MaintenanceWindow getMaintenanceWindow()Optional. Maintenance window for repair.
 
 .google.cloud.oracledatabase.v1.MaintenanceWindow maintenance_window = 6 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| MaintenanceWindow | The maintenanceWindow. | 
getMaintenanceWindowBuilder()
public MaintenanceWindow.Builder getMaintenanceWindowBuilder()Optional. Maintenance window for repair.
 
 .google.cloud.oracledatabase.v1.MaintenanceWindow maintenance_window = 6 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| MaintenanceWindow.Builder | |
getMaintenanceWindowOrBuilder()
public MaintenanceWindowOrBuilder getMaintenanceWindowOrBuilder()Optional. Maintenance window for repair.
 
 .google.cloud.oracledatabase.v1.MaintenanceWindow maintenance_window = 6 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| MaintenanceWindowOrBuilder | |
getMaxCpuCount()
public int getMaxCpuCount()Output only. The total number of CPU cores available.
 int32 max_cpu_count = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| int | The maxCpuCount. | 
getMaxDataStorageTb()
public double getMaxDataStorageTb()Output only. The total available DATA disk group size.
 double max_data_storage_tb = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| double | The maxDataStorageTb. | 
getMaxDbNodeStorageSizeGb()
public int getMaxDbNodeStorageSizeGb()Output only. The total local node storage available in GBs.
 int32 max_db_node_storage_size_gb = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The maxDbNodeStorageSizeGb. | 
getMaxMemoryGb()
public int getMaxMemoryGb()Output only. The total memory available in GBs.
 int32 max_memory_gb = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| int | The maxMemoryGb. | 
getMemorySizeGb()
public int getMemorySizeGb()Output only. The memory allocated in GBs.
 int32 memory_size_gb = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| int | The memorySizeGb. | 
getMonthlyDbServerVersion()
public String getMonthlyDbServerVersion()Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
 string monthly_db_server_version = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| String | The monthlyDbServerVersion. | 
getMonthlyDbServerVersionBytes()
public ByteString getMonthlyDbServerVersionBytes()Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
 string monthly_db_server_version = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for monthlyDbServerVersion. | 
getMonthlyStorageServerVersion()
public String getMonthlyStorageServerVersion()Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
 
 string monthly_storage_server_version = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| String | The monthlyStorageServerVersion. | 
getMonthlyStorageServerVersionBytes()
public ByteString getMonthlyStorageServerVersionBytes()Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
 
 string monthly_storage_server_version = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for monthlyStorageServerVersion. | 
getNextMaintenanceRunId()
public String getNextMaintenanceRunId()Output only. The OCID of the next maintenance run.
 string next_maintenance_run_id = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| String | The nextMaintenanceRunId. | 
getNextMaintenanceRunIdBytes()
public ByteString getNextMaintenanceRunIdBytes()Output only. The OCID of the next maintenance run.
 string next_maintenance_run_id = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for nextMaintenanceRunId. | 
getNextMaintenanceRunTime()
public Timestamp getNextMaintenanceRunTime()Output only. The time when the next maintenance run will occur.
 
 .google.protobuf.Timestamp next_maintenance_run_time = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The nextMaintenanceRunTime. | 
getNextMaintenanceRunTimeBuilder()
public Timestamp.Builder getNextMaintenanceRunTimeBuilder()Output only. The time when the next maintenance run will occur.
 
 .google.protobuf.Timestamp next_maintenance_run_time = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getNextMaintenanceRunTimeOrBuilder()
public TimestampOrBuilder getNextMaintenanceRunTimeOrBuilder()Output only. The time when the next maintenance run will occur.
 
 .google.protobuf.Timestamp next_maintenance_run_time = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getNextSecurityMaintenanceRunTime()
public Timestamp getNextSecurityMaintenanceRunTime()Output only. The time when the next security maintenance run will occur.
 
 .google.protobuf.Timestamp next_security_maintenance_run_time = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The nextSecurityMaintenanceRunTime. | 
getNextSecurityMaintenanceRunTimeBuilder()
public Timestamp.Builder getNextSecurityMaintenanceRunTimeBuilder()Output only. The time when the next security maintenance run will occur.
 
 .google.protobuf.Timestamp next_security_maintenance_run_time = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getNextSecurityMaintenanceRunTimeOrBuilder()
public TimestampOrBuilder getNextSecurityMaintenanceRunTimeOrBuilder()Output only. The time when the next security maintenance run will occur.
 
 .google.protobuf.Timestamp next_security_maintenance_run_time = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getOciUrl()
public String getOciUrl()Output only. Deep link to the OCI console to view this resource.
 string oci_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The ociUrl. | 
getOciUrlBytes()
public ByteString getOciUrlBytes()Output only. Deep link to the OCI console to view this resource.
 string oci_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for ociUrl. | 
getOcid()
public String getOcid()Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
 string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The ocid. | 
getOcidBytes()
public ByteString getOcidBytes()Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
 string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for ocid. | 
getShape()
public String getShape()Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
 string shape = 8 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The shape. | 
getShapeBytes()
public ByteString getShapeBytes()Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
 string shape = 8 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for shape. | 
getState()
public CloudExadataInfrastructureProperties.State getState()Output only. The current lifecycle state of the Exadata Infrastructure.
 
 .google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.State | The state. | 
getStateValue()
public int getStateValue()Output only. The current lifecycle state of the Exadata Infrastructure.
 
 .google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
getStorageCount()
public int getStorageCount()Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure.
 int32 storage_count = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The storageCount. | 
getStorageServerVersion()
public String getStorageServerVersion()Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.
 string storage_server_version = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The storageServerVersion. | 
getStorageServerVersionBytes()
public ByteString getStorageServerVersionBytes()Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.
 string storage_server_version = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for storageServerVersion. | 
getTotalStorageSizeGb()
public int getTotalStorageSizeGb()Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
 int32 total_storage_size_gb = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The totalStorageSizeGb. | 
hasMaintenanceWindow()
public boolean hasMaintenanceWindow()Optional. Maintenance window for repair.
 
 .google.cloud.oracledatabase.v1.MaintenanceWindow maintenance_window = 6 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the maintenanceWindow field is set. | 
hasNextMaintenanceRunTime()
public boolean hasNextMaintenanceRunTime()Output only. The time when the next maintenance run will occur.
 
 .google.protobuf.Timestamp next_maintenance_run_time = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the nextMaintenanceRunTime field is set. | 
hasNextSecurityMaintenanceRunTime()
public boolean hasNextSecurityMaintenanceRunTime()Output only. The time when the next security maintenance run will occur.
 
 .google.protobuf.Timestamp next_security_maintenance_run_time = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the nextSecurityMaintenanceRunTime field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(CloudExadataInfrastructureProperties other)
public CloudExadataInfrastructureProperties.Builder mergeFrom(CloudExadataInfrastructureProperties other)| Parameter | |
|---|---|
| Name | Description | 
| other | CloudExadataInfrastructureProperties | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CloudExadataInfrastructureProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public CloudExadataInfrastructureProperties.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
mergeMaintenanceWindow(MaintenanceWindow value)
public CloudExadataInfrastructureProperties.Builder mergeMaintenanceWindow(MaintenanceWindow value)Optional. Maintenance window for repair.
 
 .google.cloud.oracledatabase.v1.MaintenanceWindow maintenance_window = 6 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | MaintenanceWindow | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
mergeNextMaintenanceRunTime(Timestamp value)
public CloudExadataInfrastructureProperties.Builder mergeNextMaintenanceRunTime(Timestamp value)Output only. The time when the next maintenance run will occur.
 
 .google.protobuf.Timestamp next_maintenance_run_time = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
mergeNextSecurityMaintenanceRunTime(Timestamp value)
public CloudExadataInfrastructureProperties.Builder mergeNextSecurityMaintenanceRunTime(Timestamp value)Output only. The time when the next security maintenance run will occur.
 
 .google.protobuf.Timestamp next_security_maintenance_run_time = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CloudExadataInfrastructureProperties.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
removeCustomerContacts(int index)
public CloudExadataInfrastructureProperties.Builder removeCustomerContacts(int index)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
setActivatedStorageCount(int value)
public CloudExadataInfrastructureProperties.Builder setActivatedStorageCount(int value)Output only. The requested number of additional storage servers activated for the Exadata Infrastructure.
 int32 activated_storage_count = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe activatedStorageCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setAdditionalStorageCount(int value)
public CloudExadataInfrastructureProperties.Builder setAdditionalStorageCount(int value)Output only. The requested number of additional storage servers for the Exadata Infrastructure.
 int32 additional_storage_count = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe additionalStorageCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setAvailableStorageSizeGb(int value)
public CloudExadataInfrastructureProperties.Builder setAvailableStorageSizeGb(int value)Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
 int32 available_storage_size_gb = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe availableStorageSizeGb to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setComputeCount(int value)
public CloudExadataInfrastructureProperties.Builder setComputeCount(int value)Optional. The number of compute servers for the Exadata Infrastructure.
 int32 compute_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe computeCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setCpuCount(int value)
public CloudExadataInfrastructureProperties.Builder setCpuCount(int value)Output only. The number of enabled CPU cores.
 int32 cpu_count = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe cpuCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setCustomerContacts(int index, CustomerContact value)
public CloudExadataInfrastructureProperties.Builder setCustomerContacts(int index, CustomerContact value)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | CustomerContact | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
setCustomerContacts(int index, CustomerContact.Builder builderForValue)
public CloudExadataInfrastructureProperties.Builder setCustomerContacts(int index, CustomerContact.Builder builderForValue)Optional. The list of customer contacts.
 
 repeated .google.cloud.oracledatabase.v1.CustomerContact customer_contacts = 25 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | CustomerContact.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
setDataStorageSizeTb(double value)
public CloudExadataInfrastructureProperties.Builder setDataStorageSizeTb(double value)Output only. Size, in terabytes, of the DATA disk group.
 double data_storage_size_tb = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | doubleThe dataStorageSizeTb to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setDbNodeStorageSizeGb(int value)
public CloudExadataInfrastructureProperties.Builder setDbNodeStorageSizeGb(int value)Output only. The local node storage allocated in GBs.
 int32 db_node_storage_size_gb = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe dbNodeStorageSizeGb to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setDbServerVersion(String value)
public CloudExadataInfrastructureProperties.Builder setDbServerVersion(String value)Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.
 string db_server_version = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe dbServerVersion to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setDbServerVersionBytes(ByteString value)
public CloudExadataInfrastructureProperties.Builder setDbServerVersionBytes(ByteString value)Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.
 string db_server_version = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for dbServerVersion to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public CloudExadataInfrastructureProperties.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
setMaintenanceWindow(MaintenanceWindow value)
public CloudExadataInfrastructureProperties.Builder setMaintenanceWindow(MaintenanceWindow value)Optional. Maintenance window for repair.
 
 .google.cloud.oracledatabase.v1.MaintenanceWindow maintenance_window = 6 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | MaintenanceWindow | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
setMaintenanceWindow(MaintenanceWindow.Builder builderForValue)
public CloudExadataInfrastructureProperties.Builder setMaintenanceWindow(MaintenanceWindow.Builder builderForValue)Optional. Maintenance window for repair.
 
 .google.cloud.oracledatabase.v1.MaintenanceWindow maintenance_window = 6 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | MaintenanceWindow.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
setMaxCpuCount(int value)
public CloudExadataInfrastructureProperties.Builder setMaxCpuCount(int value)Output only. The total number of CPU cores available.
 int32 max_cpu_count = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe maxCpuCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setMaxDataStorageTb(double value)
public CloudExadataInfrastructureProperties.Builder setMaxDataStorageTb(double value)Output only. The total available DATA disk group size.
 double max_data_storage_tb = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | doubleThe maxDataStorageTb to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setMaxDbNodeStorageSizeGb(int value)
public CloudExadataInfrastructureProperties.Builder setMaxDbNodeStorageSizeGb(int value)Output only. The total local node storage available in GBs.
 int32 max_db_node_storage_size_gb = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe maxDbNodeStorageSizeGb to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setMaxMemoryGb(int value)
public CloudExadataInfrastructureProperties.Builder setMaxMemoryGb(int value)Output only. The total memory available in GBs.
 int32 max_memory_gb = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe maxMemoryGb to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setMemorySizeGb(int value)
public CloudExadataInfrastructureProperties.Builder setMemorySizeGb(int value)Output only. The memory allocated in GBs.
 int32 memory_size_gb = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe memorySizeGb to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setMonthlyDbServerVersion(String value)
public CloudExadataInfrastructureProperties.Builder setMonthlyDbServerVersion(String value)Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
 string monthly_db_server_version = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe monthlyDbServerVersion to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setMonthlyDbServerVersionBytes(ByteString value)
public CloudExadataInfrastructureProperties.Builder setMonthlyDbServerVersionBytes(ByteString value)Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
 string monthly_db_server_version = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for monthlyDbServerVersion to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setMonthlyStorageServerVersion(String value)
public CloudExadataInfrastructureProperties.Builder setMonthlyStorageServerVersion(String value)Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
 
 string monthly_storage_server_version = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe monthlyStorageServerVersion to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setMonthlyStorageServerVersionBytes(ByteString value)
public CloudExadataInfrastructureProperties.Builder setMonthlyStorageServerVersionBytes(ByteString value)Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
 
 string monthly_storage_server_version = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for monthlyStorageServerVersion to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setNextMaintenanceRunId(String value)
public CloudExadataInfrastructureProperties.Builder setNextMaintenanceRunId(String value)Output only. The OCID of the next maintenance run.
 string next_maintenance_run_id = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe nextMaintenanceRunId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setNextMaintenanceRunIdBytes(ByteString value)
public CloudExadataInfrastructureProperties.Builder setNextMaintenanceRunIdBytes(ByteString value)Output only. The OCID of the next maintenance run.
 string next_maintenance_run_id = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for nextMaintenanceRunId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setNextMaintenanceRunTime(Timestamp value)
public CloudExadataInfrastructureProperties.Builder setNextMaintenanceRunTime(Timestamp value)Output only. The time when the next maintenance run will occur.
 
 .google.protobuf.Timestamp next_maintenance_run_time = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
setNextMaintenanceRunTime(Timestamp.Builder builderForValue)
public CloudExadataInfrastructureProperties.Builder setNextMaintenanceRunTime(Timestamp.Builder builderForValue)Output only. The time when the next maintenance run will occur.
 
 .google.protobuf.Timestamp next_maintenance_run_time = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
setNextSecurityMaintenanceRunTime(Timestamp value)
public CloudExadataInfrastructureProperties.Builder setNextSecurityMaintenanceRunTime(Timestamp value)Output only. The time when the next security maintenance run will occur.
 
 .google.protobuf.Timestamp next_security_maintenance_run_time = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
setNextSecurityMaintenanceRunTime(Timestamp.Builder builderForValue)
public CloudExadataInfrastructureProperties.Builder setNextSecurityMaintenanceRunTime(Timestamp.Builder builderForValue)Output only. The time when the next security maintenance run will occur.
 
 .google.protobuf.Timestamp next_security_maintenance_run_time = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
setOciUrl(String value)
public CloudExadataInfrastructureProperties.Builder setOciUrl(String value)Output only. Deep link to the OCI console to view this resource.
 string oci_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe ociUrl to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setOciUrlBytes(ByteString value)
public CloudExadataInfrastructureProperties.Builder setOciUrlBytes(ByteString value)Output only. Deep link to the OCI console to view this resource.
 string oci_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for ociUrl to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setOcid(String value)
public CloudExadataInfrastructureProperties.Builder setOcid(String value)Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
 string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe ocid to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setOcidBytes(ByteString value)
public CloudExadataInfrastructureProperties.Builder setOcidBytes(ByteString value)Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
 string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for ocid to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CloudExadataInfrastructureProperties.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |
setShape(String value)
public CloudExadataInfrastructureProperties.Builder setShape(String value)Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
 string shape = 8 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe shape to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setShapeBytes(ByteString value)
public CloudExadataInfrastructureProperties.Builder setShapeBytes(ByteString value)Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
 string shape = 8 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for shape to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setState(CloudExadataInfrastructureProperties.State value)
public CloudExadataInfrastructureProperties.Builder setState(CloudExadataInfrastructureProperties.State value)Output only. The current lifecycle state of the Exadata Infrastructure.
 
 .google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | CloudExadataInfrastructureProperties.StateThe state to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setStateValue(int value)
public CloudExadataInfrastructureProperties.Builder setStateValue(int value)Output only. The current lifecycle state of the Exadata Infrastructure.
 
 .google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for state to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setStorageCount(int value)
public CloudExadataInfrastructureProperties.Builder setStorageCount(int value)Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure.
 int32 storage_count = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe storageCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setStorageServerVersion(String value)
public CloudExadataInfrastructureProperties.Builder setStorageServerVersion(String value)Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.
 string storage_server_version = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe storageServerVersion to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setStorageServerVersionBytes(ByteString value)
public CloudExadataInfrastructureProperties.Builder setStorageServerVersionBytes(ByteString value)Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.
 string storage_server_version = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for storageServerVersion to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setTotalStorageSizeGb(int value)
public CloudExadataInfrastructureProperties.Builder setTotalStorageSizeGb(int value)Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
 int32 total_storage_size_gb = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe totalStorageSizeGb to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final CloudExadataInfrastructureProperties.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| CloudExadataInfrastructureProperties.Builder | |