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

Class DescribeAddressesRequest

Returns:
Filters Each request can have up to 10 `Filters` and 100 `Filter.Values`. Detailed filter conditions:
  • address-id - String - Optional - Filter by unique EIP ID, such as `eip-11112222`.
  • address-name - String - Optional - Filter by EIP name. Fuzzy filtering is not supported.
  • address-ip - String - Optional - Filter by EIP address.
  • address-status - String - Optional - Filter by EIP status. Valid values: `CREATING`, `BINDING`, `BIND`, `UNBINDING`, `UNBIND`, `OFFLINING`, and `BIND_ENI`.
  • instance-id - String - Optional - Filter by the ID of the instance bound to the EIP, such as `ins-11112222`.
  • private-ip-address - String - Optional - Filter by the private IP address bound to the EIP.
  • network-interface-id - String - Optional - Filter by ID of the ENI bound to the EIP, such as `eni-11112222`.
  • is-arrears - String - Optional - Filter by the fact whether the EIP is overdue (TRUE: the EIP is overdue | FALSE: the billing status of the EIP is normal).
  • address-type - String - Optional - Filter by IP type. Valid values: `WanIP`, `EIP`, `AnycastEIP`, and `HighQualityEIP`. Default value: `EIP`.
  • address-isp - String - Optional - Filter by ISP type. Valid values: `BGP`, `CMCC`, `CUCC`, and `CTCC`.
  • dedicated-cluster-id - String - Optional - Filter by unique CDC ID, such as `cluster-11112222`.
  • tag-key - String - Optional - Filter by tag key.
  • tag-value - String - Optional - Filter by tag value.
  • tag:tag-key - String - Optional - Filter by tag key-value pair. Use a specific tag key to replace `tag-key`.
  • Parameters:
    Filters - Each request can have up to 10 `Filters` and 100 `Filter.Values`. Detailed filter conditions:
  • address-id - String - Optional - Filter by unique EIP ID, such as `eip-11112222`.
  • address-name - String - Optional - Filter by EIP name. Fuzzy filtering is not supported.
  • address-ip - String - Optional - Filter by EIP address.
  • address-status - String - Optional - Filter by EIP status. Valid values: `CREATING`, `BINDING`, `BIND`, `UNBINDING`, `UNBIND`, `OFFLINING`, and `BIND_ENI`.
  • instance-id - String - Optional - Filter by the ID of the instance bound to the EIP, such as `ins-11112222`.
  • private-ip-address - String - Optional - Filter by the private IP address bound to the EIP.
  • network-interface-id - String - Optional - Filter by ID of the ENI bound to the EIP, such as `eni-11112222`.
  • is-arrears - String - Optional - Filter by the fact whether the EIP is overdue (TRUE: the EIP is overdue | FALSE: the billing status of the EIP is normal).
  • address-type - String - Optional - Filter by IP type. Valid values: `WanIP`, `EIP`, `AnycastEIP`, and `HighQualityEIP`. Default value: `EIP`.
  • address-isp - String - Optional - Filter by ISP type. Valid values: `BGP`, `CMCC`, `CUCC`, and `CTCC`.
  • dedicated-cluster-id - String - Optional - Filter by unique CDC ID, such as `cluster-11112222`.
  • tag-key - String - Optional - Filter by tag key.
  • tag-value - String - Optional - Filter by tag value.
  • tag:tag-key - String - Optional - Filter by tag key-value pair. Use a specific tag key to replace `tag-key`.
  • Skip navigation links

    Copyright © 2023. All rights reserved.