Class ManagedZoneServiceDirectoryConfigNamespaceArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dns.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ManagedZoneServiceDirectoryConfigNamespaceArgs : ResourceArgs
Constructors
View SourceManagedZoneServiceDirectoryConfigNamespaceArgs()
Declaration
public ManagedZoneServiceDirectoryConfigNamespaceArgs()
Properties
View SourceNamespaceUrl
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.
Declaration
public Input<string> NamespaceUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |