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.
Implements
IMessageCostManagementConfig, IEquatableCostManagementConfig, IDeepCloneableCostManagementConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
CostManagementConfig()
public CostManagementConfig()
CostManagementConfig(CostManagementConfig)
public CostManagementConfig(CostManagementConfig other)
Parameter | |
---|---|
Name | Description |
other | CostManagementConfig |
Properties
Enabled
public bool Enabled { get; set; }
Whether the feature is enabled or not.
Property Value | |
---|---|
Type | Description |
bool |