public sealed class RiskRecommendation : IMessage<RiskRecommendation>, IEquatable<RiskRecommendation>, IDeepCloneable<RiskRecommendation>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class RiskRecommendation.
Recommendation for mitigating a reliability risk, including a reference URL.
Implements
IMessageRiskRecommendation, IEquatableRiskRecommendation, IDeepCloneableRiskRecommendation, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RiskRecommendation()
public RiskRecommendation()RiskRecommendation(RiskRecommendation)
public RiskRecommendation(RiskRecommendation other)| Parameter | |
|---|---|
| Name | Description |
other |
RiskRecommendation |
Properties
Content
public string Content { get; set; }Mitigation guide for the risk.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasContent
public bool HasContent { get; }Gets whether the "content" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasReferenceUrl
public bool HasReferenceUrl { get; }Gets whether the "reference_url" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ReferenceUrl
public string ReferenceUrl { get; set; }URL referencing a more detailed mitigation guide.
| Property Value | |
|---|---|
| Type | Description |
string |
|