public sealed class ReservationsScopedList : IMessage<ReservationsScopedList>, IEquatable<ReservationsScopedList>, IDeepCloneable<ReservationsScopedList>, IBufferMessage, IMessage
Implements
IMessageReservationsScopedList, IEquatableReservationsScopedList, IDeepCloneableReservationsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ReservationsScopedList()
public ReservationsScopedList()
ReservationsScopedList(ReservationsScopedList)
public ReservationsScopedList(ReservationsScopedList other)
Parameter | |
---|---|
Name | Description |
other | ReservationsScopedList |
Properties
Reservations
public RepeatedField<Reservation> Reservations { get; }
A list of reservations contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedFieldReservation |
Warning
public Warning Warning { get; set; }
Informational warning which replaces the list of reservations when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |