GoogleCloudApigeeV1NodeConfigArgs

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.

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1NodeConfigArgs(maxNodeCount: Output<String>? = null, minNodeCount: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudApigeeV1NodeConfigArgs

Properties

Link copied to clipboard
val maxNodeCount: Output<String>? = null

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
val minNodeCount: Output<String>? = null

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.