Show / Hide Table of Contents

Class NamespaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NamespaceArgs
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.ServiceDirectory
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NamespaceArgs : ResourceArgs

Constructors

View Source

NamespaceArgs()

Declaration
public NamespaceArgs()

Properties

View Source

Labels

Resource labels associated with this Namespace. No more than 64 user labels can be associated with a given resource. Label keys and values can be no longer than 63 characters.

Declaration
public InputMap<string> Labels { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Location

The location for the Namespace. A full list of valid locations can be found by running gcloud beta service-directory locations list.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NamespaceId

The Resource ID must be 1-63 characters long, including digits, lowercase letters or the hyphen character.

Declaration
public Input<string> NamespaceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.