Cloud Controls Partner v1 API - Class Violation.Types.Remediation.Types.Instructions.Types.Gcloud (1.0.0-beta02)

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 Cloud Controls Partner 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.CloudControlsPartner.V1

Assembly

Google.Cloud.CloudControlsPartner.V1.dll

Constructors

Gcloud()

public Gcloud()

Gcloud(Gcloud)

public Gcloud(Violation.Types.Remediation.Types.Instructions.Types.Gcloud other)
Parameter
Name Description
other ViolationTypesRemediationTypesInstructionsTypesGcloud

Properties

public RepeatedField<string> AdditionalLinks { get; }

Additional urls for more information about steps

Property Value
Type Description
RepeatedFieldstring

GcloudCommands

public RepeatedField<string> GcloudCommands { get; }

Gcloud command to resolve violation

Property Value
Type Description
RepeatedFieldstring

Steps

public RepeatedField<string> Steps { get; }

Steps to resolve violation via gcloud cli

Property Value
Type Description
RepeatedFieldstring