public class DescribeBgpPeersRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bgpGroupId
The ID of the BGP group to which the BGP peer that you want to query belongs.
|
String |
bgpPeerId
The ID of the BGP peer that you want to query.
|
Boolean |
isDefault
Specifies whether the BGP group is the default group.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the BGP group to which the BGP peer that you want to query belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routerId
The ID of the virtual border router (VBR) that is associated with the BGP peer that you want to query.
|
构造器和说明 |
---|
DescribeBgpPeersRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeBgpPeersRequest |
build(Map<String,?> map) |
String |
getBgpGroupId() |
String |
getBgpPeerId() |
Boolean |
getIsDefault() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getRouterId() |
DescribeBgpPeersRequest |
setBgpGroupId(String bgpGroupId) |
DescribeBgpPeersRequest |
setBgpPeerId(String bgpPeerId) |
DescribeBgpPeersRequest |
setIsDefault(Boolean isDefault) |
DescribeBgpPeersRequest |
setOwnerAccount(String ownerAccount) |
DescribeBgpPeersRequest |
setOwnerId(Long ownerId) |
DescribeBgpPeersRequest |
setPageNumber(Integer pageNumber) |
DescribeBgpPeersRequest |
setPageSize(Integer pageSize) |
DescribeBgpPeersRequest |
setRegionId(String regionId) |
DescribeBgpPeersRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeBgpPeersRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeBgpPeersRequest |
setRouterId(String routerId) |
@NameInMap(value="BgpGroupId") public String bgpGroupId
The ID of the BGP group to which the BGP peer that you want to query belongs.
example:bgpg-2zev8h2wo414sfh****
@NameInMap(value="BgpPeerId") public String bgpPeerId
The ID of the BGP peer that you want to query.
example:bgp-2ze3un0ft1jd1xd****
@NameInMap(value="IsDefault") public Boolean isDefault
Specifies whether the BGP group is the default group. Valid values:
false
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Valid values: 1 to 50. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the BGP group to which the BGP peer that you want to query belongs.
You can call the DescribeRegions operation to obtain the region ID.
This parameter is required.
example:cn-shanghai
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="RouterId") public String routerId
The ID of the virtual border router (VBR) that is associated with the BGP peer that you want to query.
example:vbr-2zecmmvg5gvu8i4te****
public static DescribeBgpPeersRequest build(Map<String,?> map) throws Exception
Exception
public DescribeBgpPeersRequest setBgpGroupId(String bgpGroupId)
public String getBgpGroupId()
public DescribeBgpPeersRequest setBgpPeerId(String bgpPeerId)
public String getBgpPeerId()
public DescribeBgpPeersRequest setIsDefault(Boolean isDefault)
public Boolean getIsDefault()
public DescribeBgpPeersRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeBgpPeersRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeBgpPeersRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeBgpPeersRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeBgpPeersRequest setRegionId(String regionId)
public String getRegionId()
public DescribeBgpPeersRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeBgpPeersRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeBgpPeersRequest setRouterId(String routerId)
public String getRouterId()
Copyright © 2024. All rights reserved.