Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.FutureReservations.Insert |
Compute.FutureReservations.insert(String project,
String zone,
FutureReservation content)
Creates a new Future Reservation.
|
Compute.FutureReservations.Update |
Compute.FutureReservations.update(String project,
String zone,
String futureReservation,
FutureReservation content)
Updates the specified future reservation.
|
Constructor and Description |
---|
Insert(String project,
String zone,
FutureReservation content)
Creates a new Future Reservation.
|
Update(String project,
String zone,
String futureReservation,
FutureReservation content)
Updates the specified future reservation.
|
Modifier and Type | Method and Description |
---|---|
FutureReservation |
FutureReservation.clone() |
FutureReservation |
FutureReservation.set(String fieldName,
Object value) |
FutureReservation |
FutureReservation.setAggregateReservation(AllocationAggregateReservation aggregateReservation)
Aggregate reservation details for the future reservation.
|
FutureReservation |
FutureReservation.setAutoCreatedReservationsDeleteTime(String autoCreatedReservationsDeleteTime)
Future timestamp when the FR auto-created reservations will be deleted by Compute Engine.
|
FutureReservation |
FutureReservation.setAutoCreatedReservationsDuration(Duration autoCreatedReservationsDuration)
Specifies the duration of auto-created reservations.
|
FutureReservation |
FutureReservation.setAutoDeleteAutoCreatedReservations(Boolean autoDeleteAutoCreatedReservations)
Setting for enabling or disabling automatic deletion for auto-created reservation.
|
FutureReservation |
FutureReservation.setCommitmentInfo(FutureReservationCommitmentInfo commitmentInfo)
If not present, then FR will not deliver a new commitment or update an existing commitment.
|
FutureReservation |
FutureReservation.setCreationTimestamp(String creationTimestamp)
[Output Only] The creation timestamp for this future reservation inRFC3339 text format.
|
FutureReservation |
FutureReservation.setDeploymentType(String deploymentType)
Type of the deployment requested as part of future reservation.
|
FutureReservation |
FutureReservation.setDescription(String description)
An optional description of this resource.
|
FutureReservation |
FutureReservation.setEnableEmergentMaintenance(Boolean enableEmergentMaintenance)
Indicates if this group of VMs have emergent maintenance enabled.
|
FutureReservation |
FutureReservation.setId(BigInteger id)
[Output Only] A unique identifier for this future reservation.
|
FutureReservation |
FutureReservation.setKind(String kind)
[Output Only] Type of the resource.
|
FutureReservation |
FutureReservation.setName(String name)
The name of the resource, provided by the client when initially creating the resource.
|
FutureReservation |
FutureReservation.setNamePrefix(String namePrefix)
Name prefix for the reservations to be created at the time of delivery.
|
FutureReservation |
FutureReservation.setPlanningStatus(String planningStatus)
Planning state before being submitted for evaluation
|
FutureReservation |
FutureReservation.setReservationName(String reservationName)
Name of reservations where the capacity is provisioned at the time of delivery of future
reservations.
|
FutureReservation |
FutureReservation.setSchedulingType(String schedulingType)
Maintenance information for this reservation
|
FutureReservation |
FutureReservation.setSelfLink(String selfLink)
[Output Only] Server-defined fully-qualified URL for this resource.
|
FutureReservation |
FutureReservation.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
FutureReservation |
FutureReservation.setShareSettings(ShareSettings shareSettings)
List of Projects/Folders to share with.
|
FutureReservation |
FutureReservation.setSpecificReservationRequired(Boolean specificReservationRequired)
Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any"
reservation.
|
FutureReservation |
FutureReservation.setSpecificSkuProperties(FutureReservationSpecificSKUProperties specificSkuProperties)
Future Reservation configuration to indicate instance properties and total count.
|
FutureReservation |
FutureReservation.setStatus(FutureReservationStatus status)
[Output only] Status of the Future Reservation
|
FutureReservation |
FutureReservation.setTimeWindow(FutureReservationTimeWindow timeWindow)
Time window for this Future Reservation.
|
FutureReservation |
FutureReservation.setZone(String zone)
[Output Only] URL of the Zone where this future reservation resides.
|
Modifier and Type | Method and Description |
---|---|
List<FutureReservation> |
FutureReservationsScopedList.getFutureReservations()
A list of future reservations contained in this scope.
|
List<FutureReservation> |
FutureReservationsListResponse.getItems()
[Output Only] A list of future reservation resources.
|
Modifier and Type | Method and Description |
---|---|
FutureReservationsScopedList |
FutureReservationsScopedList.setFutureReservations(List<FutureReservation> futureReservations)
A list of future reservations contained in this scope.
|
FutureReservationsListResponse |
FutureReservationsListResponse.setItems(List<FutureReservation> items)
[Output Only] A list of future reservation resources.
|
Copyright © 2011–2025 Google. All rights reserved.