GetSwitchesVswitch

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The available ip address count of the vSwitch.

Link copied to clipboard

Filter results by a specific CIDR block. For example: "172.16.0.0/12".

Link copied to clipboard

Time of creation.

Link copied to clipboard

Description of the vSwitch.

Link copied to clipboard
val id: String

ID of the vSwitch.

Link copied to clipboard

The IPv6 CIDR block of the switch.

Link copied to clipboard

Indicate whether the vSwitch is created by the system.

Link copied to clipboard

Name of the vSwitch.

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 status of the vSwitch. Valid values: Available and Pending.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

ID of the VPC that owns the vSwitch.

Link copied to clipboard

ID of the vSwitch.

Link copied to clipboard

The name of the vSwitch.

Link copied to clipboard

The availability zone of the vSwitch.