Package com.oracle.bmc.opensearch.model
Class CreateOpensearchClusterDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.opensearch.model.CreateOpensearchClusterDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20180828") public final class CreateOpensearchClusterDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe configuration details for a new OpenSearch cluster.
 Note: Objects should always be created or deserialized using theCreateOpensearchClusterDetails.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 theCreateOpensearchClusterDetails.Builder, which maintain a set of all explicitly set fields calledCreateOpensearchClusterDetails.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 SummaryNested Classes Modifier and Type Class Description static classCreateOpensearchClusterDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description CreateOpensearchClusterDetails(String displayName, String compartmentId, String softwareVersion, Integer masterNodeCount, MasterNodeHostType masterNodeHostType, String masterNodeHostBareMetalShape, String masterNodeHostShape, Integer masterNodeHostOcpuCount, Integer masterNodeHostMemoryGB, Integer dataNodeCount, DataNodeHostType dataNodeHostType, String dataNodeHostBareMetalShape, String dataNodeHostShape, Integer dataNodeHostOcpuCount, Integer dataNodeHostMemoryGB, Integer dataNodeStorageGB, String opendashboardNodeHostShape, Integer opendashboardNodeCount, Integer opendashboardNodeHostOcpuCount, Integer opendashboardNodeHostMemoryGB, Integer searchNodeCount, SearchNodeHostType searchNodeHostType, String searchNodeHostShape, Integer searchNodeHostOcpuCount, Integer searchNodeHostMemoryGB, Integer searchNodeStorageGB, String vcnId, String subnetId, String vcnCompartmentId, String subnetCompartmentId, SecurityMode securityMode, String securityMasterUserName, String securityMasterUserPasswordHash, SecuritySamlConfig securitySamlConfig, BackupPolicy backupPolicy, String nsgId, List<String> reverseConnectionEndpointCustomerIps, List<String> inboundClusterIds, OutboundClusterConfig outboundClusterConfig, CreateMaintenanceDetails maintenanceDetails, CertificateConfig certificateConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Map<String,Map<String,Object>> securityAttributes)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateOpensearchClusterDetails.Builderbuilder()Create a new builder.booleanequals(Object o)BackupPolicygetBackupPolicy()CertificateConfiggetCertificateConfig()StringgetCompartmentId()The OCID of the compartment to create the cluster in.IntegergetDataNodeCount()The number of data nodes to configure for the cluster.StringgetDataNodeHostBareMetalShape()The bare metal shape for the cluster’s data nodes.IntegergetDataNodeHostMemoryGB()The amount of memory in GB, to configure per node for the cluster’s data nodes.IntegergetDataNodeHostOcpuCount()The number of OCPUs to configure for the cluster’s data nodes.StringgetDataNodeHostShape()The node shape for the cluster’s data nodes.DataNodeHostTypegetDataNodeHostType()TThe instance type for the cluster’s data nodes.IntegergetDataNodeStorageGB()The amount of storage in GB, to configure per node for the cluster’s data nodes.Map<String,Map<String,Object>>getDefinedTags()Defined tags for this resource.StringgetDisplayName()The name of the cluster.Map<String,String>getFreeformTags()Simple key-value pair that is applied without any predefined name, type or scope.List<String>getInboundClusterIds()List of inbound clusters that will be queried using cross cluster searchCreateMaintenanceDetailsgetMaintenanceDetails()IntegergetMasterNodeCount()The number of master nodes to configure for the cluster.StringgetMasterNodeHostBareMetalShape()The bare metal shape for the cluster’s master nodes.IntegergetMasterNodeHostMemoryGB()The amount of memory in GB, to configure per node for the cluster’s master nodes.IntegergetMasterNodeHostOcpuCount()The number of OCPUs to configure for the cluser’s master nodes.StringgetMasterNodeHostShape()The node shape for the cluster’s master nodes.MasterNodeHostTypegetMasterNodeHostType()The instance type for the cluster’s master nodes.StringgetNsgId()The OCID of the NSG where the private endpoint vnic will be attached.IntegergetOpendashboardNodeCount()The number of OpenSearch Dashboard nodes to configure for the cluster.IntegergetOpendashboardNodeHostMemoryGB()The amount of memory in GB, to configure for the cluster’s OpenSearch Dashboard nodes.IntegergetOpendashboardNodeHostOcpuCount()The number of OCPUs to configure for the cluster’s OpenSearch Dashboard nodes.StringgetOpendashboardNodeHostShape()The node shape for the cluster’s OpenSearch Dashboard nodes.OutboundClusterConfiggetOutboundClusterConfig()List<String>getReverseConnectionEndpointCustomerIps()The customer IP addresses of the endpoint in customer VCNIntegergetSearchNodeCount()The number of search nodes configured for the cluster.IntegergetSearchNodeHostMemoryGB()The amount of memory in GB, for the cluster’s search nodes.IntegergetSearchNodeHostOcpuCount()The number of OCPUs configured for the cluster’s search nodes.StringgetSearchNodeHostShape()The node shape for the cluster’s search nodes.SearchNodeHostTypegetSearchNodeHostType()The instance type for the cluster’s search nodes.IntegergetSearchNodeStorageGB()The amount of storage in GB, to configure per node for the cluster’s search nodes.Map<String,Map<String,Object>>getSecurityAttributes()Security attributes for this resource.StringgetSecurityMasterUserName()The name of the master user that are used to manage security configStringgetSecurityMasterUserPasswordHash()The password hash of the master user that are used to manage security configSecurityModegetSecurityMode()The security mode of the cluster.SecuritySamlConfiggetSecuritySamlConfig()StringgetSoftwareVersion()The version of the software the cluster is running.StringgetSubnetCompartmentId()The OCID for the compartment where the cluster’s subnet is located.StringgetSubnetId()The OCID of the cluster’s subnet.Map<String,Map<String,Object>>getSystemTags()Usage of system tag keys.StringgetVcnCompartmentId()The OCID for the compartment where the cluster’s VCN is located.StringgetVcnId()The OCID of the cluster’s VCN.inthashCode()CreateOpensearchClusterDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
CreateOpensearchClusterDetails@Deprecated @ConstructorProperties({"displayName","compartmentId","softwareVersion","masterNodeCount","masterNodeHostType","masterNodeHostBareMetalShape","masterNodeHostShape","masterNodeHostOcpuCount","masterNodeHostMemoryGB","dataNodeCount","dataNodeHostType","dataNodeHostBareMetalShape","dataNodeHostShape","dataNodeHostOcpuCount","dataNodeHostMemoryGB","dataNodeStorageGB","opendashboardNodeHostShape","opendashboardNodeCount","opendashboardNodeHostOcpuCount","opendashboardNodeHostMemoryGB","searchNodeCount","searchNodeHostType","searchNodeHostShape","searchNodeHostOcpuCount","searchNodeHostMemoryGB","searchNodeStorageGB","vcnId","subnetId","vcnCompartmentId","subnetCompartmentId","securityMode","securityMasterUserName","securityMasterUserPasswordHash","securitySamlConfig","backupPolicy","nsgId","reverseConnectionEndpointCustomerIps","inboundClusterIds","outboundClusterConfig","maintenanceDetails","certificateConfig","freeformTags","definedTags","systemTags","securityAttributes"}) public CreateOpensearchClusterDetails(String displayName, String compartmentId, String softwareVersion, Integer masterNodeCount, MasterNodeHostType masterNodeHostType, String masterNodeHostBareMetalShape, String masterNodeHostShape, Integer masterNodeHostOcpuCount, Integer masterNodeHostMemoryGB, Integer dataNodeCount, DataNodeHostType dataNodeHostType, String dataNodeHostBareMetalShape, String dataNodeHostShape, Integer dataNodeHostOcpuCount, Integer dataNodeHostMemoryGB, Integer dataNodeStorageGB, String opendashboardNodeHostShape, Integer opendashboardNodeCount, Integer opendashboardNodeHostOcpuCount, Integer opendashboardNodeHostMemoryGB, Integer searchNodeCount, SearchNodeHostType searchNodeHostType, String searchNodeHostShape, Integer searchNodeHostOcpuCount, Integer searchNodeHostMemoryGB, Integer searchNodeStorageGB, String vcnId, String subnetId, String vcnCompartmentId, String subnetCompartmentId, SecurityMode securityMode, String securityMasterUserName, String securityMasterUserPasswordHash, SecuritySamlConfig securitySamlConfig, BackupPolicy backupPolicy, String nsgId, List<String> reverseConnectionEndpointCustomerIps, List<String> inboundClusterIds, OutboundClusterConfig outboundClusterConfig, CreateMaintenanceDetails maintenanceDetails, CertificateConfig certificateConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Map<String,Map<String,Object>> securityAttributes) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CreateOpensearchClusterDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CreateOpensearchClusterDetails.Builder toBuilder() 
 - 
getDisplayNamepublic String getDisplayName() The name of the cluster.Avoid entering confidential information. - Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment to create the cluster in.- Returns:
- the value
 
 - 
getSoftwareVersionpublic String getSoftwareVersion() The version of the software the cluster is running.- Returns:
- the value
 
 - 
getMasterNodeCountpublic Integer getMasterNodeCount() The number of master nodes to configure for the cluster.- Returns:
- the value
 
 - 
getMasterNodeHostTypepublic MasterNodeHostType getMasterNodeHostType() The instance type for the cluster’s master nodes.- Returns:
- the value
 
 - 
getMasterNodeHostBareMetalShapepublic String getMasterNodeHostBareMetalShape() The bare metal shape for the cluster’s master nodes.- Returns:
- the value
 
 - 
getMasterNodeHostShapepublic String getMasterNodeHostShape() The node shape for the cluster’s master nodes.- Returns:
- the value
 
 - 
getMasterNodeHostOcpuCountpublic Integer getMasterNodeHostOcpuCount() The number of OCPUs to configure for the cluser’s master nodes.- Returns:
- the value
 
 - 
getMasterNodeHostMemoryGBpublic Integer getMasterNodeHostMemoryGB() The amount of memory in GB, to configure per node for the cluster’s master nodes.- Returns:
- the value
 
 - 
getDataNodeCountpublic Integer getDataNodeCount() The number of data nodes to configure for the cluster.- Returns:
- the value
 
 - 
getDataNodeHostTypepublic DataNodeHostType getDataNodeHostType() TThe instance type for the cluster’s data nodes.- Returns:
- the value
 
 - 
getDataNodeHostBareMetalShapepublic String getDataNodeHostBareMetalShape() The bare metal shape for the cluster’s data nodes.- Returns:
- the value
 
 - 
getDataNodeHostShapepublic String getDataNodeHostShape() The node shape for the cluster’s data nodes.- Returns:
- the value
 
 - 
getDataNodeHostOcpuCountpublic Integer getDataNodeHostOcpuCount() The number of OCPUs to configure for the cluster’s data nodes.- Returns:
- the value
 
 - 
getDataNodeHostMemoryGBpublic Integer getDataNodeHostMemoryGB() The amount of memory in GB, to configure per node for the cluster’s data nodes.- Returns:
- the value
 
 - 
getDataNodeStorageGBpublic Integer getDataNodeStorageGB() The amount of storage in GB, to configure per node for the cluster’s data nodes.- Returns:
- the value
 
 - 
getOpendashboardNodeHostShapepublic String getOpendashboardNodeHostShape() The node shape for the cluster’s OpenSearch Dashboard nodes.- Returns:
- the value
 
 - 
getOpendashboardNodeCountpublic Integer getOpendashboardNodeCount() The number of OpenSearch Dashboard nodes to configure for the cluster.- Returns:
- the value
 
 - 
getOpendashboardNodeHostOcpuCountpublic Integer getOpendashboardNodeHostOcpuCount() The number of OCPUs to configure for the cluster’s OpenSearch Dashboard nodes.- Returns:
- the value
 
 - 
getOpendashboardNodeHostMemoryGBpublic Integer getOpendashboardNodeHostMemoryGB() The amount of memory in GB, to configure for the cluster’s OpenSearch Dashboard nodes.- Returns:
- the value
 
 - 
getSearchNodeCountpublic Integer getSearchNodeCount() The number of search nodes configured for the cluster.- Returns:
- the value
 
 - 
getSearchNodeHostTypepublic SearchNodeHostType getSearchNodeHostType() The instance type for the cluster’s search nodes.- Returns:
- the value
 
 - 
getSearchNodeHostShapepublic String getSearchNodeHostShape() The node shape for the cluster’s search nodes.- Returns:
- the value
 
 - 
getSearchNodeHostOcpuCountpublic Integer getSearchNodeHostOcpuCount() The number of OCPUs configured for the cluster’s search nodes.- Returns:
- the value
 
 - 
getSearchNodeHostMemoryGBpublic Integer getSearchNodeHostMemoryGB() The amount of memory in GB, for the cluster’s search nodes.- Returns:
- the value
 
 - 
getSearchNodeStorageGBpublic Integer getSearchNodeStorageGB() The amount of storage in GB, to configure per node for the cluster’s search nodes.- Returns:
- the value
 
 - 
getVcnIdpublic String getVcnId() The OCID of the cluster’s VCN.- Returns:
- the value
 
 - 
getSubnetIdpublic String getSubnetId() The OCID of the cluster’s subnet.- Returns:
- the value
 
 - 
getVcnCompartmentIdpublic String getVcnCompartmentId() The OCID for the compartment where the cluster’s VCN is located.- Returns:
- the value
 
 - 
getSubnetCompartmentIdpublic String getSubnetCompartmentId() The OCID for the compartment where the cluster’s subnet is located.- Returns:
- the value
 
 - 
getSecurityModepublic SecurityMode getSecurityMode() The security mode of the cluster.- Returns:
- the value
 
 - 
getSecurityMasterUserNamepublic String getSecurityMasterUserName() The name of the master user that are used to manage security config- Returns:
- the value
 
 - 
getSecurityMasterUserPasswordHashpublic String getSecurityMasterUserPasswordHash() The password hash of the master user that are used to manage security config- Returns:
- the value
 
 - 
getSecuritySamlConfigpublic SecuritySamlConfig getSecuritySamlConfig() 
 - 
getBackupPolicypublic BackupPolicy getBackupPolicy() 
 - 
getNsgIdpublic String getNsgId() The OCID of the NSG where the private endpoint vnic will be attached.- Returns:
- the value
 
 - 
getReverseConnectionEndpointCustomerIpspublic List<String> getReverseConnectionEndpointCustomerIps() The customer IP addresses of the endpoint in customer VCN- Returns:
- the value
 
 - 
getInboundClusterIdspublic List<String> getInboundClusterIds() List of inbound clusters that will be queried using cross cluster search- Returns:
- the value
 
 - 
getOutboundClusterConfigpublic OutboundClusterConfig getOutboundClusterConfig() 
 - 
getMaintenanceDetailspublic CreateMaintenanceDetails getMaintenanceDetails() 
 - 
getCertificateConfigpublic CertificateConfig getCertificateConfig() 
 - 
getFreeformTagspublic Map<String,String> getFreeformTags() Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Returns:
- the value
 
 - 
getDefinedTagspublic Map<String,Map<String,Object>> getDefinedTags() Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Returns:
- the value
 
 - 
getSystemTagspublic Map<String,Map<String,Object>> getSystemTags() Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Returns:
- the value
 
 - 
getSecurityAttributespublic Map<String,Map<String,Object>> getSecurityAttributes() Security attributes for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}} - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-