public static final class DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder cidrBlock(String cidrBlock)
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder createTime(Long createTime)
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder honeyPotEcsInstanceStatus(String honeyPotEcsInstanceStatus)
* **Pending**: The server is being created. * **Running**: The server is running. * **Starting**: The server is being started. * **Stopping**: The server is being stopped. * **Stopped**: The server is stopped.
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder honeyPotEniInstanceId(String honeyPotEniInstanceId)
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder honeyPotExistence(Boolean honeyPotExistence)
* **true**: yes * **false**: no
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder honeyPotInstanceStatus(String honeyPotInstanceStatus)
* **pending**: The honeypot is being created. * **deleting**: The honeypot is being deleted. * **off**: The honeypot is disabled. * **suspending**: The honeypot is suspended. * **on**: The honeypot is enabled.
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder honeyPotVpcSwitchId(String honeyPotVpcSwitchId)
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder vpcId(String vpcId)
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder vpcName(String vpcName)
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder vpcRegionId(String vpcRegionId)
> For more information about the mapping between region IDs and region names, see [Regions and zones](~~40654~~).
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder vpcStatus(String vpcStatus)
* **Available**: The VPC is normal and available. * **Pending**: The VPC is being configured.
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList.Builder vpcSwitchIdList(List<DescribeVpcHoneyPotListResponseBody.VpcSwitchIdList> vpcSwitchIdList)
public DescribeVpcHoneyPotListResponseBody.VpcHoneyPotDTOList build()
Copyright © 2023. All rights reserved.