GoogleCloudApigeeV1NodeConfig class

NodeConfig for setting the min/max number of nodes associated with the environment.

Constructors

GoogleCloudApigeeV1NodeConfig({String? currentAggregateNodeCount, String? maxNodeCount, String? minNodeCount})
GoogleCloudApigeeV1NodeConfig.fromJson(Map json_)

Properties

currentAggregateNodeCount String?
The current total number of gateway nodes that each environment currently has across all instances.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxNodeCount String?
The maximum total number of gateway nodes that the is reserved for all instances that has the specified environment.
getter/setter pair
minNodeCount String?
The minimum total number of gateway nodes that the is reserved for all instances that has the specified environment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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