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

Class DescribeAddressesRequest

Returns:
Filters The upper limit for `Filters` in each request is 10 and 5 for `Filter.Values`. `AddressIds` and `Filters` cannot be specified at the same time. Detailed filter conditions are as follows:
  • address-id - String - Required: no - (Filter condition) The unique EIP ID, such as `eip-11112222`.
  • address-name - String - Required: no - (Filter condition) The EIP name. Fuzzy filtering is not supported.
  • address-ip - String - Required: no - (Filter condition) Filters by EIP.
  • address-status - String - Required: no - (Filter condition) The EIP state. Possible EIP states are: 'CREATING', 'BINDING', 'BIND', 'UNBINDING', 'UNBIND', 'OFFLINING', and 'BIND_ENI'.
  • instance-id - String - Required: no - (Filter condition) The ID of the instance bound to the EIP, such as `ins-11112222`.
  • private-ip-address - String - Required: no - (Filter condition) The private IP address bound to the EIP.
  • network-interface-id - String - Required: no - (Filter condition) The ID of the ENI bound to the EIP, such as `eni-11112222`.
  • is-arrears - String - Required: no - (Filter condition) Whether the EIP is in arrears. (TRUE: the EIP is in arrears | FALSE: the billing status of the EIP is normal)
  • Parameters:
    Filters - The upper limit for `Filters` in each request is 10 and 5 for `Filter.Values`. `AddressIds` and `Filters` cannot be specified at the same time. Detailed filter conditions are as follows:
  • address-id - String - Required: no - (Filter condition) The unique EIP ID, such as `eip-11112222`.
  • address-name - String - Required: no - (Filter condition) The EIP name. Fuzzy filtering is not supported.
  • address-ip - String - Required: no - (Filter condition) Filters by EIP.
  • address-status - String - Required: no - (Filter condition) The EIP state. Possible EIP states are: 'CREATING', 'BINDING', 'BIND', 'UNBINDING', 'UNBIND', 'OFFLINING', and 'BIND_ENI'.
  • instance-id - String - Required: no - (Filter condition) The ID of the instance bound to the EIP, such as `ins-11112222`.
  • private-ip-address - String - Required: no - (Filter condition) The private IP address bound to the EIP.
  • network-interface-id - String - Required: no - (Filter condition) The ID of the ENI bound to the EIP, such as `eni-11112222`.
  • is-arrears - String - Required: no - (Filter condition) Whether the EIP is in arrears. (TRUE: the EIP is in arrears | FALSE: the billing status of the EIP is normal)
  • Skip navigation links

    Copyright © 2020. All rights reserved.