@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CloudExadataInfrastructure 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 the CloudExadataInfrastructure.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 the CloudExadataInfrastructure.Builder
, which maintain a
set of all explicitly set fields called CloudExadataInfrastructure.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
CloudExadataInfrastructure.Builder |
static class |
CloudExadataInfrastructure.LifecycleState
The current lifecycle state of the cloud Exadata infrastructure resource.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
CloudExadataInfrastructure(String id,
String compartmentId,
String clusterPlacementGroupId,
String subscriptionId,
CloudExadataInfrastructure.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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CloudExadataInfrastructure.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.
|
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.
|
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.
|
CloudExadataInfrastructure.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 |
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() |
CloudExadataInfrastructure.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"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"}) public CloudExadataInfrastructure(String id, String compartmentId, String clusterPlacementGroupId, String subscriptionId, CloudExadataInfrastructure.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)
public static CloudExadataInfrastructure.Builder builder()
Create a new builder.
public CloudExadataInfrastructure.Builder toBuilder()
public String getId()
The OCID of the cloud Exadata infrastructure resource.
public String getClusterPlacementGroupId()
The OCID of the cluster placement group of the Exadata Infrastructure.
public String getSubscriptionId()
The OCID of the subscription with which resource needs to be associated with.
public CloudExadataInfrastructure.LifecycleState getLifecycleState()
The current lifecycle state of the cloud Exadata infrastructure resource.
public String getDisplayName()
The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
public String getShape()
The model name of the cloud Exadata infrastructure resource.
public String getAvailabilityDomain()
The name of the availability domain that the cloud Exadata infrastructure resource is located in.
public Integer getComputeCount()
The number of compute servers for the cloud Exadata infrastructure.
public Integer getStorageCount()
The number of storage servers for the cloud Exadata infrastructure.
public Integer getTotalStorageSizeInGBs()
The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
public Integer getAvailableStorageSizeInGBs()
The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
public Integer getCpuCount()
The total number of CPU cores allocated.
public Integer getMaxCpuCount()
The total number of CPU cores available.
public Integer getMemorySizeInGBs()
The memory allocated in GBs.
public Integer getMaxMemoryInGBs()
The total memory available in GBs.
public Integer getDbNodeStorageSizeInGBs()
The local node storage allocated in GBs.
public Integer getMaxDbNodeStorageInGBs()
The total local node storage available in GBs.
public Double getDataStorageSizeInTBs()
Size, in terabytes, of the DATA disk group.
public Double getMaxDataStorageInTBs()
The total available DATA disk group size.
public Integer getAdditionalStorageCount()
The requested number of additional storage servers for the Exadata infrastructure.
public Integer getActivatedStorageCount()
The requested number of additional storage servers activated for the Exadata infrastructure.
public Date getTimeCreated()
The date and time the cloud Exadata infrastructure resource was created.
public String getLifecycleDetails()
Additional information about the current lifecycle state.
public MaintenanceWindow getMaintenanceWindow()
public String getLastMaintenanceRunId()
The OCID of the last maintenance run.
public String getNextMaintenanceRunId()
The OCID of the next maintenance run.
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"}
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.
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.
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.
public String getStorageServerVersion()
The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
public String getDbServerVersion()
The software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
public String getMonthlyStorageServerVersion()
The monthly software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
public String getMonthlyDbServerVersion()
The monthly software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
public List<DefinedFileSystemConfiguration> getDefinedFileSystemConfigurations()
Details of the file system configuration of the Exadata infrastructure.
public Boolean getIsSchedulingPolicyAssociated()
If true, the infrastructure is using granular maintenance scheduling preference.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.