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

Class DescribeNetworkInterfacesRequest

Returns:
Filters Filter. `NetworkInterfaceIds` and `Filters` cannot be specified at the same time.
  • `vpc-id` - String - VPC ID, such as `vpc-f49l6u0z`.
  • `subnet-id` - String - Subnet ID, such as `subnet-f49l6u0z`.
  • `network-interface-id` - String - ENI ID, such as `eni-5k56k7k7`.
  • `attachment.instance-id` - String - ID of the bound CVM, such as `ins-3nqpdn3i`.
  • `groups.security-group-id` - String - IDs of associated security groups, such as `sg-f9ekbxeq`.
  • `network-interface-name` - String - ENI instance name.
  • `network-interface-description` - String - ENI instance description.
  • `address-ip` - String - Private IPv4 address. A single IP will be fuzzily matched with the suffix, while multiple IPs will be exactly matched. It can be used with `ip-exact-match` to query and exactly match a single IP.
  • `ip-exact-match` - Boolean - Exact match by private IPv4 address. The first value will be returned if multiple values are found.
  • `tag-key` - String - Optional - Filter by the tag key. See Example 2 for the detailed usage.
  • `tag:tag-key` - String - Optional - Filter by the tag key pair. Use a specific tag key to replace `tag-key`. See Example 2 for the detailed usage.
  • `is-primary` - Boolean - Optional - Filter based on whether it is a primary ENI. Values: `true`, `false`. If this parameter is not specified, filter the both.
  • `eni-type` - String - Optional - Filter by the ENI type. Values: `0` (Secondary ENI), `1` (Primary ENI), `2` (Relayed ENI)
  • `eni-qos` - String - Optional - Filter by the ENI service level. Values: `AG` (Bronze), `AU` (Silver)
  • `address-ipv6` - String - Optional - Filter by the private IPv6 address. Multiple IPv6 addresses can be used for query. If this field is used together with `address-ip`, their intersection will be used.
  • Parameters:
    Filters - Filter. `NetworkInterfaceIds` and `Filters` cannot be specified at the same time.
  • `vpc-id` - String - VPC ID, such as `vpc-f49l6u0z`.
  • `subnet-id` - String - Subnet ID, such as `subnet-f49l6u0z`.
  • `network-interface-id` - String - ENI ID, such as `eni-5k56k7k7`.
  • `attachment.instance-id` - String - ID of the bound CVM, such as `ins-3nqpdn3i`.
  • `groups.security-group-id` - String - IDs of associated security groups, such as `sg-f9ekbxeq`.
  • `network-interface-name` - String - ENI instance name.
  • `network-interface-description` - String - ENI instance description.
  • `address-ip` - String - Private IPv4 address. A single IP will be fuzzily matched with the suffix, while multiple IPs will be exactly matched. It can be used with `ip-exact-match` to query and exactly match a single IP.
  • `ip-exact-match` - Boolean - Exact match by private IPv4 address. The first value will be returned if multiple values are found.
  • `tag-key` - String - Optional - Filter by the tag key. See Example 2 for the detailed usage.
  • `tag:tag-key` - String - Optional - Filter by the tag key pair. Use a specific tag key to replace `tag-key`. See Example 2 for the detailed usage.
  • `is-primary` - Boolean - Optional - Filter based on whether it is a primary ENI. Values: `true`, `false`. If this parameter is not specified, filter the both.
  • `eni-type` - String - Optional - Filter by the ENI type. Values: `0` (Secondary ENI), `1` (Primary ENI), `2` (Relayed ENI)
  • `eni-qos` - String - Optional - Filter by the ENI service level. Values: `AG` (Bronze), `AU` (Silver)
  • `address-ipv6` - String - Optional - Filter by the private IPv6 address. Multiple IPv6 addresses can be used for query. If this field is used together with `address-ip`, their intersection will be used.
  • Skip navigation links

    Copyright © 2023. All rights reserved.