public static interface LogicalCluster.LogicalClusterConfig.LogicalKafkaConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBrokerRequestPercentage()
int32 broker_request_percentage = 14; |
int |
getCku()
int32 cku = 8; |
String |
getDeploymentId()
string deployment_id = 10; |
com.google.protobuf.ByteString |
getDeploymentIdBytes()
string deployment_id = 10; |
String |
getDurability()
string durability = 2; |
com.google.protobuf.ByteString |
getDurabilityBytes()
string durability = 2; |
boolean |
getEnterprise()
bool enterprise = 1; |
String |
getIsSlaEnabled()
string is_sla_enabled = 11; |
com.google.protobuf.ByteString |
getIsSlaEnabledBytes()
string is_sla_enabled = 11; |
int |
getMaxNetworkEgress()
int32 max_network_egress = 7; |
int |
getMaxNetworkIngress()
int32 max_network_ingress = 6; |
int |
getMaxPartitions()
int32 max_partitions = 13; |
int |
getNetworkEgress()
int32 network_egress = 5; |
int |
getNetworkIngress()
int32 network_ingress = 4; |
int |
getPendingCku()
int32 pending_cku = 9; |
LogicalCluster.LogicalClusterConfig.LogicalKafkaConfig.NetworkType |
getSelectedNetworkType()
.cloud.v1.LogicalCluster.LogicalClusterConfig.LogicalKafkaConfig.NetworkType selected_network_type = 12; |
int |
getSelectedNetworkTypeValue()
.cloud.v1.LogicalCluster.LogicalClusterConfig.LogicalKafkaConfig.NetworkType selected_network_type = 12; |
int |
getStorage()
int32 storage = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean getEnterprise()
bool enterprise = 1;
String getDurability()
string durability = 2;
com.google.protobuf.ByteString getDurabilityBytes()
string durability = 2;
int getStorage()
int32 storage = 3;
int getNetworkIngress()
int32 network_ingress = 4;
int getNetworkEgress()
int32 network_egress = 5;
int getMaxNetworkIngress()
int32 max_network_ingress = 6;
int getMaxNetworkEgress()
int32 max_network_egress = 7;
int getCku()
int32 cku = 8;
int getPendingCku()
int32 pending_cku = 9;
String getDeploymentId()
string deployment_id = 10;
com.google.protobuf.ByteString getDeploymentIdBytes()
string deployment_id = 10;
String getIsSlaEnabled()
string is_sla_enabled = 11;
com.google.protobuf.ByteString getIsSlaEnabledBytes()
string is_sla_enabled = 11;
int getSelectedNetworkTypeValue()
.cloud.v1.LogicalCluster.LogicalClusterConfig.LogicalKafkaConfig.NetworkType selected_network_type = 12;
LogicalCluster.LogicalClusterConfig.LogicalKafkaConfig.NetworkType getSelectedNetworkType()
.cloud.v1.LogicalCluster.LogicalClusterConfig.LogicalKafkaConfig.NetworkType selected_network_type = 12;
int getMaxPartitions()
int32 max_partitions = 13;
int getBrokerRequestPercentage()
int32 broker_request_percentage = 14;