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