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

Class DescribeNetworkInterfacesRequest

Returns:
Filters Filter condition. `NetworkInterfaceIds` and `Filters` cannot be specified at the same time.
  • vpc-id - String - (Filter condition) VPC instance ID, such as `vpc-f49l6u0z`.
  • subnet-id - String - (Filter condition) Subnet instance ID, such as `subnet-f49l6u0z`.
  • network-interface-id - String - (Filter condition) ENI instance ID, such as `eni-5k56k7k7`.
  • attachment.instance-id - String - (Filter condition) ID of the bound CVM instance, such as `ins-3nqpdn3i`.
  • groups.security-group-id - String - (Filter condition) ID of the bound security group, such as `sg-f9ekbxeq`.
  • network-interface-name - String - (Filter condition) ENI instance name.
  • network-interface-description - String - (Filter condition) ENI instance description.
  • address-ip - String - (Filter condition) 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 - (Filter condition) Exact match by private IPv4 address. The first value will be returned if multiple values are found.
  • tag-key - String - Required: no - (Filter condition) Filter by tag key. See Example 2 for the detailed usage.
  • tag:tag-key - String - Required: no - (Filter condition) Filter by tag key pair. Use a specific tag key to replace `tag-key`. See Example 3 for the detailed usage.
  • is-primary - Boolean - Required: no - (Filter condition) 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.
  • Parameters:
    Filters - Filter condition. `NetworkInterfaceIds` and `Filters` cannot be specified at the same time.
  • vpc-id - String - (Filter condition) VPC instance ID, such as `vpc-f49l6u0z`.
  • subnet-id - String - (Filter condition) Subnet instance ID, such as `subnet-f49l6u0z`.
  • network-interface-id - String - (Filter condition) ENI instance ID, such as `eni-5k56k7k7`.
  • attachment.instance-id - String - (Filter condition) ID of the bound CVM instance, such as `ins-3nqpdn3i`.
  • groups.security-group-id - String - (Filter condition) ID of the bound security group, such as `sg-f9ekbxeq`.
  • network-interface-name - String - (Filter condition) ENI instance name.
  • network-interface-description - String - (Filter condition) ENI instance description.
  • address-ip - String - (Filter condition) 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 - (Filter condition) Exact match by private IPv4 address. The first value will be returned if multiple values are found.
  • tag-key - String - Required: no - (Filter condition) Filter by tag key. See Example 2 for the detailed usage.
  • tag:tag-key - String - Required: no - (Filter condition) Filter by tag key pair. Use a specific tag key to replace `tag-key`. See Example 3 for the detailed usage.
  • is-primary - Boolean - Required: no - (Filter condition) 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.
  • Skip navigation links

    Copyright © 2020. All rights reserved.