Compute Engine v1 API - Class ReliabilityRisk (3.30.0)

public sealed class ReliabilityRisk : IMessage<ReliabilityRisk>, IEquatable<ReliabilityRisk>, IDeepCloneable<ReliabilityRisk>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class ReliabilityRisk.

Represents a ReliabilityRisk resource.

Inheritance

object > ReliabilityRisk

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ReliabilityRisk()

public ReliabilityRisk()

ReliabilityRisk(ReliabilityRisk)

public ReliabilityRisk(ReliabilityRisk other)
Parameter
Name Description
other ReliabilityRisk

Properties

CreationTimestamp

public string CreationTimestamp { get; set; }

Output only. [Output Only] Creation timestamp in RFC3339 text format.

Property Value
Type Description
string

Description

public string Description { get; set; }

An optional textual description of the resource; provided when the resource is created.

Property Value
Type Description
string

Details

public RiskDetails Details { get; set; }

[Output Only] Details of the reliability risk resource

Property Value
Type Description
RiskDetails

HasCreationTimestamp

public bool HasCreationTimestamp { get; }

Gets whether the "creation_timestamp" field is set

Property Value
Type Description
bool

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
Type Description
bool

HasId

public bool HasId { get; }

Gets whether the "id" field is set

Property Value
Type Description
bool

HasKind

public bool HasKind { get; }

Gets whether the "kind" field is set

Property Value
Type Description
bool

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
Type Description
bool
public bool HasSelfLink { get; }

Gets whether the "self_link" field is set

Property Value
Type Description
bool

HasSelfLinkWithId

public bool HasSelfLinkWithId { get; }

Gets whether the "self_link_with_id" field is set

Property Value
Type Description
bool

Id

public ulong Id { get; set; }

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

Property Value
Type Description
ulong

Kind

public string Kind { get; set; }

Output only. [Output Only] Type of resource. Always compute#reliabilityRisk for reliability risks.

Property Value
Type Description
string

Name

public string Name { get; set; }

Name of the resource. The name must be 1-63 characters long and comply with RFC1035.

Property Value
Type Description
string

Recommendation

public RiskRecommendation Recommendation { get; set; }

The recommendation to mitigate the risk.

Property Value
Type Description
RiskRecommendation
public string SelfLink { get; set; }

Output only. [Output Only] Server-defined URL for the resource.

Property Value
Type Description
string

SelfLinkWithId

public string SelfLinkWithId { get; set; }

Output only. [Output Only] Server-defined URL for this resource with the resource id.

Property Value
Type Description
string