GoogleCloudApigeeV1NodeConfigResponse

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.

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1NodeConfigResponse(currentAggregateNodeCount: String, maxNodeCount: String, minNodeCount: String)

Types

Link copied to clipboard
object Companion

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.