Google Kubernetes Engine v1 API - Class ContainerdConfig.Types.WritableCgroups (3.36.0)

public sealed class ContainerdConfig.Types.WritableCgroups : IMessage<ContainerdConfig.Types.WritableCgroups>, IEquatable<ContainerdConfig.Types.WritableCgroups>, IDeepCloneable<ContainerdConfig.Types.WritableCgroups>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class ContainerdConfig.Types.WritableCgroups.

Defines writable cgroups configuration.

Inheritance

object > ContainerdConfig.Types.WritableCgroups

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

WritableCgroups()

public WritableCgroups()

WritableCgroups(WritableCgroups)

public WritableCgroups(ContainerdConfig.Types.WritableCgroups other)
Parameter
Name Description
other ContainerdConfigTypesWritableCgroups

Properties

Enabled

public bool Enabled { get; set; }

Optional. Whether writable cgroups is enabled.

Property Value
Type Description
bool