public sealed class ReliabilityRisk : IMessage<ReliabilityRisk>, IEquatable<ReliabilityRisk>, IDeepCloneable<ReliabilityRisk>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ReliabilityRisk.
Represents a ReliabilityRisk resource.
Implements
IMessageReliabilityRisk, IEquatableReliabilityRisk, IDeepCloneableReliabilityRisk, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|
HasSelfLink
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 |
|
SelfLink
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 |
|