Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Class and Description |
---|---|
class |
SqlEndpointSecureAccessConfig
Access control rules for secure access selection.
|
class |
SqlEndpointVcnConfig
The VCN configuration for VCN network type selection.
|
Modifier and Type | Method and Description |
---|---|
SqlEndpointNetworkConfiguration |
SqlEndpointSummary.getNetworkConfiguration() |
SqlEndpointNetworkConfiguration |
SqlEndpoint.getNetworkConfiguration() |
SqlEndpointNetworkConfiguration |
CreateSqlEndpointDetails.getNetworkConfiguration() |
Modifier and Type | Method and Description |
---|---|
SqlEndpointSummary.Builder |
SqlEndpointSummary.Builder.networkConfiguration(SqlEndpointNetworkConfiguration networkConfiguration) |
SqlEndpoint.Builder |
SqlEndpoint.Builder.networkConfiguration(SqlEndpointNetworkConfiguration networkConfiguration) |
CreateSqlEndpointDetails.Builder |
CreateSqlEndpointDetails.Builder.networkConfiguration(SqlEndpointNetworkConfiguration networkConfiguration) |
Constructor and Description |
---|
CreateSqlEndpointDetails(String compartmentId,
String displayName,
String description,
String sqlEndpointVersion,
String driverShape,
ShapeConfig driverShapeConfig,
String executorShape,
ShapeConfig executorShapeConfig,
Integer minExecutorCount,
Integer maxExecutorCount,
String metastoreId,
String lakeId,
String warehouseBucketUri,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,String> sparkAdvancedConfigurations,
SqlEndpointNetworkConfiguration networkConfiguration)
Deprecated.
|
SqlEndpoint(String id,
String displayName,
String compartmentId,
String jdbcEndpointUrl,
Date timeCreated,
Date timeUpdated,
SqlEndpointLifecycleState lifecycleState,
String stateMessage,
String sqlEndpointVersion,
String driverShape,
ShapeConfig driverShapeConfig,
String executorShape,
ShapeConfig executorShapeConfig,
Integer minExecutorCount,
Integer maxExecutorCount,
String metastoreId,
String lakeId,
String warehouseBucketUri,
String description,
String lastAcceptedRequestToken,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Map<String,String> sparkAdvancedConfigurations,
String bannerMessage,
SqlEndpointNetworkConfiguration networkConfiguration)
Deprecated.
|
SqlEndpointSummary(String id,
String displayName,
String compartmentId,
String jdbcEndpointUrl,
Date timeCreated,
Date timeUpdated,
SqlEndpointLifecycleState lifecycleState,
String stateMessage,
String sqlEndpointVersion,
String driverShape,
ShapeConfig driverShapeConfig,
String executorShape,
ShapeConfig executorShapeConfig,
Integer minExecutorCount,
Integer maxExecutorCount,
String ownerPrincipalId,
String metastoreId,
String lakeId,
String warehouseBucketUri,
String description,
String lastAcceptedRequestToken,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Map<String,String> sparkAdvancedConfigurations,
SqlEndpointNetworkConfiguration networkConfiguration)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.