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 Specifies the access policy. 
 | 
Long | 
getBandwidth()
Get Bandwidth 
 | 
Boolean | 
getPublicNetwork()
Get Whether it is a public network. 
 | 
String | 
getSubnetId()
Get subnet id 
 | 
String | 
getVpcDataStreamEndpointStatus()
Get Access address status. 
 | 
String | 
getVpcEndpoint()
Get Access address 
 | 
String | 
getVpcId()
Get vpc id 
 | 
void | 
setAccessStrategy(String AccessStrategy)
Set Specifies the access policy. 
 | 
void | 
setBandwidth(Long Bandwidth)
Set Bandwidth 
 | 
void | 
setPublicNetwork(Boolean PublicNetwork)
Set Whether it is a public network. 
 | 
void | 
setSubnetId(String SubnetId)
Set subnet id 
 | 
void | 
setVpcDataStreamEndpointStatus(String VpcDataStreamEndpointStatus)
Set Access address status. 
 | 
void | 
setVpcEndpoint(String VpcEndpoint)
Set Access address 
 | 
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, toJsonStringpublic 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 - Access addresspublic String getVpcDataStreamEndpointStatus()
public void setVpcDataStreamEndpointStatus(String VpcDataStreamEndpointStatus)
VpcDataStreamEndpointStatus - Access address status.public Boolean getPublicNetwork()
public void setPublicNetwork(Boolean PublicNetwork)
PublicNetwork - Whether it is a public network.public String getAccessStrategy()
public void setAccessStrategy(String AccessStrategy)
AccessStrategy - Specifies the access policy.public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth - BandwidthCopyright © 2025. All rights reserved.