Uses of Class
com.oracle.bmc.opensearch.model.MlNodeHostType
-
Packages that use MlNodeHostType Package Description com.oracle.bmc.opensearch.model -
-
Uses of MlNodeHostType in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return MlNodeHostType Modifier and Type Method Description static MlNodeHostTypeMlNodeHostType. create(String key)MlNodeHostTypeCreateOpensearchClusterDetails. getMlNodeHostType()The instance type for the cluster’s ML nodes.MlNodeHostTypeOpensearchCluster. getMlNodeHostType()The instance type for the cluster’s ML nodes.static MlNodeHostTypeMlNodeHostType. valueOf(String name)Returns the enum constant of this type with the specified name.static MlNodeHostType[]MlNodeHostType. 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 MlNodeHostType Modifier and Type Method Description CreateOpensearchClusterDetails.BuilderCreateOpensearchClusterDetails.Builder. mlNodeHostType(MlNodeHostType mlNodeHostType)The instance type for the cluster’s ML nodes.OpensearchCluster.BuilderOpensearchCluster.Builder. mlNodeHostType(MlNodeHostType mlNodeHostType)The instance type for the cluster’s ML nodes.Constructors in com.oracle.bmc.opensearch.model with parameters of type MlNodeHostType 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, Integer coordinatorNodeCount, CoordinatorNodeHostType coordinatorNodeHostType, String coordinatorNodeHostShape, Integer coordinatorNodeHostOcpuCount, Integer coordinatorNodeHostMemoryGB, Integer mlNodeCount, MlNodeHostType mlNodeHostType, String mlNodeHostShape, Integer mlNodeHostOcpuCount, Integer mlNodeHostMemoryGB, Integer mlNodeStorageGB, 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, LoadBalancerConfig loadBalancerConfig, 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.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, Map<String,Map<String,Object>> securityAttributes, 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, Integer coordinatorNodeCount, CoordinatorNodeHostType coordinatorNodeHostType, String coordinatorNodeHostShape, Integer coordinatorNodeHostOcpuCount, Integer coordinatorNodeHostMemoryGB, Integer mlNodeCount, MlNodeHostType mlNodeHostType, String mlNodeHostShape, Integer mlNodeHostOcpuCount, Integer mlNodeHostMemoryGB, Integer mlNodeStorageGB, 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, String nsgId, List<String> reverseConnectionEndpointCustomerIps, List<ReverseConnectionEndpoint> reverseConnectionEndpoints, OutboundClusterConfig outboundClusterConfig, List<String> inboundClusterIds, MaintenanceDetails maintenanceDetails, LoadBalancerConfig loadBalancerConfig, CertificateConfig certificateConfig)Deprecated.
-