@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ExadataInfrastructureUnAllocatedResources extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Un allocated resources details of the Exadata Cloud@Customer infrastructure. Applies to Exadata
Cloud@Customer instances only.
Note: Objects should always be created or deserialized using the ExadataInfrastructureUnAllocatedResources.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 ExadataInfrastructureUnAllocatedResources.Builder
, which maintain a
set of all explicitly set fields called ExadataInfrastructureUnAllocatedResources.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 |
ExadataInfrastructureUnAllocatedResources.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ExadataInfrastructureUnAllocatedResources(String id,
String displayName,
Integer localStorageInGbs,
Integer ocpus,
Integer memoryInGBs,
Double exadataStorageInTBs,
List<AutonomousVmClusterResourceDetails> autonomousVmClusters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExadataInfrastructureUnAllocatedResources.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<AutonomousVmClusterResourceDetails> |
getAutonomousVmClusters()
The list of Autonomous VM Clusters on the Infra and their associated unallocated resources
details
|
String |
getDisplayName()
The user-friendly name for the Exadata Cloud@Customer infrastructure.
|
Double |
getExadataStorageInTBs()
Total unallocated exadata storage in the infrastructure in TBs.
|
String |
getId()
The OCID of the
Exadata infrastructure.
|
Integer |
getLocalStorageInGbs()
The minimum amount of un allocated storage that is available across all nodes in the
infrastructure.
|
Integer |
getMemoryInGBs()
The minimum amount of un allocated memory that is available across all nodes in the
infrastructure.
|
Integer |
getOcpus()
The minimum amount of un allocated ocpus that is available across all nodes in the
infrastructure.
|
int |
hashCode() |
ExadataInfrastructureUnAllocatedResources.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","displayName","localStorageInGbs","ocpus","memoryInGBs","exadataStorageInTBs","autonomousVmClusters"}) public ExadataInfrastructureUnAllocatedResources(String id, String displayName, Integer localStorageInGbs, Integer ocpus, Integer memoryInGBs, Double exadataStorageInTBs, List<AutonomousVmClusterResourceDetails> autonomousVmClusters)
public static ExadataInfrastructureUnAllocatedResources.Builder builder()
Create a new builder.
public ExadataInfrastructureUnAllocatedResources.Builder toBuilder()
public String getDisplayName()
The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
public Integer getLocalStorageInGbs()
The minimum amount of un allocated storage that is available across all nodes in the infrastructure.
public Integer getOcpus()
The minimum amount of un allocated ocpus that is available across all nodes in the infrastructure.
public Integer getMemoryInGBs()
The minimum amount of un allocated memory that is available across all nodes in the infrastructure.
public Double getExadataStorageInTBs()
Total unallocated exadata storage in the infrastructure in TBs.
public List<AutonomousVmClusterResourceDetails> getAutonomousVmClusters()
The list of Autonomous VM Clusters on the Infra and their associated unallocated resources details
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.