Get Switches Vswitch
data class GetSwitchesVswitch(val availableIpAddressCount: Int, val cidrBlock: String, val creationTime: String, val description: String, val id: String, val ipv6CidrBlock: String, val isDefault: Boolean, val name: String, val resourceGroupId: String, val routeTableId: String, val status: String, val tags: Map<String, String>, val vpcId: String, val vswitchId: String, val vswitchName: String, val zoneId: String)
Constructors
Link copied to clipboard
constructor(availableIpAddressCount: Int, cidrBlock: String, creationTime: String, description: String, id: String, ipv6CidrBlock: String, isDefault: Boolean, name: String, resourceGroupId: String, routeTableId: String, status: String, tags: Map<String, String>, vpcId: String, vswitchId: String, vswitchName: String, zoneId: String)
Properties
Link copied to clipboard
The available ip address count of the vSwitch.
Link copied to clipboard
Time of creation.
Link copied to clipboard
Description of the vSwitch.
Link copied to clipboard
The IPv6 CIDR block of the switch.
Link copied to clipboard
The Id of resource group which VSWitch belongs.
Link copied to clipboard
The route table ID of the vSwitch.
Link copied to clipboard
The name of the vSwitch.