Show / Hide Table of Contents

Class ManagedZoneServiceDirectoryConfigNamespaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagedZoneServiceDirectoryConfigNamespaceArgs
Inherited Members
ResourceArgs.Empty
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 Source

ManagedZoneServiceDirectoryConfigNamespaceArgs()

Declaration
public ManagedZoneServiceDirectoryConfigNamespaceArgs()

Properties

View Source

NamespaceUrl

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.