Class GetProjectResult
Inheritance
System.Object
GetProjectResult
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 GetProjectResult
Fields
View SourceAnnotations
(Computed) Annotations of the rancher2 project (map)
Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
ClusterId
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |
ContainerResourceLimit
(Computed) Default containers resource limits on project (List maxitem:1)
Declaration
public readonly GetProjectContainerResourceLimitResult ContainerResourceLimit
Field Value
| Type | Description |
|---|---|
| GetProjectContainerResourceLimitResult |
Description
(Computed) The project's description (string)
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
EnableProjectMonitoring
(Computed) Enable built-in project monitoring. Default false (bool)
Declaration
public readonly bool EnableProjectMonitoring
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
(Computed) Labels of the rancher2 project (map)
Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PodSecurityPolicyTemplateId
(Computed) Default Pod Security Policy ID for the project (string)
Declaration
public readonly string PodSecurityPolicyTemplateId
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceQuota
(Computed) Resource quota for project. Rancher v2.1.x or higher (list maxitems:1)
Declaration
public readonly GetProjectResourceQuotaResult ResourceQuota
Field Value
| Type | Description |
|---|---|
| GetProjectResourceQuotaResult |
Uuid
(Computed) UUID of the project as stored by Rancher 2 (string)
Declaration
public readonly string Uuid
Field Value
| Type | Description |
|---|---|
| System.String |