public class PulsarNetworkAccessPointInfo extends AbstractModel
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 接入地址
|
String |
getInstanceId()
Get 实例id
|
Long |
getRouteType()
Get 接入点类型:
0:支撑网接入点
1:VPC接入点
2:公网接入点
|
String |
getSubnetId()
Get 子网id,支撑网和公网接入点,该字段为空
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVpcId()
Get vpc的id,支撑网和公网接入点,该字段为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndpoint(String Endpoint)
Set 接入地址
|
void |
setInstanceId(String InstanceId)
Set 实例id
|
void |
setRouteType(Long RouteType)
Set 接入点类型:
0:支撑网接入点
1:VPC接入点
2:公网接入点
|
void |
setSubnetId(String SubnetId)
Set 子网id,支撑网和公网接入点,该字段为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVpcId(String VpcId)
Set vpc的id,支撑网和公网接入点,该字段为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PulsarNetworkAccessPointInfo()
public PulsarNetworkAccessPointInfo(PulsarNetworkAccessPointInfo source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- vpc的id,支撑网和公网接入点,该字段为空
注意:此字段可能返回 null,表示取不到有效值。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 子网id,支撑网和公网接入点,该字段为空
注意:此字段可能返回 null,表示取不到有效值。public String getEndpoint()
public void setEndpoint(String Endpoint)
Endpoint
- 接入地址public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例idpublic Long getRouteType()
public void setRouteType(Long RouteType)
RouteType
- 接入点类型:
0:支撑网接入点
1:VPC接入点
2:公网接入点Copyright © 2023. All rights reserved.