Show / Hide Table of Contents

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 Source

Annotations

(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>
View Source

ClusterId

Declaration
public readonly string ClusterId
Field Value
Type Description
System.String
View Source

ContainerResourceLimit

(Computed) Default containers resource limits on project (List maxitem:1)

Declaration
public readonly GetProjectContainerResourceLimitResult ContainerResourceLimit
Field Value
Type Description
GetProjectContainerResourceLimitResult
View Source

Description

(Computed) The project's description (string)

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

EnableProjectMonitoring

(Computed) Enable built-in project monitoring. Default false (bool)

Declaration
public readonly bool EnableProjectMonitoring
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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>
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PodSecurityPolicyTemplateId

(Computed) Default Pod Security Policy ID for the project (string)

Declaration
public readonly string PodSecurityPolicyTemplateId
Field Value
Type Description
System.String
View Source

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
View Source

Uuid

(Computed) UUID of the project as stored by Rancher 2 (string)

Declaration
public readonly string Uuid
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.