GetSubnetworkPlainArgs

data class GetSubnetworkPlainArgs(val name: String? = null, val project: String? = null, val region: String? = null, val selfLink: String? = null) : ConvertibleToJava<GetSubnetworkPlainArgs>

A collection of arguments for invoking getSubnetwork.

Constructors

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

Properties

Link copied to clipboard
val name: String? = null

The name of the subnetwork. One of name or self_link must be specified.

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.

Link copied to clipboard
val selfLink: String? = null

The self link of the subnetwork. If self_link is specified, name, project, and region are ignored.

Functions

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