MaintenancePolicy class

MaintenancePolicy defines the maintenance policy to be used for the cluster.

Constructors

MaintenancePolicy({String? resourceVersion, MaintenanceWindow? window})
MaintenancePolicy.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceVersion String?
A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
window MaintenanceWindow?
Specifies the maintenance window in which maintenance may be performed.
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