start-free-ipa-vertical-scaling

subtitle

Initiates the vertical scaling on FreeIPA.

version

0.9.111

Description

Initiates the vertical scaling on FreeIPA.

Synopsis

  start-free-ipa-vertical-scaling
--environment <value>
--instance-template <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--environment (string)

The name or CRN of the environment.

--instance-template (object)

Instance template that specifies the core information for the instances.

attachedVolumes -> (array)

The attached volume configuration(s).

item -> (object)

The attached volume configuration.

count -> (integer)

The number of volumes.

volumeType -> (string)

The type of the volumes.

size -> (integer)

The size of each volume in GB.

awsProperties -> (object)

AWS specific FreeIPA parameters.

spotPercentage -> (integer)

Percentage of spot instances.

spotMaxPrice -> (double)

Maximum hourly price of spot instances.

instanceType -> (string)

The type of the instance.

Shorthand Syntax:

attachedVolumes=[{count=integer,volumeType=string,size=integer},{count=integer,volumeType=string,size=integer}],awsProperties={spotPercentage=integer,spotMaxPrice=double},instanceType=string

JSON Syntax:

{
  "attachedVolumes": [
    {
      "count": integer,
      "volumeType": "string",
      "size": integer
    }
    ...
  ],
  "awsProperties": {
    "spotPercentage": integer,
    "spotMaxPrice": double
  },
  "instanceType": "string"
}

--cli-input-json (string)

Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.

--generate-cli-skeleton (boolean)

Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for --cli-input-json.

Output

result -> (string)

The result of the operation.

Form Factors

public, private