Compute Engine v1 API - Class FutureReservationsScopedList (3.22.0)

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

Inheritance

object > FutureReservationsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

FutureReservationsScopedList()

public FutureReservationsScopedList()

FutureReservationsScopedList(FutureReservationsScopedList)

public FutureReservationsScopedList(FutureReservationsScopedList other)
Parameter
Name Description
other FutureReservationsScopedList

Properties

FutureReservations

public RepeatedField<FutureReservation> FutureReservations { get; }

A list of future reservations contained in this scope.

Property Value
Type Description
RepeatedFieldFutureReservation

Warning

public Warning Warning { get; set; }

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

Property Value
Type Description
Warning