Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
static BdsInstance.ClusterProfile |
BdsInstance.ClusterProfile.create(String key) |
BdsInstance.ClusterProfile |
BdsInstanceSummary.getClusterProfile()
Profile of the Big Data Service cluster.
|
BdsInstance.ClusterProfile |
BdsInstance.getClusterProfile()
Profile of the Big Data Service cluster.
|
BdsInstance.ClusterProfile |
CreateBdsInstanceDetails.getClusterProfile()
Profile of the Big Data Service cluster.
|
static BdsInstance.ClusterProfile |
BdsInstance.ClusterProfile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BdsInstance.ClusterProfile[] |
BdsInstance.ClusterProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BdsInstanceSummary.Builder |
BdsInstanceSummary.Builder.clusterProfile(BdsInstance.ClusterProfile clusterProfile)
Profile of the Big Data Service cluster.
|
BdsInstance.Builder |
BdsInstance.Builder.clusterProfile(BdsInstance.ClusterProfile clusterProfile)
Profile of the Big Data Service cluster.
|
CreateBdsInstanceDetails.Builder |
CreateBdsInstanceDetails.Builder.clusterProfile(BdsInstance.ClusterProfile clusterProfile)
Profile of the Big Data Service cluster.
|
Constructor and Description |
---|
BdsInstance(String id,
String compartmentId,
String displayName,
BdsInstance.LifecycleState lifecycleState,
BdsInstance.ClusterVersion clusterVersion,
Boolean isHighAvailability,
Boolean isSecure,
Boolean isCloudSqlConfigured,
Boolean isKafkaConfigured,
NetworkConfig networkConfig,
ClusterDetails clusterDetails,
List<Node> nodes,
CloudSqlDetails cloudSqlDetails,
String createdBy,
Date timeCreated,
Date timeUpdated,
Integer numberOfNodes,
Integer numberOfNodesRequiringMaintenanceReboot,
String bootstrapScriptUrl,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String kmsKeyId,
BdsInstance.ClusterProfile clusterProfile)
Deprecated.
|
BdsInstanceSummary(String id,
String compartmentId,
String displayName,
BdsInstance.LifecycleState lifecycleState,
Integer numberOfNodes,
Integer numberOfNodesRequiringMaintenanceReboot,
BdsInstance.ClusterVersion clusterVersion,
Boolean isHighAvailability,
Boolean isSecure,
Boolean isCloudSqlConfigured,
Boolean isKafkaConfigured,
BdsInstance.ClusterProfile clusterProfile,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CreateBdsInstanceDetails(String compartmentId,
String displayName,
BdsInstance.ClusterVersion clusterVersion,
String clusterPublicKey,
String clusterAdminPassword,
Boolean isHighAvailability,
Boolean isSecure,
NetworkConfig networkConfig,
String bootstrapScriptUrl,
List<CreateNodeDetails> nodes,
String kerberosRealmName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String kmsKeyId,
BdsInstance.ClusterProfile clusterProfile)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.