Assured Workloads v1 API - Class Violation.Types.Remediation.Types.Instructions.Types.Gcloud (2.4.0)

public sealed class Violation.Types.Remediation.Types.Instructions.Types.Gcloud : IMessage<Violation.Types.Remediation.Types.Instructions.Types.Gcloud>, IEquatable<Violation.Types.Remediation.Types.Instructions.Types.Gcloud>, IDeepCloneable<Violation.Types.Remediation.Types.Instructions.Types.Gcloud>, IBufferMessage, IMessage

Reference documentation and code samples for the Assured Workloads v1 API class Violation.Types.Remediation.Types.Instructions.Types.Gcloud.

Remediation instructions to resolve violation via gcloud cli

Inheritance

object > Violation.Types.Remediation.Types.Instructions.Types.Gcloud

Namespace

Google.Cloud.AssuredWorkloads.V1

Assembly

Google.Cloud.AssuredWorkloads.V1.dll

Constructors

Gcloud()

public Gcloud()

Gcloud(Gcloud)

public Gcloud(Violation.Types.Remediation.Types.Instructions.Types.Gcloud other)
Parameter
NameDescription
otherViolationTypesRemediationTypesInstructionsTypesGcloud

Properties

public RepeatedField<string> AdditionalLinks { get; }

Additional urls for more information about steps

Property Value
TypeDescription
RepeatedFieldstring

GcloudCommands

public RepeatedField<string> GcloudCommands { get; }

Gcloud command to resolve violation

Property Value
TypeDescription
RepeatedFieldstring

Steps

public RepeatedField<string> Steps { get; }

Steps to resolve violation via gcloud cli

Property Value
TypeDescription
RepeatedFieldstring