public static final class DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposedCount(Integer exposedCount)
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposureComponent(String exposureComponent)
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposureIp(String exposureIp)
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposurePort(String exposurePort)
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposureType(String exposureType)
* **INTERNET_IP**: the IP address of the Elastic Compute Service (ECS) instance * **SLB**: the public IP address of the SLB instance * **EIP**: the elastic IP address (EIP) * **DNAT**: the NAT gateway that connects to the Internet by using the DNAT feature
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposureTypeId(String exposureTypeId)
* If the value of the **ExposureType** parameter is **INTERNET_IP**, the value of this parameter is an empty string. * If the value of the **ExposureType** parameter is **SLB**, the value of this parameter is the ID of the Internet-facing SLB instance. * If the value of the **ExposureType** parameter is **EIP**, the value of this parameter is the ID of the EIP. * If the value of the **ExposureType** parameter is **DNAT**, the value of this parameter is the ID of the NAT gateway.
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposureTypeInstanceName(String exposureTypeInstanceName)
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder regionId(String regionId)
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails build()
Copyright © 2023. All rights reserved.