Show / Hide Table of Contents

Class ManagedZoneServiceDirectoryConfigNamespaceGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagedZoneServiceDirectoryConfigNamespaceGetArgs
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 ManagedZoneServiceDirectoryConfigNamespaceGetArgs : ResourceArgs

Constructors

View Source

ManagedZoneServiceDirectoryConfigNamespaceGetArgs()

Declaration
public ManagedZoneServiceDirectoryConfigNamespaceGetArgs()

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.