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 instance ID, such as `vpc-f49l6u0z`.
  • `subnet-id` - String - Subnet instance ID, such as `subnet-f49l6u0z`.
  • `network-interface-id` - String - ENI instance ID, such as `eni-5k56k7k7`.
  • `attachment.instance-id` - String - ID of the bound CVM instance, such as `ins-3nqpdn3i`.
  • `groups.security-group-id` - String - ID of the bound security group, 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 tag key. See Example 2 for the detailed usage.
  • `tag:tag-key` - String - Optional - Filter by tag key pair. Use a specific tag key to replace `tag-key`. See Example 3 for the detailed usage.
  • `is-primary` - Boolean - Optional - Filter based on whether it is a primary ENI. If the value is `true`, filter only the primary ENI. If the value is `false`, filter only the secondary ENI. If this parameter is not specified, filter the both.
  • `eni-type` - String - Optional - Filter by ENI type. "0" - secondary ENI, "1" - primary ENI, "2": relayed ENI
  • Parameters:
    Filters - Filter. `NetworkInterfaceIds` and `Filters` cannot be specified at the same time.
  • `vpc-id` - String - VPC instance ID, such as `vpc-f49l6u0z`.
  • `subnet-id` - String - Subnet instance ID, such as `subnet-f49l6u0z`.
  • `network-interface-id` - String - ENI instance ID, such as `eni-5k56k7k7`.
  • `attachment.instance-id` - String - ID of the bound CVM instance, such as `ins-3nqpdn3i`.
  • `groups.security-group-id` - String - ID of the bound security group, 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 tag key. See Example 2 for the detailed usage.
  • `tag:tag-key` - String - Optional - Filter by tag key pair. Use a specific tag key to replace `tag-key`. See Example 3 for the detailed usage.
  • `is-primary` - Boolean - Optional - Filter based on whether it is a primary ENI. If the value is `true`, filter only the primary ENI. If the value is `false`, filter only the secondary ENI. If this parameter is not specified, filter the both.
  • `eni-type` - String - Optional - Filter by ENI type. "0" - secondary ENI, "1" - primary ENI, "2": relayed ENI
  • Skip navigation links

    Copyright © 2022. All rights reserved.