GlobalForwardingRuleServiceDirectoryRegistrationsArgs

data class GlobalForwardingRuleServiceDirectoryRegistrationsArgs(val namespace: Output<String>? = null, val serviceDirectoryRegion: Output<String>? = null) : ConvertibleToJava<GlobalForwardingRuleServiceDirectoryRegistrationsArgs>

Constructors

constructor(namespace: Output<String>? = null, serviceDirectoryRegion: Output<String>? = null)

Properties

Link copied to clipboard
val namespace: Output<String>? = null

Service Directory namespace to register the forwarding rule under.

Link copied to clipboard
val serviceDirectoryRegion: Output<String>? = null

Optional Service Directory region to register this global forwarding rule under. Default to "us-central1". Only used for PSC for Google APIs. All PSC for Google APIs Forwarding Rules on the same network should use the same Service Directory region.

Functions

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