Uses of Class
com.oracle.bmc.managedkafka.model.SubnetSet
-
Packages that use SubnetSet Package Description com.oracle.bmc.managedkafka.model -
-
Uses of SubnetSet in com.oracle.bmc.managedkafka.model
Methods in com.oracle.bmc.managedkafka.model that return SubnetSet Modifier and Type Method Description SubnetSet
SubnetSet.Builder. build()
Methods in com.oracle.bmc.managedkafka.model that return types with arguments of type SubnetSet Modifier and Type Method Description List<SubnetSet>
CreateKafkaClusterDetails. getAccessSubnets()
Subnets where broker/coordinator VNICs will be created.List<SubnetSet>
KafkaCluster. getAccessSubnets()
Subnets where broker/coordinator VNICs will be created.List<SubnetSet>
KafkaClusterSummary. getAccessSubnets()
Subnets where broker/coordinator VNICs will be created.List<SubnetSet>
UpdateKafkaClusterDetails. getAccessSubnets()
Subnets where broker/coordinator VNICs will be created.Methods in com.oracle.bmc.managedkafka.model with parameters of type SubnetSet Modifier and Type Method Description SubnetSet.Builder
SubnetSet.Builder. copy(SubnetSet model)
Method parameters in com.oracle.bmc.managedkafka.model with type arguments of type SubnetSet Modifier and Type Method Description CreateKafkaClusterDetails.Builder
CreateKafkaClusterDetails.Builder. accessSubnets(List<SubnetSet> accessSubnets)
Subnets where broker/coordinator VNICs will be created.KafkaCluster.Builder
KafkaCluster.Builder. accessSubnets(List<SubnetSet> accessSubnets)
Subnets where broker/coordinator VNICs will be created.KafkaClusterSummary.Builder
KafkaClusterSummary.Builder. accessSubnets(List<SubnetSet> accessSubnets)
Subnets where broker/coordinator VNICs will be created.UpdateKafkaClusterDetails.Builder
UpdateKafkaClusterDetails.Builder. accessSubnets(List<SubnetSet> accessSubnets)
Subnets where broker/coordinator VNICs will be created.Constructor parameters in com.oracle.bmc.managedkafka.model with type arguments of type SubnetSet 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.
-