describe_vswitches
Retrieve a list of virtual switches (vSwitches) in Alibaba Cloud by specifying a region and optionally a VPC ID, enabling efficient network resource management.
Instructions
查询交换机列表
Args:
region: 区域ID,如cn-beijing
vpc_id: VPC ID(可选)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
region | No | cn-beijing | |
vpc_id | No |
Input Schema (JSON Schema)
{
"properties": {
"region": {
"default": "cn-beijing",
"title": "Region",
"type": "string"
},
"vpc_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Vpc Id"
}
},
"title": "describe_vswitchesArguments",
"type": "object"
}