Uses of Class
com.oracle.bmc.bds.model.BdsInstance.ClusterProfile
-
Packages that use BdsInstance.ClusterProfile Package Description com.oracle.bmc.bds.model -
-
Uses of BdsInstance.ClusterProfile in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return BdsInstance.ClusterProfile Modifier and Type Method Description static BdsInstance.ClusterProfile
BdsInstance.ClusterProfile. create(String key)
BdsInstance.ClusterProfile
BdsInstance. getClusterProfile()
Profile of the Big Data Service cluster.BdsInstance.ClusterProfile
BdsInstanceSummary. 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.Methods in com.oracle.bmc.bds.model with parameters of type BdsInstance.ClusterProfile Modifier and Type Method Description BdsInstance.Builder
BdsInstance.Builder. clusterProfile(BdsInstance.ClusterProfile clusterProfile)
Profile of the Big Data Service cluster.BdsInstanceSummary.Builder
BdsInstanceSummary.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.Constructors in com.oracle.bmc.bds.model with parameters of type BdsInstance.ClusterProfile Constructor 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, BdsClusterVersionSummary bdsClusterVersionSummary)
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, BdsClusterVersionSummary bdsClusterVersionSummary)
Deprecated.
-