ReservationSubBlock class

Represents a reservation subBlock resource.

Constructors

ReservationSubBlock.new({int? count, String? creationTimestamp, ReservationSubBlockHealthInfo? healthInfo, String? id, int? inUseCount, String? kind, String? name, ReservationSubBlockPhysicalTopology? physicalTopology, GroupMaintenanceInfo? reservationSubBlockMaintenance, String? selfLink, String? selfLinkWithId, String? status, String? zone})
ReservationSubBlock.fromJson(Map json_)

Properties

count int?
The number of hosts that are allocated in this reservation subBlock.
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 ReservationSubBlockHealthInfo?
Health information for the reservation subBlock.
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 subBlock.
getter/setter pair
kind String?
Type of the resource.
getter/setter pair
name String?
The name of this reservation subBlock generated by Google Compute Engine.
getter/setter pair
physicalTopology ReservationSubBlockPhysicalTopology?
The physical topology of the reservation subBlock.
getter/setter pair
reservationSubBlockMaintenance GroupMaintenanceInfo?
Maintenance information for this reservation subBlock.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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 subBlock.
getter/setter pair
zone String?
Zone in which the reservation subBlock 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