FutureReservation constructor
FutureReservation({
- AllocationAggregateReservation? aggregateReservation,
- String? autoCreatedReservationsDeleteTime,
- Duration? autoCreatedReservationsDuration,
- bool? autoDeleteAutoCreatedReservations,
- FutureReservationCommitmentInfo? commitmentInfo,
- String? creationTimestamp,
- String? deploymentType,
- String? description,
- bool? enableEmergentMaintenance,
- String? id,
- String? kind,
- String? name,
- String? namePrefix,
- String? planningStatus,
- String? reservationMode,
- String? reservationName,
- String? schedulingType,
- String? selfLink,
- String? selfLinkWithId,
- bool? specificReservationRequired,
- FutureReservationSpecificSKUProperties? specificSkuProperties,
- FutureReservationStatus? status,
- FutureReservationTimeWindow? timeWindow,
- String? zone,
Implementation
FutureReservation({
this.aggregateReservation,
this.autoCreatedReservationsDeleteTime,
this.autoCreatedReservationsDuration,
this.autoDeleteAutoCreatedReservations,
this.commitmentInfo,
this.creationTimestamp,
this.deploymentType,
this.description,
this.enableEmergentMaintenance,
this.id,
this.kind,
this.name,
this.namePrefix,
this.planningStatus,
this.reservationMode,
this.reservationName,
this.schedulingType,
this.selfLink,
this.selfLinkWithId,
this.shareSettings,
this.specificReservationRequired,
this.specificSkuProperties,
this.status,
this.timeWindow,
this.zone,
});