Show / Hide Table of Contents

Class RegistryArgs

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

Constructors

View Source

RegistryArgs()

Declaration
public RegistryArgs()

Properties

View Source

Annotations

Annotations for Registry object (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Description

A registry description (string)

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

Labels

Labels for Registry object (map)

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

Name

The name of the registry (string)

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

NamespaceId

The namespace id where to assign the namespaced registry (string)

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

ProjectId

The project id where to assign the registry (string)

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

Registries

Registries data for registry (list)

Declaration
public InputList<RegistryRegistryArgs> Registries { get; set; }
Property Value
Type Description
InputList<RegistryRegistryArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.