Google Cloud Apigee V1Node Config Response
data class GoogleCloudApigeeV1NodeConfigResponse(val currentAggregateNodeCount: String, val maxNodeCount: String, val minNodeCount: String)
NodeConfig for setting the min/max number of nodes associated with the environment.
Properties
Link copied to clipboard
The current total number of gateway nodes that each environment currently has across all instances.
Link copied to clipboard
Optional. The maximum total number of gateway nodes that the is reserved for all instances that has the specified environment. If not specified, the default is determined by the recommended maximum number of nodes for that gateway.
Link copied to clipboard
Optional. The minimum total number of gateway nodes that the is reserved for all instances that has the specified environment. If not specified, the default is determined by the recommended minimum number of nodes for that gateway.