Class NamespaceContainerResourceLimitGetArgs
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 NamespaceContainerResourceLimitGetArgs : ResourceArgs
Constructors
View SourceNamespaceContainerResourceLimitGetArgs()
Declaration
public NamespaceContainerResourceLimitGetArgs()
Properties
View SourceLimitsCpu
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> |
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> |