GetNetworkEndpointGroupPlainArgs

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

A collection of arguments for invoking getNetworkEndpointGroup.

Constructors

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

Properties

Link copied to clipboard
val name: String? = null

The Network Endpoint Group name. Provide either this or a self_link.

Link copied to clipboard
val project: String? = null

The ID of the project to list versions in. If it is not provided, the provider project is used.

Link copied to clipboard
val selfLink: String? = null

The Network Endpoint Group self_link.

Link copied to clipboard
val zone: String? = null

The Network Endpoint Group availability zone.

Functions

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