Get Switches Result
data class GetSwitchesResult(val cidrBlock: String? = null, val dryRun: Boolean? = null, val id: String, val ids: List<String>, val isDefault: Boolean? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val resourceGroupId: String? = null, val routeTableId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null, val vswitchName: String? = null, val vswitchOwnerId: Int? = null, val vswitches: List<GetSwitchesVswitch>, val zoneId: String? = null)
A collection of values returned by getSwitches.
Constructors
Link copied to clipboard
constructor(cidrBlock: String? = null, dryRun: Boolean? = null, id: String, ids: List<String>, isDefault: Boolean? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, resourceGroupId: String? = null, routeTableId: String? = null, status: String? = null, tags: Map<String, String>? = null, vpcId: String? = null, vswitchName: String? = null, vswitchOwnerId: Int? = null, vswitches: List<GetSwitchesVswitch>, zoneId: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
The resource group ID of the vSwitch.
Link copied to clipboard
The route table ID of the vSwitch.
Link copied to clipboard
A list of VSwitches. Each element contains the following attributes:
Link copied to clipboard
Name of the vSwitch.
Link copied to clipboard