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

Class DescribeVpcsRequest

Returns:
Filters Filter condition. `VpcIds` and `Filters` cannot be specified at the same time. Valid filters include:
  • `vpc-name`: VPC instance name, which supports fuzzy search.
  • `is-default`: Indicates whether it is the default VPC
  • `vpc-id`: VPC instance ID, such as `vpc-f49l6u0z`
  • `cidr-block`: VPC CIDR block
  • `tag-key`: (Optional) tag key
  • `tag:tag-key`: (Optional) tag key-value pair. Replace the `tag-key` with a specified tag value. For its usage, refer to Example 2.
  • Note:** If one filter has multiple values, the logical relationship between these values is `OR`. The logical relationship between filters is `AND`.
    Parameters:
    Filters - Filter condition. `VpcIds` and `Filters` cannot be specified at the same time. Valid filters include:
  • `vpc-name`: VPC instance name, which supports fuzzy search.
  • `is-default`: Indicates whether it is the default VPC
  • `vpc-id`: VPC instance ID, such as `vpc-f49l6u0z`
  • `cidr-block`: VPC CIDR block
  • `tag-key`: (Optional) tag key
  • `tag:tag-key`: (Optional) tag key-value pair. Replace the `tag-key` with a specified tag value. For its usage, refer to Example 2.
  • Note:** If one filter has multiple values, the logical relationship between these values is `OR`. The logical relationship between filters is `AND`.
    Skip navigation links

    Copyright © 2024. All rights reserved.