Google Kubernetes Engine v1 API - Class CostManagementConfig (3.25.0)

public sealed class CostManagementConfig : IMessage<CostManagementConfig>, IEquatable<CostManagementConfig>, IDeepCloneable<CostManagementConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class CostManagementConfig.

Configuration for fine-grained cost management feature.

Inheritance

object > CostManagementConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

CostManagementConfig()

public CostManagementConfig()

CostManagementConfig(CostManagementConfig)

public CostManagementConfig(CostManagementConfig other)
Parameter
NameDescription
otherCostManagementConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether the feature is enabled or not.

Property Value
TypeDescription
bool