Compute Engine v1 API - Class ReservationsScopedList (2.15.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
RepeatedFieldReservation

Warning

public Warning Warning { get; set; }

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

Property Value
TypeDescription
Warning