Class ConfigManagementContainerOverride
Configuration for a container override.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2alpha.Data
Assembly: Google.Apis.GKEHub.v2alpha.dll
Syntax
public class ConfigManagementContainerOverride : IDirectResponseSchema
Properties
ContainerName
Required. The name of the container.
Declaration
[JsonProperty("containerName")]
public virtual string ContainerName { get; set; }
Property Value
Type | Description |
---|---|
string |
CpuLimit
Optional. The cpu limit of the container.
Declaration
[JsonProperty("cpuLimit")]
public virtual string CpuLimit { get; set; }
Property Value
Type | Description |
---|---|
string |
CpuRequest
Optional. The cpu request of the container.
Declaration
[JsonProperty("cpuRequest")]
public virtual string CpuRequest { 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 |
MemoryLimit
Optional. The memory limit of the container.
Declaration
[JsonProperty("memoryLimit")]
public virtual string MemoryLimit { get; set; }
Property Value
Type | Description |
---|---|
string |
MemoryRequest
Optional. The memory request of the container.
Declaration
[JsonProperty("memoryRequest")]
public virtual string MemoryRequest { get; set; }
Property Value
Type | Description |
---|---|
string |