GetNetworkPlainArgs

data class GetNetworkPlainArgs(val name: String, val networkProfile: String? = null, val project: String? = null) : ConvertibleToJava<GetNetworkPlainArgs>

A collection of arguments for invoking getNetwork.

Constructors

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

Properties

Link copied to clipboard

The name of the network.

Link copied to clipboard
val networkProfile: String? = null

A full or partial URL of the network profile to apply to this network.

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.

Functions

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