public class PulsarNetworkAccessPointInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PulsarNetworkAccessPointInfo()  | 
PulsarNetworkAccessPointInfo(PulsarNetworkAccessPointInfo 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 | 
getEndpoint()
Get Access address 
 | 
String | 
getInstanceId()
Get Instance ID 
 | 
Long | 
getRouteType()
Get Access point type: 
`0`: Supporting network access point 
`1`: VPC access point 
`2`: Public network access point 
 | 
String | 
getSubnetId()
Get Subnet ID. 
 | 
String | 
getVpcId()
Get VPC ID. 
 | 
void | 
setEndpoint(String Endpoint)
Set Access address 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID 
 | 
void | 
setRouteType(Long RouteType)
Set Access point type: 
`0`: Supporting network access point 
`1`: VPC access point 
`2`: Public network access point 
 | 
void | 
setSubnetId(String SubnetId)
Set Subnet ID. 
 | 
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 PulsarNetworkAccessPointInfo()
public PulsarNetworkAccessPointInfo(PulsarNetworkAccessPointInfo source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC ID. This field is left empty for supporting network and public network access points.
Note: This field may return null, indicating that no valid values can be obtained.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - Subnet ID. This field is left empty for supporting network and public network access points.
Note: This field may return null, indicating that no valid values can be obtained.public String getEndpoint()
public void setEndpoint(String Endpoint)
Endpoint - Access addresspublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic Long getRouteType()
public void setRouteType(Long RouteType)
RouteType - Access point type: 
`0`: Supporting network access point 
`1`: VPC access point 
`2`: Public network access pointCopyright © 2025. All rights reserved.