Class NamespaceResourceQuotaLimitGetArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NamespaceResourceQuotaLimitGetArgs : ResourceArgs
Constructors
View SourceNamespaceResourceQuotaLimitGetArgs()
Declaration
public NamespaceResourceQuotaLimitGetArgs()
Properties
View SourceConfigMaps
Limit for config maps in namespace (string)
Declaration
public Input<string> ConfigMaps { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LimitsCpu
Limit for limits cpu in namespace (string)
Declaration
public Input<string> LimitsCpu { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LimitsMemory
Limit for limits memory in namespace (string)
Declaration
public Input<string> LimitsMemory { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PersistentVolumeClaims
Limit for persistent volume claims in namespace (string)
Declaration
public Input<string> PersistentVolumeClaims { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Pods
Limit for pods in namespace (string)
Declaration
public Input<string> Pods { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReplicationControllers
Limit for replication controllers in namespace (string)
Declaration
public Input<string> ReplicationControllers { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RequestsCpu
Limit for requests cpu in namespace (string)
Declaration
public Input<string> RequestsCpu { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RequestsMemory
Limit for requests memory in namespace (string)
Declaration
public Input<string> RequestsMemory { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RequestsStorage
Limit for requests storage in namespace (string)
Declaration
public Input<string> RequestsStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Secrets
Limit for secrets in namespace (string)
Declaration
public Input<string> Secrets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Services
Declaration
public Input<string> Services { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServicesLoadBalancers
Limit for services load balancers in namespace (string)
Declaration
public Input<string> ServicesLoadBalancers { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServicesNodePorts
Limit for services node ports in namespace (string)
Declaration
public Input<string> ServicesNodePorts { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |