public static final class DescribeVpcFirewallListResponseBody.PeerVpc.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVpcFirewallListResponseBody.PeerVpc.Builder |
authorizationStatus(String authorizationStatus)
Indicates whether Cloud Firewall is authorized to access the peer VPC.
|
DescribeVpcFirewallListResponseBody.PeerVpc |
build() |
DescribeVpcFirewallListResponseBody.PeerVpc.Builder |
ownerId(Long ownerId)
The UID of the Alibaba Cloud account to which the peer VPC belongs.
|
DescribeVpcFirewallListResponseBody.PeerVpc.Builder |
regionNo(String regionNo)
The region ID of the peer VPC.
|
DescribeVpcFirewallListResponseBody.PeerVpc.Builder |
vpcCidrTableList(List<DescribeVpcFirewallListResponseBody.PeerVpcVpcCidrTableList> vpcCidrTableList)
An array that consists of the CIDR blocks of the peer VPC.
|
DescribeVpcFirewallListResponseBody.PeerVpc.Builder |
vpcId(String vpcId)
The ID of the peer VPC.
|
DescribeVpcFirewallListResponseBody.PeerVpc.Builder |
vpcName(String vpcName)
The name of the peer VPC.
|
public DescribeVpcFirewallListResponseBody.PeerVpc.Builder authorizationStatus(String authorizationStatus)
Indicates whether Cloud Firewall is authorized to access the peer VPC. The value is fixed as authorized, which indicates that Cloud Firewall is authorized to access the peer VPC.
example:authorized
public DescribeVpcFirewallListResponseBody.PeerVpc.Builder ownerId(Long ownerId)
The UID of the Alibaba Cloud account to which the peer VPC belongs.
example:158039427902****
public DescribeVpcFirewallListResponseBody.PeerVpc.Builder regionNo(String regionNo)
The region ID of the peer VPC.
example:cn-hangzhou
public DescribeVpcFirewallListResponseBody.PeerVpc.Builder vpcCidrTableList(List<DescribeVpcFirewallListResponseBody.PeerVpcVpcCidrTableList> vpcCidrTableList)
An array that consists of the CIDR blocks of the peer VPC.
public DescribeVpcFirewallListResponseBody.PeerVpc.Builder vpcId(String vpcId)
The ID of the peer VPC.
example:vpc-8vbwbo90rq0anm6t****
public DescribeVpcFirewallListResponseBody.PeerVpc.Builder vpcName(String vpcName)
The name of the peer VPC.
example:Test VPC 2
public DescribeVpcFirewallListResponseBody.PeerVpc build()
Copyright © 2026. All rights reserved.