GetSubnetworksPlainArgs

data class GetSubnetworksPlainArgs(val filter: String? = null, val project: String? = null, val region: String? = null) : ConvertibleToJava<GetSubnetworksPlainArgs>

A collection of arguments for invoking getSubnetworks.

Constructors

Link copied to clipboard
constructor(filter: String? = null, project: String? = null, region: String? = null)

Properties

Link copied to clipboard
val filter: String? = null

A string filter as defined in the REST API.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val region: String? = null

The region this subnetwork has been created in. If unspecified, this defaults to the region configured in the provider.

Functions

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