Package | Description |
---|---|
com.oracle.bmc.opensearch.model |
Modifier and Type | Method and Description |
---|---|
static MasterNodeHostType |
MasterNodeHostType.create(String key) |
MasterNodeHostType |
CreateOpensearchClusterDetails.getMasterNodeHostType()
The instance type for the cluster’s master nodes.
|
MasterNodeHostType |
OpensearchCluster.getMasterNodeHostType()
The instance type for the cluster’s master nodes.
|
static MasterNodeHostType |
MasterNodeHostType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterNodeHostType[] |
MasterNodeHostType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateOpensearchClusterDetails.Builder |
CreateOpensearchClusterDetails.Builder.masterNodeHostType(MasterNodeHostType masterNodeHostType)
The instance type for the cluster’s master nodes.
|
OpensearchCluster.Builder |
OpensearchCluster.Builder.masterNodeHostType(MasterNodeHostType masterNodeHostType)
The instance type for the cluster’s master nodes.
|
Constructor and Description |
---|
CreateOpensearchClusterDetails(String displayName,
String compartmentId,
String softwareVersion,
Integer masterNodeCount,
MasterNodeHostType masterNodeHostType,
String masterNodeHostBareMetalShape,
Integer masterNodeHostOcpuCount,
Integer masterNodeHostMemoryGB,
Integer dataNodeCount,
DataNodeHostType dataNodeHostType,
String dataNodeHostBareMetalShape,
Integer dataNodeHostOcpuCount,
Integer dataNodeHostMemoryGB,
Integer dataNodeStorageGB,
Integer opendashboardNodeCount,
Integer opendashboardNodeHostOcpuCount,
Integer opendashboardNodeHostMemoryGB,
String vcnId,
String subnetId,
String vcnCompartmentId,
String subnetCompartmentId,
SecurityMode securityMode,
String securityMasterUserName,
String securityMasterUserPasswordHash,
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,
Integer masterNodeHostOcpuCount,
Integer masterNodeHostMemoryGB,
Integer dataNodeCount,
DataNodeHostType dataNodeHostType,
String dataNodeHostBareMetalShape,
Integer dataNodeHostOcpuCount,
Integer dataNodeHostMemoryGB,
Integer dataNodeStorageGB,
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)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.