GetNetworkPolicyPlainArgs

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

A collection of arguments for invoking getNetworkPolicy.

Constructors

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

Properties

Link copied to clipboard

Location of the resource.

Link copied to clipboard

Name of the resource.

Link copied to clipboard
val project: String? = null

Functions

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