Compute Engine v1 API - Class Uint128 (2.15.0)

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

Inheritance

object > Uint128

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

Uint128()

public Uint128()

Uint128(Uint128)

public Uint128(Uint128 other)
Parameter
NameDescription
otherUint128

Properties

HasHigh

public bool HasHigh { get; }

Gets whether the "high" field is set

Property Value
TypeDescription
bool

HasLow

public bool HasLow { get; }

Gets whether the "low" field is set

Property Value
TypeDescription
bool

High

public ulong High { get; set; }
Property Value
TypeDescription
ulong

Low

public ulong Low { get; set; }
Property Value
TypeDescription
ulong