Uses of Class
com.oracle.bmc.opensearch.model.OutboundClusterConfig
-
Packages that use OutboundClusterConfig Package Description com.oracle.bmc.opensearch.model -
-
Uses of OutboundClusterConfig in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return OutboundClusterConfig Modifier and Type Method Description OutboundClusterConfig
OutboundClusterConfig.Builder. build()
OutboundClusterConfig
CreateOpensearchClusterDetails. getOutboundClusterConfig()
OutboundClusterConfig
OpensearchCluster. getOutboundClusterConfig()
OutboundClusterConfig
OpensearchClusterSummary. getOutboundClusterConfig()
OutboundClusterConfig
UpdateOpensearchClusterDetails. getOutboundClusterConfig()
Methods in com.oracle.bmc.opensearch.model with parameters of type OutboundClusterConfig Modifier and Type Method Description OutboundClusterConfig.Builder
OutboundClusterConfig.Builder. copy(OutboundClusterConfig model)
CreateOpensearchClusterDetails.Builder
CreateOpensearchClusterDetails.Builder. outboundClusterConfig(OutboundClusterConfig outboundClusterConfig)
OpensearchCluster.Builder
OpensearchCluster.Builder. outboundClusterConfig(OutboundClusterConfig outboundClusterConfig)
OpensearchClusterSummary.Builder
OpensearchClusterSummary.Builder. outboundClusterConfig(OutboundClusterConfig outboundClusterConfig)
UpdateOpensearchClusterDetails.Builder
UpdateOpensearchClusterDetails.Builder. outboundClusterConfig(OutboundClusterConfig outboundClusterConfig)
Constructors in com.oracle.bmc.opensearch.model with parameters of type OutboundClusterConfig 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.
-