Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.VipEntity
-
Packages that use VipEntity Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of VipEntity in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return VipEntity Modifier and Type Method Description VipEntity[]Route. getBrokerVipList()Get 虚拟IP列表(1对1 broker节点) 注意:此字段可能返回 null,表示取不到有效值。VipEntity[]InstanceAttributesResponse. getVipList()Get 接入点 VIP 列表信息VipEntity[]InstanceDetail. getVipList()Get 虚拟IP列表VipEntity[]Route. getVipList()Get 虚拟IP列表Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type VipEntity Modifier and Type Method Description voidRoute. setBrokerVipList(VipEntity[] BrokerVipList)Set 虚拟IP列表(1对1 broker节点) 注意:此字段可能返回 null,表示取不到有效值。voidInstanceAttributesResponse. setVipList(VipEntity[] VipList)Set 接入点 VIP 列表信息voidInstanceDetail. setVipList(VipEntity[] VipList)Set 虚拟IP列表voidRoute. setVipList(VipEntity[] VipList)Set 虚拟IP列表Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type VipEntity Constructor Description VipEntity(VipEntity source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-