Class ResourceRequests
Resource requests 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 ResourceRequests : IDirectResponseSchema
Properties
Cpu
Output only. CPU request.
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 request.
Declaration
[JsonProperty("memory")]
public virtual string Memory { get; set; }
Property Value
Type | Description |
---|---|
string |