Resource: Sku
A stock keeping unit (SKU) of GDC hardware.
JSON representation |
---|
{ "name": string, "displayName": string, "createTime": string, "updateTime": string, "config": { object ( |
Fields | |
---|---|
name |
Identifier. Name of this SKU. Format: |
display |
Output only. Display name of this SKU. |
create |
Output only. Time when this SKU was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. Time when this SKU was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
config |
Output only. Configuration for this SKU. |
instances[] |
Output only. Available instances of this SKU. This field should be used for checking availability of a SKU. |
description |
Output only. Description of this SKU. |
revision |
Output only. The SKU revision ID. A new revision is created whenever |
is |
Output only. Flag to indicate whether or not this revision is active. Only an active revision can be used in a new Order. |
type |
Output only. Type of this SKU. |
vcpu |
Output only. The vCPU count associated with this SKU. |
SkuConfig
Configuration for a SKU.
JSON representation |
---|
{ "cpu": string, "gpu": string, "ram": string, "storage": string } |
Fields | |
---|---|
cpu |
Information about CPU configuration. |
gpu |
Information about GPU configuration. |
ram |
Information about RAM configuration. |
storage |
Information about storage configuration. |
SkuInstance
A specific instance of the SKU.
JSON representation |
---|
{
"regionCode": string,
"powerSupply": enum ( |
Fields | |
---|---|
region |
The Unicode CLDR region code where this instance is available. |
power |
Power supply type for this instance. |
billing |
Reference to the corresponding SKU in the Cloud Billing API. The estimated price information can be retrieved using that API. Format: |
billing |
Reference to the corresponding SKU per vCPU in the Cloud Billing API. The estimated price information can be retrieved using that API. Format: |
subscription |
Subscription duration for the hardware in months. |
Type
Valid types of a SKU.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Type of the SKU is unspecified. This is not an allowed value. |
RACK |
Rack SKU. |
SERVER |
Server SKU. |
Methods |
|
---|---|
|
Gets details of an SKU. |
|
Lists SKUs for a given project and location. |