Class GetProjectArgs
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetProjectArgs : InvokeArgs
Constructors
View SourceGetProjectArgs()
Declaration
public GetProjectArgs()
Properties
View SourceClusterId
ID of the Rancher 2 cluster (string)
Declaration
public string ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The project name (string)
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |