public sealed class ManagementConfig : IMessage<ManagementConfig>, IEquatable<ManagementConfig>, IDeepCloneable<ManagementConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class ManagementConfig.
Configuration of the cluster management
Implements
IMessageManagementConfig, IEquatableManagementConfig, IDeepCloneableManagementConfig, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
ManagementConfig()
public ManagementConfig()
ManagementConfig(ManagementConfig)
public ManagementConfig(ManagementConfig other)
Parameter | |
---|---|
Name | Description |
other |
ManagementConfig |
Properties
FullManagementConfig
public FullManagementConfig FullManagementConfig { get; set; }
Configuration of the full (Autopilot) cluster management. Full cluster management is a preview feature.
Property Value | |
---|---|
Type | Description |
FullManagementConfig |
OneofConfigCase
public ManagementConfig.OneofConfigOneofCase OneofConfigCase { get; }
Property Value | |
---|---|
Type | Description |
ManagementConfigOneofConfigOneofCase |
StandardManagementConfig
public StandardManagementConfig StandardManagementConfig { get; set; }
Configuration of the standard (GKE) cluster management
Property Value | |
---|---|
Type | Description |
StandardManagementConfig |