Uses of Class
com.oracle.bmc.opensearch.model.CertificateConfig
-
Packages that use CertificateConfig Package Description com.oracle.bmc.opensearch.model -
-
Uses of CertificateConfig in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return CertificateConfig Modifier and Type Method Description CertificateConfig
CertificateConfig.Builder. build()
CertificateConfig
CreateOpensearchClusterDetails. getCertificateConfig()
CertificateConfig
OpensearchCluster. getCertificateConfig()
CertificateConfig
UpdateOpensearchClusterDetails. getCertificateConfig()
Methods in com.oracle.bmc.opensearch.model with parameters of type CertificateConfig Modifier and Type Method Description CreateOpensearchClusterDetails.Builder
CreateOpensearchClusterDetails.Builder. certificateConfig(CertificateConfig certificateConfig)
OpensearchCluster.Builder
OpensearchCluster.Builder. certificateConfig(CertificateConfig certificateConfig)
UpdateOpensearchClusterDetails.Builder
UpdateOpensearchClusterDetails.Builder. certificateConfig(CertificateConfig certificateConfig)
CertificateConfig.Builder
CertificateConfig.Builder. copy(CertificateConfig model)
Constructors in com.oracle.bmc.opensearch.model with parameters of type CertificateConfig 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.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, 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, CertificateConfig certificateConfig)
Deprecated.UpdateOpensearchClusterDetails(String displayName, String softwareVersion, SecurityMode securityMode, String securityMasterUserName, String securityMasterUserPasswordHash, SecuritySamlConfig securitySamlConfig, BackupPolicy backupPolicy, List<String> reverseConnectionEndpointCustomerIps, OutboundClusterConfig outboundClusterConfig, UpdateMaintenanceDetails maintenanceDetails, CertificateConfig certificateConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes)
Deprecated.
-