ReservationBlock class
Represents a reservation block resource.
Constructors
- ReservationBlock.new({int? count, String? creationTimestamp, ReservationBlockHealthInfo? healthInfo, String? id, int? inUseCount, String? kind, String? name, ReservationBlockPhysicalTopology? physicalTopology, GroupMaintenanceInfo? reservationMaintenance, int? reservationSubBlockCount, int? reservationSubBlockInUseCount, String? selfLink, String? selfLinkWithId, String? status, String? zone})
- ReservationBlock.fromJson(Map json_)
Properties
- count ↔ int?
-
The number of resources that are allocated in this reservation block.
getter/setter pair
- creationTimestamp ↔ String?
-
Creation timestamp in RFC3339 text format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthInfo ↔ ReservationBlockHealthInfo?
-
Health information for the reservation block.
getter/setter pair
- id ↔ String?
-
The unique identifier for the resource.
getter/setter pair
- inUseCount ↔ int?
-
The number of instances that are currently in use on this reservation
block.
getter/setter pair
- kind ↔ String?
-
Type of the resource.
getter/setter pair
- name ↔ String?
-
The name of this reservation block generated by Google Compute Engine.
getter/setter pair
- physicalTopology ↔ ReservationBlockPhysicalTopology?
-
The physical topology of the reservation block.
getter/setter pair
- reservationMaintenance ↔ GroupMaintenanceInfo?
-
Maintenance information for this reservation block.
getter/setter pair
- reservationSubBlockCount ↔ int?
-
The number of reservation subBlocks associated with this reservation
block.
getter/setter pair
- reservationSubBlockInUseCount ↔ int?
-
The number of in-use reservation subBlocks associated with this
reservation block.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Server-defined fully-qualified URL for this resource.
getter/setter pair
- selfLinkWithId ↔ String?
-
Server-defined URL for this resource with the resource id.
getter/setter pair
- status ↔ String?
-
Status of the reservation block.
getter/setter pair
- zone ↔ String?
-
Zone in which the reservation block resides.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited