ManagedZoneServiceDirectoryConfigNamespaceArgs

data class ManagedZoneServiceDirectoryConfigNamespaceArgs(val deletionTime: Output<String>? = null, val kind: Output<String>? = null, val namespaceUrl: Output<String>? = null) : ConvertibleToJava<ManagedZoneServiceDirectoryConfigNamespaceArgs>

Constructors

fun ManagedZoneServiceDirectoryConfigNamespaceArgs(deletionTime: Output<String>? = null, kind: Output<String>? = null, namespaceUrl: Output<String>? = null)

Functions

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

Properties

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

The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.

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

The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}