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.
Constructors
Link copied to clipboard
                fun GoogleCloudApigeeV1NodeConfigArgs(maxNodeCount: Output<String>? = null, minNodeCount: Output<String>? = null)