GetForwardingRulesPlainArgs

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

A collection of arguments for invoking getForwardingRules.

Constructors

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

Properties

Link copied to clipboard
val project: String? = null

The name of the project.

Link copied to clipboard
val region: String? = null

The region you want to get the forwarding rules from. These arguments must be set in either the provider or the resource in order for the information to be queried.

Functions

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