public sealed class ReservationData : IMessage<ReservationData>, IEquatable<ReservationData>, IDeepCloneable<ReservationData>, IBufferMessage, IMessage
Reference documentation and code samples for the Capacity Planner v1beta API class ReservationData.
Response entity for reservations data.
Implements
IMessageReservationData, IEquatableReservationData, IDeepCloneableReservationData, IBufferMessage, IMessageNamespace
Google.Cloud.CapacityPlanner.V1BetaAssembly
Google.Cloud.CapacityPlanner.V1Beta.dll
Constructors
ReservationData()
public ReservationData()
ReservationData(ReservationData)
public ReservationData(ReservationData other)
Parameter | |
---|---|
Name | Description |
other |
ReservationData |
Properties
Allocations
public RepeatedField<Allocation> Allocations { get; }
Allocations filtered by the criteria.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAllocation |
FutureReservations
public RepeatedField<FutureReservation> FutureReservations { get; }
Future reservations filtered by the criteria.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFutureReservation |
Name
public string Name { get; set; }
Identifier. The resource name of the connection in the form of:
projects/{project_id}/locations/{location_id}/reservations/{reservation_id}
or
organizations/{organization_id}/locations/{location_id}/reservations/{reservation_id}
or
folders/{folder_id}/locations/{location_id}/reservations/{reservation_id}
Property Value | |
---|---|
Type | Description |
string |
ReservationName
public ReservationName ReservationName { get; set; }
ReservationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ReservationName |
TimeSeries
public TimeSeries TimeSeries { get; set; }
The collection of data points that represent the aggregated reserved value for reservations filtered by the criteria.
Property Value | |
---|---|
Type | Description |
TimeSeries |
UsedReservationValues
public TimeSeries UsedReservationValues { get; set; }
The collection of data points that represent the aggregated used value for reservations filtered by the criteria.
Property Value | |
---|---|
Type | Description |
TimeSeries |