Compute Engine v1 API - Class Condition (2.15.0)

public sealed class Condition : IMessage<Condition>, IEquatable<Condition>, IDeepCloneable<Condition>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class Condition.

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

Inheritance

object > Condition

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

Condition()

public Condition()

Condition(Condition)

public Condition(Condition other)
Parameter
NameDescription
otherCondition

Properties

HasIam

public bool HasIam { get; }

Gets whether the "iam" field is set

Property Value
TypeDescription
bool

HasOp

public bool HasOp { get; }

Gets whether the "op" field is set

Property Value
TypeDescription
bool

HasSvc

public bool HasSvc { get; }

Gets whether the "svc" field is set

Property Value
TypeDescription
bool

HasSys

public bool HasSys { get; }

Gets whether the "sys" field is set

Property Value
TypeDescription
bool

Iam

public string Iam { get; set; }

This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.

Property Value
TypeDescription
string

Op

public string Op { get; set; }

This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.

Property Value
TypeDescription
string

Svc

public string Svc { get; set; }

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

Property Value
TypeDescription
string

Sys

public string Sys { get; set; }

This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.

Property Value
TypeDescription
string

Values

public RepeatedField<string> Values { get; }

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

Property Value
TypeDescription
RepeatedFieldstring