Sku(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A stock keeping unit (SKU) of GDC hardware.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. Name of this SKU. Format: projects/{project}/locations/{location}/skus/{sku}
|
display_name |
str
Output only. Display name of this SKU. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this SKU was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this SKU was last updated. |
config |
google.cloud.gdchardwaremanagement_v1alpha.types.SkuConfig
Output only. Configuration for this SKU. |
instances |
MutableSequence[google.cloud.gdchardwaremanagement_v1alpha.types.SkuInstance]
Output only. Available instances of this SKU. This field should be used for checking availability of a SKU. |
description |
str
Output only. Description of this SKU. |
revision_id |
str
Output only. The SKU revision ID. A new revision is created whenever config is updated. The format is an 8-character
hexadecimal string.
|
is_active |
bool
Output only. Flag to indicate whether or not this revision is active. Only an active revision can be used in a new Order. |
type_ |
google.cloud.gdchardwaremanagement_v1alpha.types.Sku.Type
Output only. Type of this SKU. |
vcpu_count |
int
Output only. The vCPU count associated with this SKU. |
Classes
Type
Type(value)
Valid types of a SKU.