public class RabbitMQClusterAccessInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RabbitMQClusterAccessInfo() | 
| RabbitMQClusterAccessInfo(RabbitMQClusterAccessInfo 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| VpcEndpointInfo | getControlPlaneEndpointInfo()Get 控制面所使用的VPC信息 | 
| PrometheusEndpointInfo | getPrometheusEndpointInfo()Get Prometheus信息 | 
| String | getPublicAccessEndpoint()Get 集群公网接入地址
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getPublicAccessEndpointStatus()Get 已废弃 | 
| Boolean | getPublicControlConsoleSwitchStatus()Get 已废弃 | 
| String | getPublicDataStreamStatus()Get 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING | 
| String | getPublicTlsAccessEndpoint()Get TLS加密的数据流公网接入点 | 
| String | getPublicWebConsoleSwitchStatus()Get 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING | 
| Boolean | getVpcControlConsoleSwitchStatus()Get 已废弃 | 
| String | getVpcWebConsoleEndpoint()Get Vpc管控台访问地址,示例值,http://1.1.1.1:15672 | 
| String | getVpcWebConsoleSwitchStatus()Get Vpc管控台开关状态,示例值,
OFF/ON/CREATING/DELETING | 
| String | getWebConsoleDomainEndpoint()Get 公网域名接入点 | 
| String | getWebConsoleEndpoint()Get 集群控制台访问地址 | 
| String | getWebConsolePassword()Get 集群控制台登录密码 | 
| String | getWebConsoleUsername()Get 集群控制台登录用户名 | 
| void | setControlPlaneEndpointInfo(VpcEndpointInfo ControlPlaneEndpointInfo)Set 控制面所使用的VPC信息 | 
| void | setPrometheusEndpointInfo(PrometheusEndpointInfo PrometheusEndpointInfo)Set Prometheus信息 | 
| void | setPublicAccessEndpoint(String PublicAccessEndpoint)Set 集群公网接入地址
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPublicAccessEndpointStatus(Boolean PublicAccessEndpointStatus)Set 已废弃 | 
| void | setPublicControlConsoleSwitchStatus(Boolean PublicControlConsoleSwitchStatus)Set 已废弃 | 
| void | setPublicDataStreamStatus(String PublicDataStreamStatus)Set 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING | 
| void | setPublicTlsAccessEndpoint(String PublicTlsAccessEndpoint)Set TLS加密的数据流公网接入点 | 
| void | setPublicWebConsoleSwitchStatus(String PublicWebConsoleSwitchStatus)Set 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING | 
| void | setVpcControlConsoleSwitchStatus(Boolean VpcControlConsoleSwitchStatus)Set 已废弃 | 
| void | setVpcWebConsoleEndpoint(String VpcWebConsoleEndpoint)Set Vpc管控台访问地址,示例值,http://1.1.1.1:15672 | 
| void | setVpcWebConsoleSwitchStatus(String VpcWebConsoleSwitchStatus)Set Vpc管控台开关状态,示例值,
OFF/ON/CREATING/DELETING | 
| void | setWebConsoleDomainEndpoint(String WebConsoleDomainEndpoint)Set 公网域名接入点 | 
| void | setWebConsoleEndpoint(String WebConsoleEndpoint)Set 集群控制台访问地址 | 
| void | setWebConsolePassword(String WebConsolePassword)Set 集群控制台登录密码 | 
| void | setWebConsoleUsername(String WebConsoleUsername)Set 集群控制台登录用户名 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RabbitMQClusterAccessInfo()
public RabbitMQClusterAccessInfo(RabbitMQClusterAccessInfo source)
public String getPublicAccessEndpoint()
public void setPublicAccessEndpoint(String PublicAccessEndpoint)
PublicAccessEndpoint - 集群公网接入地址
注意:此字段可能返回 null,表示取不到有效值。public String getWebConsoleEndpoint()
public void setWebConsoleEndpoint(String WebConsoleEndpoint)
WebConsoleEndpoint - 集群控制台访问地址public String getWebConsoleUsername()
public void setWebConsoleUsername(String WebConsoleUsername)
WebConsoleUsername - 集群控制台登录用户名public String getWebConsolePassword()
public void setWebConsolePassword(String WebConsolePassword)
WebConsolePassword - 集群控制台登录密码public Boolean getPublicAccessEndpointStatus()
public void setPublicAccessEndpointStatus(Boolean PublicAccessEndpointStatus)
PublicAccessEndpointStatus - 已废弃public Boolean getPublicControlConsoleSwitchStatus()
public void setPublicControlConsoleSwitchStatus(Boolean PublicControlConsoleSwitchStatus)
PublicControlConsoleSwitchStatus - 已废弃public Boolean getVpcControlConsoleSwitchStatus()
public void setVpcControlConsoleSwitchStatus(Boolean VpcControlConsoleSwitchStatus)
VpcControlConsoleSwitchStatus - 已废弃public String getVpcWebConsoleEndpoint()
public void setVpcWebConsoleEndpoint(String VpcWebConsoleEndpoint)
VpcWebConsoleEndpoint - Vpc管控台访问地址,示例值,http://1.1.1.1:15672public String getPublicWebConsoleSwitchStatus()
public void setPublicWebConsoleSwitchStatus(String PublicWebConsoleSwitchStatus)
PublicWebConsoleSwitchStatus - 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETINGpublic String getVpcWebConsoleSwitchStatus()
public void setVpcWebConsoleSwitchStatus(String VpcWebConsoleSwitchStatus)
VpcWebConsoleSwitchStatus - Vpc管控台开关状态,示例值,
OFF/ON/CREATING/DELETINGpublic String getPublicDataStreamStatus()
public void setPublicDataStreamStatus(String PublicDataStreamStatus)
PublicDataStreamStatus - 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETINGpublic PrometheusEndpointInfo getPrometheusEndpointInfo()
public void setPrometheusEndpointInfo(PrometheusEndpointInfo PrometheusEndpointInfo)
PrometheusEndpointInfo - Prometheus信息public String getWebConsoleDomainEndpoint()
public void setWebConsoleDomainEndpoint(String WebConsoleDomainEndpoint)
WebConsoleDomainEndpoint - 公网域名接入点public VpcEndpointInfo getControlPlaneEndpointInfo()
public void setControlPlaneEndpointInfo(VpcEndpointInfo ControlPlaneEndpointInfo)
ControlPlaneEndpointInfo - 控制面所使用的VPC信息public String getPublicTlsAccessEndpoint()
public void setPublicTlsAccessEndpoint(String PublicTlsAccessEndpoint)
PublicTlsAccessEndpoint - TLS加密的数据流公网接入点Copyright © 2025. All rights reserved.