Show / Hide Table of Contents

Class ProjectResourceQuotaNamespaceDefaultLimitArgs

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

Constructors

View Source

ProjectResourceQuotaNamespaceDefaultLimitArgs()

Declaration
public ProjectResourceQuotaNamespaceDefaultLimitArgs()

Properties

View Source

ConfigMaps

Limit for config maps in project (string)

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

LimitsCpu

Limit for limits cpu in project (string)

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

LimitsMemory

Limit for limits memory in project (string)

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

PersistentVolumeClaims

Limit for persistent volume claims in project (string)

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

Pods

Limit for pods in project (string)

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

ReplicationControllers

Limit for replication controllers in project (string)

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

RequestsCpu

Limit for requests cpu in project (string)

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

RequestsMemory

Limit for requests memory in project (string)

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

RequestsStorage

Limit for requests storage in project (string)

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

Secrets

Limit for secrets in project (string)

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

Services

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

ServicesLoadBalancers

Limit for services load balancers in project (string)

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

ServicesNodePorts

Limit for services node ports in project (string)

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