Class ResourceLimits
Resource limits defined for connection pods of a given connector type.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ResourceLimits : IDirectResponseSchema
Properties
Cpu
Output only. CPU limit.
Declaration
[JsonProperty("cpu")]
public virtual string Cpu { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Memory
Output only. Memory limit.
Declaration
[JsonProperty("memory")]
public virtual string Memory { get; set; }
Property Value
Type | Description |
---|---|
string |