Uses of Class
com.oracle.bmc.opensearch.model.SearchNodeHostType
-
Packages that use SearchNodeHostType Package Description com.oracle.bmc.opensearch.model -
-
Uses of SearchNodeHostType in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return SearchNodeHostType Modifier and Type Method Description static SearchNodeHostType
SearchNodeHostType. create(String key)
SearchNodeHostType
CreateOpensearchClusterDetails. getSearchNodeHostType()
The instance type for the cluster’s search nodes.SearchNodeHostType
OpensearchCluster. getSearchNodeHostType()
The instance type for the cluster’s search nodes.static SearchNodeHostType
SearchNodeHostType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchNodeHostType[]
SearchNodeHostType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opensearch.model with parameters of type SearchNodeHostType Modifier and Type Method Description CreateOpensearchClusterDetails.Builder
CreateOpensearchClusterDetails.Builder. searchNodeHostType(SearchNodeHostType searchNodeHostType)
The instance type for the cluster’s search nodes.OpensearchCluster.Builder
OpensearchCluster.Builder. searchNodeHostType(SearchNodeHostType searchNodeHostType)
The instance type for the cluster’s search nodes.Constructors in com.oracle.bmc.opensearch.model with parameters of type SearchNodeHostType 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, List<String> reverseConnectionEndpointCustomerIps, List<String> inboundClusterIds, OutboundClusterConfig outboundClusterConfig, CreateMaintenanceDetails maintenanceDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OpensearchCluster(String id, String displayName, String compartmentId, OpensearchCluster.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Date timeDeleted, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String softwareVersion, Integer totalStorageGB, String opensearchFqdn, String opensearchPrivateIp, String opendashboardFqdn, String opendashboardPrivateIp, 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, Integer searchNodeCount, SearchNodeHostType searchNodeHostType, String searchNodeHostShape, Integer searchNodeHostOcpuCount, Integer searchNodeHostMemoryGB, Integer searchNodeStorageGB, String opendashboardNodeHostShape, Integer opendashboardNodeCount, Integer opendashboardNodeHostOcpuCount, Integer opendashboardNodeHostMemoryGB, String vcnId, String subnetId, String vcnCompartmentId, String subnetCompartmentId, String fqdn, List<String> availabilityDomains, SecurityMode securityMode, String securityMasterUserName, String securityMasterUserPasswordHash, SecuritySamlConfig securitySamlConfig, BackupPolicy backupPolicy, List<String> reverseConnectionEndpointCustomerIps, List<ReverseConnectionEndpoint> reverseConnectionEndpoints, OutboundClusterConfig outboundClusterConfig, List<String> inboundClusterIds, MaintenanceDetails maintenanceDetails)
Deprecated.
-