numLocalSsds property

int? numLocalSsds
getter/setter pair

Number of attached SSDs, from 0 to 8 (default is 0).

If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.

Optional.

Implementation

core.int? numLocalSsds;