start-datalake-vertical-scaling¶
- subtitle
Initiates the vertical scaling on Data Lake.
- version
0.9.126
Description¶
Initiates the vertical scaling on Data Lake. You have the option to specify ‘modifyDisks’ or ‘instanceTemplate’ as parameter.
Synopsis¶
start-datalake-vertical-scaling
--datalake <value>
--group <value>
[--instance-template <value>]
[--disk-options <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--datalake
(string)
The name or CRN of the Data Lake.
--group
(string)
The target group that requested vertical scaling.
--instance-template
(object)
Instance template that specifies the core information for the vertical scale.
instanceType -> (string)
The type of the instance.
Shorthand Syntax:
instanceType=string
JSON Syntax:
{
"instanceType": "string"
}
--disk-options
(object)
Attached disk configuration(s).
modifyDisks -> (object)
Attached volume configuration.
size -> (integer)
Size of disks to modify to on all the instances in a group in GB.
volumeType -> (string)
Type of disks to modify to on all the instances in a group.
addDisks -> (object)
Attached volume configuration.
numberOfDisks -> (integer)
Number of disks to add on all the instances in a group.
volumeType -> (string)
Type of disks to add on all the instances in a group.
size -> (integer)
Size of disks to add on all the instances in a group in GB.
cloudVolumeUsageType -> (string)
Usage for the requested disks.
Shorthand Syntax:
modifyDisks={size=integer,volumeType=string},addDisks={numberOfDisks=integer,volumeType=string,size=integer,cloudVolumeUsageType=string}
JSON Syntax:
{
"modifyDisks": {
"size": integer,
"volumeType": "string"
},
"addDisks": {
"numberOfDisks": integer,
"volumeType": "string",
"size": integer,
"cloudVolumeUsageType": "GENERAL"|"DATABASE"
}
}
--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
.
Form Factors¶
public