Class CloudExadataInfrastructureSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.database.model.CloudExadataInfrastructureSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CloudExadataInfrastructureSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Details of the cloud Exadata infrastructure resource.Applies to Exadata Cloud Service instances only.
Note: Objects should always be created or deserialized using theCloudExadataInfrastructureSummary.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theCloudExadataInfrastructureSummary.Builder
, which maintain a set of all explicitly set fields calledCloudExadataInfrastructureSummary.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CloudExadataInfrastructureSummary.Builder
static class
CloudExadataInfrastructureSummary.ComputeModel
The compute model of the Autonomous Database.static class
CloudExadataInfrastructureSummary.LifecycleState
The current lifecycle state of the cloud Exadata infrastructure resource.
-
Constructor Summary
Constructors Constructor Description CloudExadataInfrastructureSummary(String id, String compartmentId, String clusterPlacementGroupId, String subscriptionId, CloudExadataInfrastructureSummary.LifecycleState lifecycleState, String displayName, String shape, String availabilityDomain, Integer computeCount, Integer storageCount, Integer totalStorageSizeInGBs, Integer availableStorageSizeInGBs, Integer cpuCount, Integer maxCpuCount, Integer memorySizeInGBs, Integer maxMemoryInGBs, Integer dbNodeStorageSizeInGBs, Integer maxDbNodeStorageInGBs, Double dataStorageSizeInTBs, Double maxDataStorageInTBs, Integer additionalStorageCount, Integer activatedStorageCount, Date timeCreated, String lifecycleDetails, MaintenanceWindow maintenanceWindow, String lastMaintenanceRunId, String nextMaintenanceRunId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<CustomerContact> customerContacts, String storageServerVersion, String dbServerVersion, String monthlyStorageServerVersion, String monthlyDbServerVersion, List<DefinedFileSystemConfiguration> definedFileSystemConfigurations, Boolean isSchedulingPolicyAssociated, String databaseServerType, String storageServerType, CloudExadataInfrastructureSummary.ComputeModel computeModel)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloudExadataInfrastructureSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
Integer
getActivatedStorageCount()
The requested number of additional storage servers activated for the Exadata infrastructure.Integer
getAdditionalStorageCount()
The requested number of additional storage servers for the Exadata infrastructure.String
getAvailabilityDomain()
The name of the availability domain that the cloud Exadata infrastructure resource is located in.Integer
getAvailableStorageSizeInGBs()
The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).String
getClusterPlacementGroupId()
The OCID of the cluster placement group of the Exadata Infrastructure.String
getCompartmentId()
The OCID of the compartment.Integer
getComputeCount()
The number of compute servers for the cloud Exadata infrastructure.CloudExadataInfrastructureSummary.ComputeModel
getComputeModel()
The compute model of the Autonomous Database.Integer
getCpuCount()
The total number of CPU cores allocated.List<CustomerContact>
getCustomerContacts()
The list of customer email addresses that receive information from Oracle about the specified OCI Database service resource.String
getDatabaseServerType()
The database server type of the Exadata infrastructure.Double
getDataStorageSizeInTBs()
Size, in terabytes, of the DATA disk group.Integer
getDbNodeStorageSizeInGBs()
The local node storage allocated in GBs.String
getDbServerVersion()
The software version of the database servers (dom0) in the cloud Exadata infrastructure.List<DefinedFileSystemConfiguration>
getDefinedFileSystemConfigurations()
Details of the file system configuration of the Exadata infrastructure.Map<String,Map<String,Object>>
getDefinedTags()
Defined tags for this resource.String
getDisplayName()
The user-friendly name for the cloud Exadata infrastructure resource.Map<String,String>
getFreeformTags()
Free-form tags for this resource.String
getId()
The OCID of the cloud Exadata infrastructure resource.Boolean
getIsSchedulingPolicyAssociated()
If true, the infrastructure is using granular maintenance scheduling preference.String
getLastMaintenanceRunId()
The OCID of the last maintenance run.String
getLifecycleDetails()
Additional information about the current lifecycle state.CloudExadataInfrastructureSummary.LifecycleState
getLifecycleState()
The current lifecycle state of the cloud Exadata infrastructure resource.MaintenanceWindow
getMaintenanceWindow()
Integer
getMaxCpuCount()
The total number of CPU cores available.Double
getMaxDataStorageInTBs()
The total available DATA disk group size.Integer
getMaxDbNodeStorageInGBs()
The total local node storage available in GBs.Integer
getMaxMemoryInGBs()
The total memory available in GBs.Integer
getMemorySizeInGBs()
The memory allocated in GBs.String
getMonthlyDbServerVersion()
The monthly software version of the database servers (dom0) in the cloud Exadata infrastructure.String
getMonthlyStorageServerVersion()
The monthly software version of the storage servers (cells) in the cloud Exadata infrastructure.String
getNextMaintenanceRunId()
The OCID of the next maintenance run.String
getShape()
The model name of the cloud Exadata infrastructure resource.Integer
getStorageCount()
The number of storage servers for the cloud Exadata infrastructure.String
getStorageServerType()
The storage server type of the Exadata infrastructure.String
getStorageServerVersion()
The software version of the storage servers (cells) in the cloud Exadata infrastructure.String
getSubscriptionId()
The OCID of the subscription with which resource needs to be associated with.Map<String,Map<String,Object>>
getSystemTags()
System tags for this resource.Date
getTimeCreated()
The date and time the cloud Exadata infrastructure resource was created.Integer
getTotalStorageSizeInGBs()
The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).int
hashCode()
CloudExadataInfrastructureSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
CloudExadataInfrastructureSummary
@Deprecated @ConstructorProperties({"id","compartmentId","clusterPlacementGroupId","subscriptionId","lifecycleState","displayName","shape","availabilityDomain","computeCount","storageCount","totalStorageSizeInGBs","availableStorageSizeInGBs","cpuCount","maxCpuCount","memorySizeInGBs","maxMemoryInGBs","dbNodeStorageSizeInGBs","maxDbNodeStorageInGBs","dataStorageSizeInTBs","maxDataStorageInTBs","additionalStorageCount","activatedStorageCount","timeCreated","lifecycleDetails","maintenanceWindow","lastMaintenanceRunId","nextMaintenanceRunId","freeformTags","definedTags","systemTags","customerContacts","storageServerVersion","dbServerVersion","monthlyStorageServerVersion","monthlyDbServerVersion","definedFileSystemConfigurations","isSchedulingPolicyAssociated","databaseServerType","storageServerType","computeModel"}) public CloudExadataInfrastructureSummary(String id, String compartmentId, String clusterPlacementGroupId, String subscriptionId, CloudExadataInfrastructureSummary.LifecycleState lifecycleState, String displayName, String shape, String availabilityDomain, Integer computeCount, Integer storageCount, Integer totalStorageSizeInGBs, Integer availableStorageSizeInGBs, Integer cpuCount, Integer maxCpuCount, Integer memorySizeInGBs, Integer maxMemoryInGBs, Integer dbNodeStorageSizeInGBs, Integer maxDbNodeStorageInGBs, Double dataStorageSizeInTBs, Double maxDataStorageInTBs, Integer additionalStorageCount, Integer activatedStorageCount, Date timeCreated, String lifecycleDetails, MaintenanceWindow maintenanceWindow, String lastMaintenanceRunId, String nextMaintenanceRunId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<CustomerContact> customerContacts, String storageServerVersion, String dbServerVersion, String monthlyStorageServerVersion, String monthlyDbServerVersion, List<DefinedFileSystemConfiguration> definedFileSystemConfigurations, Boolean isSchedulingPolicyAssociated, String databaseServerType, String storageServerType, CloudExadataInfrastructureSummary.ComputeModel computeModel)
Deprecated.
-
-
Method Detail
-
builder
public static CloudExadataInfrastructureSummary.Builder builder()
Create a new builder.
-
toBuilder
public CloudExadataInfrastructureSummary.Builder toBuilder()
-
getId
public String getId()
The OCID of the cloud Exadata infrastructure resource.- Returns:
- the value
-
getClusterPlacementGroupId
public String getClusterPlacementGroupId()
The OCID of the cluster placement group of the Exadata Infrastructure.- Returns:
- the value
-
getSubscriptionId
public String getSubscriptionId()
The OCID of the subscription with which resource needs to be associated with.- Returns:
- the value
-
getLifecycleState
public CloudExadataInfrastructureSummary.LifecycleState getLifecycleState()
The current lifecycle state of the cloud Exadata infrastructure resource.- Returns:
- the value
-
getDisplayName
public String getDisplayName()
The user-friendly name for the cloud Exadata infrastructure resource.The name does not need to be unique.
- Returns:
- the value
-
getShape
public String getShape()
The model name of the cloud Exadata infrastructure resource.- Returns:
- the value
-
getAvailabilityDomain
public String getAvailabilityDomain()
The name of the availability domain that the cloud Exadata infrastructure resource is located in.- Returns:
- the value
-
getComputeCount
public Integer getComputeCount()
The number of compute servers for the cloud Exadata infrastructure.- Returns:
- the value
-
getStorageCount
public Integer getStorageCount()
The number of storage servers for the cloud Exadata infrastructure.- Returns:
- the value
-
getTotalStorageSizeInGBs
public Integer getTotalStorageSizeInGBs()
The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).- Returns:
- the value
-
getAvailableStorageSizeInGBs
public Integer getAvailableStorageSizeInGBs()
The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).- Returns:
- the value
-
getCpuCount
public Integer getCpuCount()
The total number of CPU cores allocated.- Returns:
- the value
-
getMaxCpuCount
public Integer getMaxCpuCount()
The total number of CPU cores available.- Returns:
- the value
-
getMemorySizeInGBs
public Integer getMemorySizeInGBs()
The memory allocated in GBs.- Returns:
- the value
-
getMaxMemoryInGBs
public Integer getMaxMemoryInGBs()
The total memory available in GBs.- Returns:
- the value
-
getDbNodeStorageSizeInGBs
public Integer getDbNodeStorageSizeInGBs()
The local node storage allocated in GBs.- Returns:
- the value
-
getMaxDbNodeStorageInGBs
public Integer getMaxDbNodeStorageInGBs()
The total local node storage available in GBs.- Returns:
- the value
-
getDataStorageSizeInTBs
public Double getDataStorageSizeInTBs()
Size, in terabytes, of the DATA disk group.- Returns:
- the value
-
getMaxDataStorageInTBs
public Double getMaxDataStorageInTBs()
The total available DATA disk group size.- Returns:
- the value
-
getAdditionalStorageCount
public Integer getAdditionalStorageCount()
The requested number of additional storage servers for the Exadata infrastructure.- Returns:
- the value
-
getActivatedStorageCount
public Integer getActivatedStorageCount()
The requested number of additional storage servers activated for the Exadata infrastructure.- Returns:
- the value
-
getTimeCreated
public Date getTimeCreated()
The date and time the cloud Exadata infrastructure resource was created.- Returns:
- the value
-
getLifecycleDetails
public String getLifecycleDetails()
Additional information about the current lifecycle state.- Returns:
- the value
-
getMaintenanceWindow
public MaintenanceWindow getMaintenanceWindow()
-
getLastMaintenanceRunId
public String getLastMaintenanceRunId()
The OCID of the last maintenance run.- Returns:
- the value
-
getNextMaintenanceRunId
public String getNextMaintenanceRunId()
The OCID of the next maintenance run.- Returns:
- the value
-
getFreeformTags
public Map<String,String> getFreeformTags()
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Returns:
- the value
-
getDefinedTags
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Returns:
- the value
-
getSystemTags
public Map<String,Map<String,Object>> getSystemTags()
System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Returns:
- the value
-
getCustomerContacts
public List<CustomerContact> getCustomerContacts()
The list of customer email addresses that receive information from Oracle about the specified OCI Database service resource.Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance.
- Returns:
- the value
-
getStorageServerVersion
public String getStorageServerVersion()
The software version of the storage servers (cells) in the cloud Exadata infrastructure.Example: 20.1.15
- Returns:
- the value
-
getDbServerVersion
public String getDbServerVersion()
The software version of the database servers (dom0) in the cloud Exadata infrastructure.Example: 20.1.15
- Returns:
- the value
-
getMonthlyStorageServerVersion
public String getMonthlyStorageServerVersion()
The monthly software version of the storage servers (cells) in the cloud Exadata infrastructure.Example: 20.1.15
- Returns:
- the value
-
getMonthlyDbServerVersion
public String getMonthlyDbServerVersion()
The monthly software version of the database servers (dom0) in the cloud Exadata infrastructure.Example: 20.1.15
- Returns:
- the value
-
getDefinedFileSystemConfigurations
public List<DefinedFileSystemConfiguration> getDefinedFileSystemConfigurations()
Details of the file system configuration of the Exadata infrastructure.- Returns:
- the value
-
getIsSchedulingPolicyAssociated
public Boolean getIsSchedulingPolicyAssociated()
If true, the infrastructure is using granular maintenance scheduling preference.- Returns:
- the value
-
getDatabaseServerType
public String getDatabaseServerType()
The database server type of the Exadata infrastructure.- Returns:
- the value
-
getStorageServerType
public String getStorageServerType()
The storage server type of the Exadata infrastructure.- Returns:
- the value
-
getComputeModel
public CloudExadataInfrastructureSummary.ComputeModel getComputeModel()
The compute model of the Autonomous Database.This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-