Class CloudExadataInfrastructure
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<CloudExadataInfrastructure.Builder,
CloudExadataInfrastructure>
Information about an Exadata infrastructure.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Integer
The number of storage servers requested for the Exadata infrastructure.final Integer
The number of storage servers requested for the Exadata infrastructure.final String
The name of the Availability Zone (AZ) where the Exadata infrastructure is located.final String
The AZ ID of the AZ where the Exadata infrastructure is located.final Integer
The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.builder()
final String
The Amazon Resource Name (ARN) for the Exadata infrastructure.final String
The unique identifier for the Exadata infrastructure.final Integer
The number of database servers for the Exadata infrastructure.final ComputeModel
The OCI model compute model used when you create or clone an instance: ECPU or OCPU.final String
The OCI model compute model used when you create or clone an instance: ECPU or OCPU.final Integer
cpuCount()
The total number of CPU cores that are allocated to the Exadata infrastructure.final Instant
The date and time when the Exadata infrastructure was created.final List
<CustomerContact> The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.final String
The database server model type of the Exadata infrastructure.final Double
The size of the Exadata infrastructure's data disk group, in terabytes (TB).final Integer
The size of the Exadata infrastructure's local node storage, in gigabytes (GB).final String
The software version of the database servers (dom0) in the Exadata infrastructure.final String
The user-friendly name for the Exadata infrastructure.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final boolean
For responses, this returns true if the service returned a value for the CustomerContactsToSendToOCI property.final int
hashCode()
final String
The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.final MaintenanceWindow
The scheduling details for the maintenance window.final Integer
The total number of CPU cores available on the Exadata infrastructure.final Double
The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.final Integer
The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.final Integer
The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.final Integer
The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.final String
The monthly software version of the database servers installed on the Exadata infrastructure.final String
The monthly software version of the storage servers installed on the Exadata infrastructure.final String
The OCID of the next maintenance run for the Exadata infrastructure.final String
ocid()
The OCID of the Exadata infrastructure.final String
The name of the OCI resource anchor for the Exadata infrastructure.final String
ociUrl()
The HTTPS link to the Exadata infrastructure in OCI.final Float
The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.static Class
<? extends CloudExadataInfrastructure.Builder> final String
shape()
The model name of the Exadata infrastructure.final ResourceStatus
status()
The current status of the Exadata infrastructure.final String
The current status of the Exadata infrastructure.final String
Additional information about the status of the Exadata infrastructure.final Integer
The number of storage servers that are activated for the Exadata infrastructure.final String
The storage server model type of the Exadata infrastructure.final String
The software version of the storage servers on the Exadata infrastructure.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Integer
The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
cloudExadataInfrastructureId
The unique identifier for the Exadata infrastructure.
- Returns:
- The unique identifier for the Exadata infrastructure.
-
displayName
The user-friendly name for the Exadata infrastructure.
- Returns:
- The user-friendly name for the Exadata infrastructure.
-
status
The current status of the Exadata infrastructure.
If the service returns an enum value that is not available in the current SDK version,
status
will returnResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The current status of the Exadata infrastructure.
- See Also:
-
statusAsString
The current status of the Exadata infrastructure.
If the service returns an enum value that is not available in the current SDK version,
status
will returnResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The current status of the Exadata infrastructure.
- See Also:
-
statusReason
Additional information about the status of the Exadata infrastructure.
- Returns:
- Additional information about the status of the Exadata infrastructure.
-
cloudExadataInfrastructureArn
The Amazon Resource Name (ARN) for the Exadata infrastructure.
- Returns:
- The Amazon Resource Name (ARN) for the Exadata infrastructure.
-
activatedStorageCount
The number of storage servers requested for the Exadata infrastructure.
- Returns:
- The number of storage servers requested for the Exadata infrastructure.
-
additionalStorageCount
The number of storage servers requested for the Exadata infrastructure.
- Returns:
- The number of storage servers requested for the Exadata infrastructure.
-
availableStorageSizeInGBs
The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- Returns:
- The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
-
availabilityZone
The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
- Returns:
- The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
-
availabilityZoneId
The AZ ID of the AZ where the Exadata infrastructure is located.
- Returns:
- The AZ ID of the AZ where the Exadata infrastructure is located.
-
computeCount
The number of database servers for the Exadata infrastructure.
- Returns:
- The number of database servers for the Exadata infrastructure.
-
cpuCount
The total number of CPU cores that are allocated to the Exadata infrastructure.
- Returns:
- The total number of CPU cores that are allocated to the Exadata infrastructure.
-
hasCustomerContactsToSendToOCI
public final boolean hasCustomerContactsToSendToOCI()For responses, this returns true if the service returned a value for the CustomerContactsToSendToOCI property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
customerContactsToSendToOCI
The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasCustomerContactsToSendToOCI()
method.- Returns:
- The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
-
dataStorageSizeInTBs
The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- Returns:
- The size of the Exadata infrastructure's data disk group, in terabytes (TB).
-
dbNodeStorageSizeInGBs
The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- Returns:
- The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
-
dbServerVersion
The software version of the database servers (dom0) in the Exadata infrastructure.
- Returns:
- The software version of the database servers (dom0) in the Exadata infrastructure.
-
lastMaintenanceRunId
The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- Returns:
- The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
-
maintenanceWindow
The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
- Returns:
- The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
-
maxCpuCount
The total number of CPU cores available on the Exadata infrastructure.
- Returns:
- The total number of CPU cores available on the Exadata infrastructure.
-
maxDataStorageInTBs
The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- Returns:
- The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
-
maxDbNodeStorageSizeInGBs
The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- Returns:
- The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
-
maxMemoryInGBs
The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
- Returns:
- The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
-
memorySizeInGBs
The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- Returns:
- The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
-
monthlyDbServerVersion
The monthly software version of the database servers installed on the Exadata infrastructure.
- Returns:
- The monthly software version of the database servers installed on the Exadata infrastructure.
-
monthlyStorageServerVersion
The monthly software version of the storage servers installed on the Exadata infrastructure.
- Returns:
- The monthly software version of the storage servers installed on the Exadata infrastructure.
-
nextMaintenanceRunId
The OCID of the next maintenance run for the Exadata infrastructure.
- Returns:
- The OCID of the next maintenance run for the Exadata infrastructure.
-
ociResourceAnchorName
The name of the OCI resource anchor for the Exadata infrastructure.
- Returns:
- The name of the OCI resource anchor for the Exadata infrastructure.
-
ociUrl
The HTTPS link to the Exadata infrastructure in OCI.
- Returns:
- The HTTPS link to the Exadata infrastructure in OCI.
-
ocid
The OCID of the Exadata infrastructure.
- Returns:
- The OCID of the Exadata infrastructure.
-
shape
The model name of the Exadata infrastructure.
- Returns:
- The model name of the Exadata infrastructure.
-
storageCount
The number of storage servers that are activated for the Exadata infrastructure.
- Returns:
- The number of storage servers that are activated for the Exadata infrastructure.
-
storageServerVersion
The software version of the storage servers on the Exadata infrastructure.
- Returns:
- The software version of the storage servers on the Exadata infrastructure.
-
createdAt
The date and time when the Exadata infrastructure was created.
- Returns:
- The date and time when the Exadata infrastructure was created.
-
totalStorageSizeInGBs
The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
- Returns:
- The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
-
percentProgress
The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- Returns:
- The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
-
databaseServerType
The database server model type of the Exadata infrastructure. For the list of valid model names, use the
ListDbSystemShapes
operation.- Returns:
- The database server model type of the Exadata infrastructure. For the list of valid model names, use the
ListDbSystemShapes
operation.
-
storageServerType
The storage server model type of the Exadata infrastructure. For the list of valid model names, use the
ListDbSystemShapes
operation.- Returns:
- The storage server model type of the Exadata infrastructure. For the list of valid model names, use the
ListDbSystemShapes
operation.
-
computeModel
The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
If the service returns an enum value that is not available in the current SDK version,
computeModel
will returnComputeModel.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcomputeModelAsString()
.- Returns:
- The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
- See Also:
-
computeModelAsString
The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
If the service returns an enum value that is not available in the current SDK version,
computeModel
will returnComputeModel.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcomputeModelAsString()
.- Returns:
- The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<CloudExadataInfrastructure.Builder,
CloudExadataInfrastructure> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-