Maintenance v1beta API - Class MaintenanceControl (1.0.0-beta01)

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.

Inheritance

object > MaintenanceControl

Namespace

Google.Cloud.Maintenance.Api.V1Beta

Assembly

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