Get Networks Plain Args
data class GetNetworksPlainArgs(val cidrBlock: String? = null, val dhcpOptionsSetId: String? = null, val dryRun: Boolean? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val isDefault: Boolean? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vpcName: String? = null, val vpcOwnerId: Int? = null, val vswitchId: String? = null) : ConvertibleToJava<GetNetworksPlainArgs>
A collection of arguments for invoking getNetworks.
Constructors
Link copied to clipboard
constructor(cidrBlock: String? = null, dhcpOptionsSetId: String? = null, dryRun: Boolean? = null, enableDetails: Boolean? = null, ids: List<String>? = null, isDefault: Boolean? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null, vpcName: String? = null, vpcOwnerId: Int? = null, vswitchId: String? = null)
Properties
Link copied to clipboard
The ID of dhcp options set.
Link copied to clipboard
Default to true
. Set it to true can output the route_table_id
.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Link copied to clipboard
The Id of resource group which VPC belongs.
Link copied to clipboard
The owner ID of VPC.