public class RabbitMQServerlessEndpoint extends AbstractModel
header, skipSign
Constructor and Description |
---|
RabbitMQServerlessEndpoint() |
RabbitMQServerlessEndpoint(RabbitMQServerlessEndpoint 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 |
---|---|
String |
getAccessStrategy()
Get 访问策略
|
Long |
getBandwidth()
Get 带宽
|
Boolean |
getPublicNetwork()
Get 是否是公网
|
String |
getSubnetId()
Get subnet id
|
String |
getVpcDataStreamEndpointStatus()
Get 接入地址状态
|
String |
getVpcEndpoint()
Get 接入地址
|
String |
getVpcId()
Get vpc id
|
void |
setAccessStrategy(String AccessStrategy)
Set 访问策略
|
void |
setBandwidth(Long Bandwidth)
Set 带宽
|
void |
setPublicNetwork(Boolean PublicNetwork)
Set 是否是公网
|
void |
setSubnetId(String SubnetId)
Set subnet id
|
void |
setVpcDataStreamEndpointStatus(String VpcDataStreamEndpointStatus)
Set 接入地址状态
|
void |
setVpcEndpoint(String VpcEndpoint)
Set 接入地址
|
void |
setVpcId(String VpcId)
Set vpc id
|
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, toJsonString
public RabbitMQServerlessEndpoint()
public RabbitMQServerlessEndpoint(RabbitMQServerlessEndpoint source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- vpc idpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- subnet idpublic String getVpcEndpoint()
public void setVpcEndpoint(String VpcEndpoint)
VpcEndpoint
- 接入地址public String getVpcDataStreamEndpointStatus()
public void setVpcDataStreamEndpointStatus(String VpcDataStreamEndpointStatus)
VpcDataStreamEndpointStatus
- 接入地址状态public Boolean getPublicNetwork()
public void setPublicNetwork(Boolean PublicNetwork)
PublicNetwork
- 是否是公网public String getAccessStrategy()
public void setAccessStrategy(String AccessStrategy)
AccessStrategy
- 访问策略public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- 带宽Copyright © 2025. All rights reserved.