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
Implements
IMessageViolationTypesRemediationTypesInstructionsTypesGcloud, IEquatableViolationTypesRemediationTypesInstructionsTypesGcloud, IDeepCloneableViolationTypesRemediationTypesInstructionsTypesGcloud, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1Assembly
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
AdditionalLinks
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 |