VSwitches¶
Provider: Alibaba Cloud
Service ID: alibaba_vswitches
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'alibaba_vswitches',
provider: 'alibaba',
region: 'default',
source: 'live',
attributes: ['name', 'vswitch_id', 'vpc_id', 'cidr_block', 'zone_id', 'status']
});
</script>
<div data-sd-service="alibaba_vswitches" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'vswitch_id', 'vpc_id', 'cidr_block', 'zone_id', 'status', 'available_ip_count']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: VSwitchName |
vswitch_id |
VSwitch ID | text |
From API field: VSwitchId |
vpc_id |
VPC ID | text |
From API field: VpcId |
cidr_block |
CIDR Block | text |
From API field: CidrBlock |
zone_id |
Zone | text |
From API field: ZoneId |
status |
Status | status_badge |
From API field: Status |
available_ip_count |
Available IPs | text |
From API field: AvailableIpAddressCount |
is_default |
Default | boolean |
From API field: IsDefault |
creation_time |
Creation Time | datetime |
From API field: CreationTime |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name