GetExternalAccessRulePlainArgs

data class GetExternalAccessRulePlainArgs(val name: String, val parent: String) : ConvertibleToJava<GetExternalAccessRulePlainArgs>

A collection of arguments for invoking getExternalAccessRule.

Constructors

Link copied to clipboard
constructor(name: String, parent: String)

Properties

Link copied to clipboard

Name of the resource.

Link copied to clipboard

The resource name of the network policy that this cluster belongs.

Functions

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