type property
The type of commitment; specifies the machine series for which you want to commit to purchasing resources. The choice of machine series affects the discount rate and the eligible resource types.
The type must be one of the following:ACCELERATOR_OPTIMIZED, ACCELERATOR_OPTIMIZED_A3,ACCELERATOR_OPTIMIZED_A3_MEGA,COMPUTE_OPTIMIZED, COMPUTE_OPTIMIZED_C2D, COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3, GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2, GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED, GRAPHICS_OPTIMIZED_G4,MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3.
For example, type MEMORY_OPTIMIZED specifies a commitment that applies only to eligible resources of memory optimized M1 and M2 machine series. Type GENERAL_PURPOSE specifies a commitment that applies only to eligible resources of general purpose N1 machine series. Possible string values are:
- "ACCELERATOR_OPTIMIZED"
- "ACCELERATOR_OPTIMIZED_A3"
- "ACCELERATOR_OPTIMIZED_A3_MEGA"
- "ACCELERATOR_OPTIMIZED_A3_ULTRA"
- "ACCELERATOR_OPTIMIZED_A4"
- "COMPUTE_OPTIMIZED"
- "COMPUTE_OPTIMIZED_C2D"
- "COMPUTE_OPTIMIZED_C3"
- "COMPUTE_OPTIMIZED_C3D"
- "COMPUTE_OPTIMIZED_H3"
- "COMPUTE_OPTIMIZED_H4D"
- "GENERAL_PURPOSE"
- "GENERAL_PURPOSE_C4"
- "GENERAL_PURPOSE_C4A"
- "GENERAL_PURPOSE_C4D"
- "GENERAL_PURPOSE_E2"
- "GENERAL_PURPOSE_N2"
- "GENERAL_PURPOSE_N2D"
- "GENERAL_PURPOSE_N4"
- "GENERAL_PURPOSE_N4A"
- "GENERAL_PURPOSE_N4D"
- "GENERAL_PURPOSE_T2D"
- "GRAPHICS_OPTIMIZED"
- "GRAPHICS_OPTIMIZED_G4"
- "MEMORY_OPTIMIZED"
- "MEMORY_OPTIMIZED_M3"
- "MEMORY_OPTIMIZED_M4"
- "MEMORY_OPTIMIZED_M4_6TB"
- "MEMORY_OPTIMIZED_X4_1440_24T" : CUD bucket for X4 machine with 1440 vCPUs and 24TB of memory.
- "MEMORY_OPTIMIZED_X4_16TB"
- "MEMORY_OPTIMIZED_X4_1920_32T" : CUD bucket for X4 machine with 1920 vCPUs and 32TB of memory.
- "MEMORY_OPTIMIZED_X4_24TB"
- "MEMORY_OPTIMIZED_X4_32TB"
- "MEMORY_OPTIMIZED_X4_480_6T" : CUD bucket for X4 machine with 480 vCPUs and 6TB of memory.
- "MEMORY_OPTIMIZED_X4_480_8T" : CUD bucket for X4 machine with 480 vCPUs and 8TB of memory.
- "MEMORY_OPTIMIZED_X4_960_12T" : CUD bucket for X4 machine with 960 vCPUs and 12TB of memory.
- "MEMORY_OPTIMIZED_X4_960_16T" : CUD bucket for X4 machine with 960 vCPUs and 16TB of memory.
- "STORAGE_OPTIMIZED_Z3"
- "TYPE_UNSPECIFIED" : Note for internal users: When adding a new enum
Type for v1, make sure
to also add it in the comment for the
optional Type typedefinition. This ensures that the public documentation displays the new enum Type.
Implementation
core.String? type;