Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
ReservationBlock |
ReservationBlock.clone() |
ReservationBlock |
ReservationBlocksGetResponse.getResource() |
ReservationBlock |
ReservationBlock.set(String fieldName,
Object value) |
ReservationBlock |
ReservationBlock.setCount(Integer count)
[Output Only] The number of resources that are allocated in this reservation block.
|
ReservationBlock |
ReservationBlock.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
ReservationBlock |
ReservationBlock.setHealthInfo(ReservationBlockHealthInfo healthInfo)
[Output Only] Health information for the reservation block.
|
ReservationBlock |
ReservationBlock.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
ReservationBlock |
ReservationBlock.setInUseCount(Integer inUseCount)
[Output Only] The number of instances that are currently in use on this reservation block.
|
ReservationBlock |
ReservationBlock.setKind(String kind)
[Output Only] Type of the resource.
|
ReservationBlock |
ReservationBlock.setName(String name)
[Output Only] The name of this reservation block generated by Google Compute Engine.
|
ReservationBlock |
ReservationBlock.setPhysicalTopology(ReservationBlockPhysicalTopology physicalTopology)
[Output Only] The physical topology of the reservation block.
|
ReservationBlock |
ReservationBlock.setReservationMaintenance(GroupMaintenanceInfo reservationMaintenance)
[Output Only] Maintenance information for this reservation block.
|
ReservationBlock |
ReservationBlock.setReservationSubBlockCount(Integer reservationSubBlockCount)
[Output Only] The number of reservation subBlocks associated with this reservation block.
|
ReservationBlock |
ReservationBlock.setReservationSubBlockInUseCount(Integer reservationSubBlockInUseCount)
[Output Only] The number of in-use reservation subBlocks associated with this reservation
block.
|
ReservationBlock |
ReservationBlock.setSelfLink(String selfLink)
[Output Only] Server-defined fully-qualified URL for this resource.
|
ReservationBlock |
ReservationBlock.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
ReservationBlock |
ReservationBlock.setStatus(String status)
[Output Only] Status of the reservation block.
|
ReservationBlock |
ReservationBlock.setZone(String zone)
[Output Only] Zone in which the reservation block resides.
|
Modifier and Type | Method and Description |
---|---|
List<ReservationBlock> |
ReservationBlocksListResponse.getItems()
A list of reservation block resources.
|
Modifier and Type | Method and Description |
---|---|
ReservationBlocksGetResponse |
ReservationBlocksGetResponse.setResource(ReservationBlock resource) |
Modifier and Type | Method and Description |
---|---|
ReservationBlocksListResponse |
ReservationBlocksListResponse.setItems(List<ReservationBlock> items)
A list of reservation block resources.
|
Copyright © 2011–2025 Google. All rights reserved.