Uses of Class
com.oracle.bmc.opensearch.model.SecurityMode
-
Packages that use SecurityMode Package Description com.oracle.bmc.opensearch.model -
-
Uses of SecurityMode in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return SecurityMode Modifier and Type Method Description static SecurityMode
SecurityMode. create(String key)
SecurityMode
CreateOpensearchClusterDetails. getSecurityMode()
The security mode of the cluster.SecurityMode
OpensearchCluster. getSecurityMode()
The security mode of the cluster.SecurityMode
OpensearchClusterSummary. getSecurityMode()
The security mode of the cluster.SecurityMode
UpdateOpensearchClusterDetails. getSecurityMode()
The security mode of the cluster.static SecurityMode
SecurityMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityMode[]
SecurityMode. 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 SecurityMode Modifier and Type Method Description CreateOpensearchClusterDetails.Builder
CreateOpensearchClusterDetails.Builder. securityMode(SecurityMode securityMode)
The security mode of the cluster.OpensearchCluster.Builder
OpensearchCluster.Builder. securityMode(SecurityMode securityMode)
The security mode of the cluster.OpensearchClusterSummary.Builder
OpensearchClusterSummary.Builder. securityMode(SecurityMode securityMode)
The security mode of the cluster.UpdateOpensearchClusterDetails.Builder
UpdateOpensearchClusterDetails.Builder. securityMode(SecurityMode securityMode)
The security mode of the cluster.Constructors in com.oracle.bmc.opensearch.model with parameters of type SecurityMode Constructor 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, 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, 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, SecuritySamlConfig securitySamlConfig, BackupPolicy backupPolicy, List<String> reverseConnectionEndpointCustomerIps, List<ReverseConnectionEndpoint> reverseConnectionEndpoints, OutboundClusterConfig outboundClusterConfig, List<String> inboundClusterIds, MaintenanceDetails maintenanceDetails)
Deprecated.OpensearchClusterSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String softwareVersion, Integer totalStorageGB, OpensearchCluster.LifecycleState lifecycleState, List<String> availabilityDomains, SecurityMode securityMode, BackupPolicy backupPolicy, OutboundClusterConfig outboundClusterConfig)
Deprecated.UpdateOpensearchClusterDetails(String displayName, String softwareVersion, SecurityMode securityMode, String securityMasterUserName, String securityMasterUserPasswordHash, SecuritySamlConfig securitySamlConfig, BackupPolicy backupPolicy, List<String> reverseConnectionEndpointCustomerIps, OutboundClusterConfig outboundClusterConfig, UpdateMaintenanceDetails maintenanceDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-