Zone class

Represents a Zone resource.

A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-a is located in the us-east1 region. For more information, read Regions and Zones.

Constructors

Zone({List<String>? availableCpuPlatforms, String? creationTimestamp, DeprecationStatus? deprecated, String? description, String? id, String? kind, String? name, String? region, String? selfLink, String? status, bool? supportsPzs})
Zone.fromJson(Map json_)

Properties

availableCpuPlatforms List<String>?
Available cpu/platform selections for the zone.
getter/setter pair
creationTimestamp String?
Creation timestamp in RFC3339 text format.
getter/setter pair
deprecated DeprecationStatus?
The deprecation status associated with this zone.
getter/setter pair
description String?
Textual description of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the resource.
getter/setter pair
kind String?
Type of the resource.
getter/setter pair
name String?
Name of the resource.
getter/setter pair
region String?
Full URL reference to the region which hosts the zone.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Server-defined URL for the resource.
getter/setter pair
status String?
Status of the zone, either UP or DOWN.
getter/setter pair
supportsPzs bool?
Reserved for future use.
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