Skip navigation links
com.tencentcloudapi.vpc.v20170312.models

Class DescribeAddressesRequest

Returns:
Filters Each request can have up to 10 `Filters` and 5 `Filter.Values`. `AddressIds` and `Filters` cannot be specified at the same time. The specific filter conditions are as follows:
  • `address-id` - String - Required: No - (Filter condition) Filter by the unique EIP ID in the format of `eip-11112222`.
  • `address-name` - String - Required: No - (Filter condition) Filter by EIP name. Fuzzy filtering is not supported.
  • `address-ip` - String - Required: No - (Filter condition) Filter by the IP address of EIP.
  • address-status - String - Required: no - (Filter condition) Filter by the EIP state. Possible EIP states are: 'CREATING', 'BINDING', 'BIND', 'UNBINDING', 'UNBIND', 'OFFLINING', and 'BIND_ENI'.
  • `instance-id` - String - Required: No - (Filter condition) Filter by the ID of the instance bound to the EIP in the format of `ins-11112222`.
  • `private-ip-address` - String - Required: No - (Filter condition) Filter by the private IP bound to the EIP.
  • `network-interface-id` - String - Required: No - (Filter condition) Filter by the ID of the ENI bound to the EIP in the format of `eni-11112222`.
  • `is-arrears` - String - Required: No - (Filter condition) Filter by whether the EIP is overdue. (TRUE: The EIP is overdue | FALSE: The EIP billing status is normal)
  • `address-type` - String - Required: No - (Filter condition) Filter by the IP type. Optional values: 'EIP','AnycastEIP','HighQualityEIP'
  • `address-isp` - String - Required: No - (Filter condition) Filter by the ISP type. Optional values: 'BGP','CMCC','CUCC', 'CTCC'
  • Parameters:
    Filters - Each request can have up to 10 `Filters` and 5 `Filter.Values`. `AddressIds` and `Filters` cannot be specified at the same time. The specific filter conditions are as follows:
  • `address-id` - String - Required: No - (Filter condition) Filter by the unique EIP ID in the format of `eip-11112222`.
  • `address-name` - String - Required: No - (Filter condition) Filter by EIP name. Fuzzy filtering is not supported.
  • `address-ip` - String - Required: No - (Filter condition) Filter by the IP address of EIP.
  • address-status - String - Required: no - (Filter condition) Filter by the EIP state. Possible EIP states are: 'CREATING', 'BINDING', 'BIND', 'UNBINDING', 'UNBIND', 'OFFLINING', and 'BIND_ENI'.
  • `instance-id` - String - Required: No - (Filter condition) Filter by the ID of the instance bound to the EIP in the format of `ins-11112222`.
  • `private-ip-address` - String - Required: No - (Filter condition) Filter by the private IP bound to the EIP.
  • `network-interface-id` - String - Required: No - (Filter condition) Filter by the ID of the ENI bound to the EIP in the format of `eni-11112222`.
  • `is-arrears` - String - Required: No - (Filter condition) Filter by whether the EIP is overdue. (TRUE: The EIP is overdue | FALSE: The EIP billing status is normal)
  • `address-type` - String - Required: No - (Filter condition) Filter by the IP type. Optional values: 'EIP','AnycastEIP','HighQualityEIP'
  • `address-isp` - String - Required: No - (Filter condition) Filter by the ISP type. Optional values: 'BGP','CMCC','CUCC', 'CTCC'
  • Skip navigation links

    Copyright © 2021. All rights reserved.