Show / Hide Table of Contents

Class Gcloud

Remediation instructions to resolve violation via gcloud cli

Inheritance
object
Gcloud
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.CloudControlsPartnerService.v1beta.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1beta.dll
Syntax
public class Gcloud : IDirectResponseSchema

Properties

AdditionalLinks

Additional urls for more information about steps

Declaration
[JsonProperty("additionalLinks")]
public virtual IList<string> AdditionalLinks { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

GcloudCommands

Gcloud command to resolve violation

Declaration
[JsonProperty("gcloudCommands")]
public virtual IList<string> GcloudCommands { get; set; }
Property Value
Type Description
IList<string>

Steps

Steps to resolve violation via gcloud cli

Declaration
[JsonProperty("steps")]
public virtual IList<string> Steps { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX