Show / Hide Table of Contents

Class ConfigManagementContainerOverride

Configuration for a container override.

Inheritance
object
ConfigManagementContainerOverride
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX