GetNetworksPlainArgs

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
val cidrBlock: String? = null

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

Link copied to clipboard

The ID of dhcp options set.

Link copied to clipboard
val dryRun: Boolean? = null

Indicates whether to check this request only. Valid values: true and false.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to true. Set it to true can output the route_table_id.

Link copied to clipboard
val ids: List<String>? = null

A list of VPC IDs.

Link copied to clipboard
val isDefault: Boolean? = null

Indicate whether the VPC is the default one in the specified region.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter VPCs by name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val resourceGroupId: String? = null

The Id of resource group which VPC belongs.

Link copied to clipboard
val status: String? = null

Filter results by a specific status. Valid value are Pending and Available.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to the resource.

Link copied to clipboard
val vpcName: String? = null

The name of the VPC.

Link copied to clipboard
val vpcOwnerId: Int? = null

The owner ID of VPC.

Link copied to clipboard
val vswitchId: String? = null

Filter results by the specified vSwitch.

Functions

Link copied to clipboard
open override fun toJava(): GetNetworksPlainArgs