ForwardingRuleServiceDirectoryRegistrationArgs

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

Describes the auto-registration of the Forwarding Rule to Service Directory. The region and project of the Service Directory resource generated from this registration will be the same as this Forwarding Rule.

Constructors

fun ForwardingRuleServiceDirectoryRegistrationArgs(namespace: Output<String>? = null, service: Output<String>? = null, serviceDirectoryRegion: Output<String>? = null)

Functions

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

Properties

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

Service Directory namespace to register the forwarding rule under.

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

Service Directory service 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.