Fleet class

Fleet contains the Fleet-wide metadata and configuration.

Constructors

Fleet({String? createTime, DefaultClusterConfig? defaultClusterConfig, String? deleteTime, String? displayName, Map<String, String>? labels, String? name, FleetLifecycleState? state, String? uid, String? updateTime})
Fleet.fromJson(Map json_)

Properties

createTime String?
When the Fleet was created.
getter/setter pair
defaultClusterConfig DefaultClusterConfig?
The default cluster configurations to apply across the fleet.
getter/setter pair
deleteTime String?
When the Fleet was deleted.
getter/setter pair
displayName String?
A user-assigned display name of the Fleet.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels for this Fleet.
getter/setter pair
name String?
The full, unique resource name of this fleet in the format of projects/{project}/locations/{location}/fleets/{fleet}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state FleetLifecycleState?
State of the namespace resource.
getter/setter pair
uid String?
Google-generated UUID for this resource.
getter/setter pair
updateTime String?
When the Fleet was last updated.
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