ManagedZoneServiceDirectoryConfigNamespaceArgs

data class ManagedZoneServiceDirectoryConfigNamespaceArgs(val namespaceUrl: Output<String>) : ConvertibleToJava<ManagedZoneServiceDirectoryConfigNamespaceArgs>

Constructors

constructor(namespaceUrl: Output<String>)

Properties

Link copied to clipboard
val namespaceUrl: Output<String>

The fully qualified or partial URL of the service directory namespace that should be associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace_id} or simply projects/{project}/locations/{location}/namespaces/{namespace_id} Ignored for public visibility zones.

Functions

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