Maintenance v1beta API - Class ResourceMaintenance.Types.Maintenance (1.0.0-beta01)

public sealed class ResourceMaintenance.Types.Maintenance : IMessage<ResourceMaintenance.Types.Maintenance>, IEquatable<ResourceMaintenance.Types.Maintenance>, IDeepCloneable<ResourceMaintenance.Types.Maintenance>, IBufferMessage, IMessage

Reference documentation and code samples for the Maintenance v1beta API class ResourceMaintenance.Types.Maintenance.

Maintenance is the maintenance details of a resource's maintenance.

Inheritance

object > ResourceMaintenance.Types.Maintenance

Namespace

Google.Cloud.Maintenance.Api.V1Beta

Assembly

Google.Cloud.Maintenance.Api.V1Beta.dll

Constructors

Maintenance()

public Maintenance()

Maintenance(Maintenance)

public Maintenance(ResourceMaintenance.Types.Maintenance other)
Parameter
Name Description
other ResourceMaintenanceTypesMaintenance

Properties

Category

public MaintenanceCategory Category { get; set; }

Output only. The category of the maintenance.

Property Value
Type Description
MaintenanceCategory

Description

public string Description { get; set; }

Output only. The description of the maintenance.

Property Value
Type Description
string

MaintenanceName

public string MaintenanceName { get; set; }

Maintenance is the name of the corresponding maintenance resource following the standard naming scheme: "{maintenance-id}"

Property Value
Type Description
string

Title

public string Title { get; set; }

Output only. The title of the maintenance.

Property Value
Type Description
string