Google Cloud Apigee V1Node Config Args
data class GoogleCloudApigeeV1NodeConfigArgs(val maxNodeCount: Output<String>? = null, val minNodeCount: Output<String>? = null) : ConvertibleToJava<GoogleCloudApigeeV1NodeConfigArgs>
NodeConfig for setting the min/max number of nodes associated with the environment.
Properties
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.