Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions

Instructions to remediate violation

Inheritance
object
GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions : IDirectResponseSchema

Properties

ConsoleInstructions

Remediation instructions to resolve violation via cloud console

Declaration
[JsonProperty("consoleInstructions")]
public virtual GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole ConsoleInstructions { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcloudInstructions

Remediation instructions to resolve violation via gcloud cli

Declaration
[JsonProperty("gcloudInstructions")]
public virtual GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsGcloud GcloudInstructions { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsGcloud

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX