Show / Hide Table of Contents

Class Rule

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

Inheritance
System.Object
Rule
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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
System.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
System.Collections.Generic.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<System.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
System.Collections.Generic.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
System.Collections.Generic.IList<System.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
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
In This Article
Back to top