public static class DescribeBgpNetworksResponseBody.DescribeBgpNetworksResponseBodyBgpNetworksBgpNetwork
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dstCidrBlock
The CIDR block of the advertised BGP network.
|
String |
routerId
The ID of the VBR.
|
String |
status
The status of the advertised BGP network.
|
String |
vpcId
The ID of the virtual private cloud (VPC) in which the master instance resides.
|
构造器和说明 |
---|
DescribeBgpNetworksResponseBodyBgpNetworksBgpNetwork() |
@NameInMap(value="DstCidrBlock") public String dstCidrBlock
The CIDR block of the advertised BGP network.
example:10.1.XX.XX/24
@NameInMap(value="RouterId") public String routerId
The ID of the VBR.
example:vrt-bp1lhl0taikrteen8****
@NameInMap(value="Status") public String status
The status of the advertised BGP network.
example:Enabled
@NameInMap(value="VpcId") public String vpcId
The ID of the virtual private cloud (VPC) in which the master instance resides.
example:vpc-bp1qpo0kug3a2*****
public DescribeBgpNetworksResponseBodyBgpNetworksBgpNetwork()
public static DescribeBgpNetworksResponseBody.DescribeBgpNetworksResponseBodyBgpNetworksBgpNetwork build(Map<String,?> map) throws Exception
Exception
public DescribeBgpNetworksResponseBody.DescribeBgpNetworksResponseBodyBgpNetworksBgpNetwork setDstCidrBlock(String dstCidrBlock)
public String getDstCidrBlock()
public DescribeBgpNetworksResponseBody.DescribeBgpNetworksResponseBodyBgpNetworksBgpNetwork setRouterId(String routerId)
public String getRouterId()
public DescribeBgpNetworksResponseBody.DescribeBgpNetworksResponseBodyBgpNetworksBgpNetwork setStatus(String status)
public String getStatus()
public DescribeBgpNetworksResponseBody.DescribeBgpNetworksResponseBodyBgpNetworksBgpNetwork setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.