Package | Description |
---|---|
com.tencentcloudapi.ckafka.v20190819.models |
Modifier and Type | Method and Description |
---|---|
VipEntity[] |
Route.getBrokerVipList()
Get 虚拟IP列表(1对1 broker节点)
注意:此字段可能返回 null,表示取不到有效值。
|
VipEntity[] |
InstanceAttributesResponse.getVipList()
Get 接入点 VIP 列表信息
|
VipEntity[] |
Route.getVipList()
Get 虚拟IP列表
|
VipEntity[] |
InstanceDetail.getVipList()
Get 虚拟IP列表
|
Modifier and Type | Method and Description |
---|---|
void |
Route.setBrokerVipList(VipEntity[] BrokerVipList)
Set 虚拟IP列表(1对1 broker节点)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
InstanceAttributesResponse.setVipList(VipEntity[] VipList)
Set 接入点 VIP 列表信息
|
void |
Route.setVipList(VipEntity[] VipList)
Set 虚拟IP列表
|
void |
InstanceDetail.setVipList(VipEntity[] VipList)
Set 虚拟IP列表
|
Constructor and 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.
|
Copyright © 2023. All rights reserved.