public sealed class MaintenanceControl : IMessage<MaintenanceControl>, IEquatable<MaintenanceControl>, IDeepCloneable<MaintenanceControl>, IBufferMessage, IMessage
Reference documentation and code samples for the Maintenance v1beta API class MaintenanceControl.
The control of the maintenance.
Implements
IMessageMaintenanceControl, IEquatableMaintenanceControl, IDeepCloneableMaintenanceControl, IBufferMessage, IMessageNamespace
Google.Cloud.Maintenance.Api.V1BetaAssembly
Google.Cloud.Maintenance.Api.V1Beta.dll
Constructors
MaintenanceControl()
public MaintenanceControl()
MaintenanceControl(MaintenanceControl)
public MaintenanceControl(MaintenanceControl other)
Parameter | |
---|---|
Name | Description |
other |
MaintenanceControl |
Properties
Control
public MaintenanceControl.Types.Control Control { get; set; }
The control of the resource maintenance.
Property Value | |
---|---|
Type | Description |
MaintenanceControlTypesControl |
Documentation
public string Documentation { get; set; }
Link to Service Producer documentation about maintenance control. Provided
only when isCustom
is true
.
Property Value | |
---|---|
Type | Description |
string |
IsCustom
public bool IsCustom { get; set; }
Indicates whether the control is available only in Service Producer API (not through Unified Maintenance).
Property Value | |
---|---|
Type | Description |
bool |