GetRegionNetworkEndpointGroupPlainArgs

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

A collection of arguments for invoking getRegionNetworkEndpointGroup.

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 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 region: String? = null

A reference to the region where the Serverless REGs Reside. Provide either this or a self_link.

Link copied to clipboard
val selfLink: String? = null

The Network Endpoint Group self\_link.

Functions

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