public static class ListBusinessAccessPointsResponseBody.ListBusinessAccessPointsResponseBodyBusinessAccessPoints
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
accessPointId
The ID of the access point.
|
String |
accessPointName
The name of the access point.
|
String |
cloudBoxInstanceIds
The ID of the cloud box.
|
Double |
latitude
The latitude of the access point.
|
Double |
longitude
The longitude of the access point.
|
String |
supportLineOperator
The connectivity provider of the Express Connect circuit.
|
String |
supportPortTypes
The port type supported by the access point.
|
构造器和说明 |
---|
ListBusinessAccessPointsResponseBodyBusinessAccessPoints() |
@NameInMap(value="AccessPointId") public String accessPointId
The ID of the access point.
example:ap-cn-hangzhou-xs-B
@NameInMap(value="AccessPointName") public String accessPointName
The name of the access point.
example:美国-弗吉尼亚-C
@NameInMap(value="CloudBoxInstanceIds") public String cloudBoxInstanceIds
The ID of the cloud box.
example:You can query this parameter if the Express Connect circuits and access points are of the cloud box type.
cb-****
@NameInMap(value="Latitude") public Double latitude
The latitude of the access point.
example:30.198416
@NameInMap(value="Longitude") public Double longitude
The longitude of the access point.
example:120.247514
@NameInMap(value="SupportLineOperator") public String supportLineOperator
The connectivity provider of the Express Connect circuit. Valid values:
CT
@NameInMap(value="SupportPortTypes") public String supportPortTypes
The port type supported by the access point. Valid values:
example:To use ports 40GBase-LR and 100GBase-LR, you must first contact your account manager.
1000Base-T
public ListBusinessAccessPointsResponseBodyBusinessAccessPoints()
public static ListBusinessAccessPointsResponseBody.ListBusinessAccessPointsResponseBodyBusinessAccessPoints build(Map<String,?> map) throws Exception
Exception
public ListBusinessAccessPointsResponseBody.ListBusinessAccessPointsResponseBodyBusinessAccessPoints setAccessPointId(String accessPointId)
public String getAccessPointId()
public ListBusinessAccessPointsResponseBody.ListBusinessAccessPointsResponseBodyBusinessAccessPoints setAccessPointName(String accessPointName)
public String getAccessPointName()
public ListBusinessAccessPointsResponseBody.ListBusinessAccessPointsResponseBodyBusinessAccessPoints setCloudBoxInstanceIds(String cloudBoxInstanceIds)
public String getCloudBoxInstanceIds()
public ListBusinessAccessPointsResponseBody.ListBusinessAccessPointsResponseBodyBusinessAccessPoints setLatitude(Double latitude)
public Double getLatitude()
public ListBusinessAccessPointsResponseBody.ListBusinessAccessPointsResponseBodyBusinessAccessPoints setLongitude(Double longitude)
public Double getLongitude()
public ListBusinessAccessPointsResponseBody.ListBusinessAccessPointsResponseBodyBusinessAccessPoints setSupportLineOperator(String supportLineOperator)
public String getSupportLineOperator()
public ListBusinessAccessPointsResponseBody.ListBusinessAccessPointsResponseBodyBusinessAccessPoints setSupportPortTypes(String supportPortTypes)
public String getSupportPortTypes()
Copyright © 2024. All rights reserved.