public sealed class Instructions : IMessage<Violation.Types.Remediation.Types.Instructions>, IEquatable<Violation.Types.Remediation.Types.Instructions>, IDeepCloneable<Violation.Types.Remediation.Types.Instructions>, IBufferMessage, IMessage
Reference documentation and code samples for the Assured Workloads v1 API class Violation.Types.Remediation.Types.Instructions.
Instructions to remediate violation
Implements
IMessage<Violation.Types.Remediation.Types.Instructions>, IEquatable<Violation.Types.Remediation.Types.Instructions>, IDeepCloneable<Violation.Types.Remediation.Types.Instructions>, IBufferMessage, IMessageNamespace
Google.Cloud.AssuredWorkloads.V1Assembly
Google.Cloud.AssuredWorkloads.V1.dll
Constructors
Instructions()
public Instructions()
Instructions(Violation.Types.Remediation.Types.Instructions)
public Instructions(Violation.Types.Remediation.Types.Instructions other)
Parameter | |
---|---|
Name | Description |
other | Violation.Types.Remediation.Types.Instructions |
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 |
Violation.Types.Remediation.Types.Instructions.Types.Console |
GcloudInstructions
public Violation.Types.Remediation.Types.Instructions.Types.Gcloud GcloudInstructions { get; set; }
Remediation instructions to resolve violation via gcloud cli
Property Value | |
---|---|
Type | Description |
Violation.Types.Remediation.Types.Instructions.Types.Gcloud |