Uses of Class
com.oracle.bmc.managedkafka.model.BrokerShape
-
Packages that use BrokerShape Package Description com.oracle.bmc.managedkafka.model -
-
Uses of BrokerShape in com.oracle.bmc.managedkafka.model
Methods in com.oracle.bmc.managedkafka.model that return BrokerShape Modifier and Type Method Description BrokerShape
BrokerShape.Builder. build()
BrokerShape
CreateKafkaClusterDetails. getBrokerShape()
BrokerShape
KafkaCluster. getBrokerShape()
BrokerShape
KafkaClusterSummary. getBrokerShape()
BrokerShape
UpdateKafkaClusterDetails. getBrokerShape()
Methods in com.oracle.bmc.managedkafka.model with parameters of type BrokerShape Modifier and Type Method Description CreateKafkaClusterDetails.Builder
CreateKafkaClusterDetails.Builder. brokerShape(BrokerShape brokerShape)
KafkaCluster.Builder
KafkaCluster.Builder. brokerShape(BrokerShape brokerShape)
KafkaClusterSummary.Builder
KafkaClusterSummary.Builder. brokerShape(BrokerShape brokerShape)
UpdateKafkaClusterDetails.Builder
UpdateKafkaClusterDetails.Builder. brokerShape(BrokerShape brokerShape)
BrokerShape.Builder
BrokerShape.Builder. copy(BrokerShape model)
Constructors in com.oracle.bmc.managedkafka.model with parameters of type BrokerShape Constructor Description CreateKafkaClusterDetails(String displayName, String compartmentId, List<SubnetSet> accessSubnets, String clientCertificateBundle, String kafkaVersion, KafkaCluster.ClusterType clusterType, BrokerShape brokerShape, String clusterConfigId, Integer clusterConfigVersion, KafkaCluster.CoordinationType coordinationType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.KafkaCluster(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, KafkaCluster.LifecycleState lifecycleState, String lifecycleDetails, List<SubnetSet> accessSubnets, String clientCertificateBundle, String kafkaVersion, KafkaCluster.ClusterType clusterType, BrokerShape brokerShape, String clusterConfigId, Integer clusterConfigVersion, List<BootstrapUrl> kafkaBootstrapUrls, KafkaCluster.CoordinationType coordinationType, String secretId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.KafkaClusterSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, KafkaCluster.LifecycleState lifecycleState, String lifecycleDetails, List<SubnetSet> accessSubnets, String kafkaVersion, KafkaCluster.ClusterType clusterType, BrokerShape brokerShape, String clusterConfigId, Integer clusterConfigVersion, KafkaCluster.CoordinationType coordinationType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateKafkaClusterDetails(String displayName, String clientCertificateBundle, BrokerShape brokerShape, String clusterConfigId, Integer clusterConfigVersion, List<SubnetSet> accessSubnets, KafkaCluster.CoordinationType coordinationType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-