Get Switches Plain Args
data class GetSwitchesPlainArgs(val cidrBlock: String? = null, val dryRun: Boolean? = null, val ids: List<String>? = null, val isDefault: Boolean? = null, val nameRegex: String? = null, 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 zoneId: String? = null) : ConvertibleToJava<GetSwitchesPlainArgs>
A collection of arguments for invoking getSwitches.
Constructors
Link copied to clipboard
constructor(cidrBlock: String? = null, dryRun: Boolean? = null, ids: List<String>? = null, isDefault: Boolean? = null, nameRegex: String? = null, 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, zoneId: String? = null)
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
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.
Link copied to clipboard
The vSwitch owner id.