list-supported-instance-types¶
- subtitle
Lists instance types supported by COD
- version
0.9.126
Description¶
Lists instance types supported by COD.
Synopsis¶
list-supported-instance-types
--cloud-platform <value>
--storage-type <value>
--scale-type <value>
[--instance-group <value>]
[--architecture <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--cloud-platform
(string)
Cloud Provider that cluster is exhibited on. AWS - AWS AZURE - Azure GCP - GCP
Possible values:
AWS
AZURE
GCP
--storage-type
(string)
Storage type for clusters. CLOUD_WITH_EPHEMERAL - Cloud with ephemeral storage. CLOUD - Cloud storage without ephemeral storage. HDFS - HDFS storage. CLOUD_WITH_EPHEMERAL_DATATIERING - Cloud with Ephemeral Storage and Datatiering.
Possible values:
CLOUD_WITH_EPHEMERAL
CLOUD
HDFS
--scale-type
(string)
Scale type. MICRO - Create a 2-node cluster (1 gateway and 1 worker) with high availability disabled. LIGHT - Create a multi-node cluster with a light master and gateway instance type. HEAVY - Create a multi-node cluster with heavy master and gateway instance type.
Possible values:
MICRO
LIGHT
HEAVY
--instance-group
(string)
InstanceGroup Type. WORKER - WORKER value of the InstanceGroup name. LEADER - LEADER value of the InstanceGroup name. MASTER - MASTER value of the InstanceGroup name. GATEWAY - GATEWAY value of the InstanceGroup name. STRONGMETA - STRONGMETA value of the InstanceGroup name. EDGE - EDGE value of the InstanceGroup name. COMPUTE - COMPUTE value of the InstanceGroup name. RESTWORKER - RESTWORKER value of the InstanceGroup name.
Possible values:
WORKER
LEADER
MASTER
GATEWAY
STRONGMETA
EDGE
--architecture
(string)
Architecture type for cluster. X86_64 - X64 CPU Architecture is used for the cluster. ARM64 - ARM64 CPU Architecture is used for the cluster.
Possible values:
X86_64
ARM64
--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¶
supportedInstanceTypesLists -> (array)
List of supported instance types.
item -> (object)
Instance Types list for listing supported instance types.
instanceGroup -> (string)
The Instance Group Type.
defaultInstanceTypes -> (string)
The default instance type.
supportedInstanceTypes -> (string)
The other instance types supported.
Form Factors¶
public