public static final class DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder extends Object
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder cidrBlock(String cidrBlock)
The CIDR block of the VPC.
example:192.168.XX.XX/16
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder createTime(Long createTime)
The time at which the VPC was created. Unit: milliseconds.
example:1607365213000
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder honeyPotEcsInstanceStatus(String honeyPotEcsInstanceStatus)
The status of the server on which the honeypot is deployed. Valid values:
Running
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder honeyPotEniInstanceId(String honeyPotEniInstanceId)
The ID of the elastic network interface (ENI) used by the honeypot in the VPC.
example:eni-p0whwgg7bing8b80****
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder honeyPotExistence(Boolean honeyPotExistence)
Indicates whether the cloud honeypot feature is enabled for the VPC. Valid values:
true
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder honeyPotInstanceStatus(String honeyPotInstanceStatus)
The status of the honeypot. Valid values:
on
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder honeyPotVpcSwitchId(String honeyPotVpcSwitchId)
The ID of the vSwitch to which the ENI used by the honeypot is connected.
example:vsw-p0w7gdcfvn20tvdul****
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder vpcId(String vpcId)
The ID of the VPC.
example:vpc-p0w223apdl49sr5zv****
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder vpcName(String vpcName)
The name of the VPC.
example:abc-vpcname
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder vpcRegionId(String vpcRegionId)
The region ID of the VPC.
example:For more information about the mapping between region IDs and region names, see Regions and zones.
ap-southeast-2
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder vpcStatus(String vpcStatus)
The status of the VPC. Valid values:
Available
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder vpcSwitchIdList(List<DescribeVpcHoneyPotListResponseBody.VpcSwitchIdList> vpcSwitchIdList)
An array that consists of the vSwitches in the VPC.
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList build()
Copyright © 2026. All rights reserved.