Class ReservationsScopedList (1.3.0)

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

Inheritance

Object > ReservationsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ReservationsScopedList()

public ReservationsScopedList()

ReservationsScopedList(ReservationsScopedList)

public ReservationsScopedList(ReservationsScopedList other)
Parameter
NameDescription
otherReservationsScopedList

Properties

Reservations

public RepeatedField<Reservation> Reservations { get; }

A list of reservations contained in this scope.

Property Value
TypeDescription
RepeatedField<Reservation>

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of reservations when the list is empty.

Property Value
TypeDescription
Warning