public sealed class Violation.Types.Remediation.Types.Instructions.Types.Console : IMessage<Violation.Types.Remediation.Types.Instructions.Types.Console>, IEquatable<Violation.Types.Remediation.Types.Instructions.Types.Console>, IDeepCloneable<Violation.Types.Remediation.Types.Instructions.Types.Console>, IBufferMessage, IMessageReference documentation and code samples for the Assured Workloads v1 API class Violation.Types.Remediation.Types.Instructions.Types.Console.
Remediation instructions to resolve violation via cloud console
Implements
IMessageViolationTypesRemediationTypesInstructionsTypesConsole, IEquatableViolationTypesRemediationTypesInstructionsTypesConsole, IDeepCloneableViolationTypesRemediationTypesInstructionsTypesConsole, IBufferMessage, IMessageNamespace
Google.Cloud.AssuredWorkloads.V1Assembly
Google.Cloud.AssuredWorkloads.V1.dll
Constructors
Console()
public Console()Console(Console)
public Console(Violation.Types.Remediation.Types.Instructions.Types.Console other)| Parameter | |
|---|---|
| Name | Description |
other |
ViolationTypesRemediationTypesInstructionsTypesConsole |
Properties
AdditionalLinks
public RepeatedField<string> AdditionalLinks { get; }Additional urls for more information about steps
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
ConsoleUris
public RepeatedField<string> ConsoleUris { get; }Link to console page where violations can be resolved
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Steps
public RepeatedField<string> Steps { get; }Steps to resolve violation via cloud console
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|