public sealed class Rule : IMessage<Rule>, IEquatable<Rule>, IDeepCloneable<Rule>, IBufferMessage, IMessageThis is deprecated and has no effect. Do not use.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
Rule()
public Rule()Rule(Rule)
public Rule(Rule other)| Parameter | |
|---|---|
| Name | Description |
other |
Rule |
Properties
Action
public string Action { get; set; }This is deprecated and has no effect. Do not use. Check the Action enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Conditions
public RepeatedField<Condition> Conditions { get; }This is deprecated and has no effect. Do not use.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Condition> |
|
Description
public string Description { get; set; }This is deprecated and has no effect. Do not use.
| Property Value | |
|---|---|
| Type | Description |
String |
|
HasAction
public bool HasAction { get; }Gets whether the "action" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasDescription
public bool HasDescription { get; }Gets whether the "description" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Ins
public RepeatedField<string> Ins { get; }This is deprecated and has no effect. Do not use.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
LogConfigs
public RepeatedField<LogConfig> LogConfigs { get; }This is deprecated and has no effect. Do not use.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<LogConfig> |
|
NotIns
public RepeatedField<string> NotIns { get; }This is deprecated and has no effect. Do not use.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Permissions
public RepeatedField<string> Permissions { get; }This is deprecated and has no effect. Do not use.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|