public sealed class Rule : IMessage<Rule>, IEquatable<Rule>, IDeepCloneable<Rule>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class Rule.
This 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 |
RepeatedFieldCondition |
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 |
bool |
HasDescription
public bool HasDescription { get; }
Gets whether the "description" field is set
Property Value | |
---|---|
Type | Description |
bool |
Ins
public RepeatedField<string> Ins { get; }
This is deprecated and has no effect. Do not use.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
LogConfigs
public RepeatedField<LogConfig> LogConfigs { get; }
This is deprecated and has no effect. Do not use.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLogConfig |
NotIns
public RepeatedField<string> NotIns { get; }
This is deprecated and has no effect. Do not use.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Permissions
public RepeatedField<string> Permissions { get; }
This is deprecated and has no effect. Do not use.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |