@Generated(value="OracleSDKGenerator", comments="API Version: 20180828") public final class UpdateClusterSpecsDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
update cluster specs in Kiev.
Note: Objects should always be created or deserialized using the UpdateClusterSpecsDetails.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 UpdateClusterSpecsDetails.Builder
, which maintain a
set of all explicitly set fields called UpdateClusterSpecsDetails.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 |
UpdateClusterSpecsDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
UpdateClusterSpecsDetails(String clusterId,
Integer masterNodeHostOcpuCount,
Integer masterNodeHostMemoryGB,
Integer dataNodeHostOcpuCount,
Integer dataNodeHostMemoryGB,
String softwareVersion,
String dashboardSoftwareVersion,
String clusterPrivateEndpoint)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateClusterSpecsDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getClusterId()
OCID of the Opensearch Cluster.
|
String |
getClusterPrivateEndpoint()
Updated Private endpoint of cluster.
|
String |
getDashboardSoftwareVersion()
Updated version of the dashboard software the cluster is currently running.
|
Integer |
getDataNodeHostMemoryGB()
Updated value of memory for data nodes in the cluster (in GB).
|
Integer |
getDataNodeHostOcpuCount()
Updated value of OCPU’s configured for data nodes of the cluster.
|
Integer |
getMasterNodeHostMemoryGB()
Updated value of memory for master nodes in the cluster (in GB).
|
Integer |
getMasterNodeHostOcpuCount()
Updated value of OCPU’s configured for master nodes of the cluster.
|
String |
getSoftwareVersion()
Updated version of the software the cluster is currently running.
|
int |
hashCode() |
UpdateClusterSpecsDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"clusterId","masterNodeHostOcpuCount","masterNodeHostMemoryGB","dataNodeHostOcpuCount","dataNodeHostMemoryGB","softwareVersion","dashboardSoftwareVersion","clusterPrivateEndpoint"}) public UpdateClusterSpecsDetails(String clusterId, Integer masterNodeHostOcpuCount, Integer masterNodeHostMemoryGB, Integer dataNodeHostOcpuCount, Integer dataNodeHostMemoryGB, String softwareVersion, String dashboardSoftwareVersion, String clusterPrivateEndpoint)
public static UpdateClusterSpecsDetails.Builder builder()
Create a new builder.
public UpdateClusterSpecsDetails.Builder toBuilder()
public String getClusterId()
OCID of the Opensearch Cluster.
public Integer getMasterNodeHostOcpuCount()
Updated value of OCPU’s configured for master nodes of the cluster.
public Integer getMasterNodeHostMemoryGB()
Updated value of memory for master nodes in the cluster (in GB).
public Integer getDataNodeHostOcpuCount()
Updated value of OCPU’s configured for data nodes of the cluster.
public Integer getDataNodeHostMemoryGB()
Updated value of memory for data nodes in the cluster (in GB).
public String getSoftwareVersion()
Updated version of the software the cluster is currently running.
public String getDashboardSoftwareVersion()
Updated version of the dashboard software the cluster is currently running.
public String getClusterPrivateEndpoint()
Updated Private endpoint of cluster.
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–2025. All rights reserved.