public sealed class Violation.Types.Remediation.Types.Instructions : IMessage<Violation.Types.Remediation.Types.Instructions>, IEquatable<Violation.Types.Remediation.Types.Instructions>, IDeepCloneable<Violation.Types.Remediation.Types.Instructions>, IBufferMessage, IMessageReference documentation and code samples for the Assured Workloads v1 API class Violation.Types.Remediation.Types.Instructions.
Instructions to remediate violation
Implements
IMessageViolationTypesRemediationTypesInstructions, IEquatableViolationTypesRemediationTypesInstructions, IDeepCloneableViolationTypesRemediationTypesInstructions, IBufferMessage, IMessageNamespace
Google.Cloud.AssuredWorkloads.V1Assembly
Google.Cloud.AssuredWorkloads.V1.dll
Constructors
Instructions()
public Instructions()Instructions(Instructions)
public Instructions(Violation.Types.Remediation.Types.Instructions other)| Parameter | |
|---|---|
| Name | Description |
other |
ViolationTypesRemediationTypesInstructions |
Properties
ConsoleInstructions
public Violation.Types.Remediation.Types.Instructions.Types.Console ConsoleInstructions { get; set; }Remediation instructions to resolve violation via cloud console
| Property Value | |
|---|---|
| Type | Description |
ViolationTypesRemediationTypesInstructionsTypesConsole |
|
GcloudInstructions
public Violation.Types.Remediation.Types.Instructions.Types.Gcloud GcloudInstructions { get; set; }Remediation instructions to resolve violation via gcloud cli
| Property Value | |
|---|---|
| Type | Description |
ViolationTypesRemediationTypesInstructionsTypesGcloud |
|