Show / Hide Table of Contents

Class Rule

This is deprecated and has no effect. Do not use.

Inheritance
object
Rule
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.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class Rule : IDirectResponseSchema

Properties

Action

This is deprecated and has no effect. Do not use.

Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type Description
string

Conditions

This is deprecated and has no effect. Do not use.

Declaration
[JsonProperty("conditions")]
public virtual IList<Condition> Conditions { get; set; }
Property Value
Type Description
IList<Condition>

Description

This is deprecated and has no effect. Do not use.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Ins

This is deprecated and has no effect. Do not use.

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

LogConfigs

This is deprecated and has no effect. Do not use.

Declaration
[JsonProperty("logConfigs")]
public virtual IList<LogConfig> LogConfigs { get; set; }
Property Value
Type Description
IList<LogConfig>

NotIns

This is deprecated and has no effect. Do not use.

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

Permissions

This is deprecated and has no effect. Do not use.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX