Properties of a Sku.
Package
@google-cloud/gdchardwaremanagementProperties
config
config?: (google.cloud.gdchardwaremanagement.v1alpha.ISkuConfig|null);
Sku config
createTime
createTime?: (google.protobuf.ITimestamp|null);
Sku createTime
description
description?: (string|null);
Sku description
displayName
displayName?: (string|null);
Sku displayName
instances
instances?: (google.cloud.gdchardwaremanagement.v1alpha.ISkuInstance[]|null);
Sku instances
isActive
isActive?: (boolean|null);
Sku isActive
name
name?: (string|null);
Sku name
revisionId
revisionId?: (string|null);
Sku revisionId
type
type?: (google.cloud.gdchardwaremanagement.v1alpha.Sku.Type|keyof typeof google.cloud.gdchardwaremanagement.v1alpha.Sku.Type|null);
Sku type
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Sku updateTime
vcpuCount
vcpuCount?: (number|null);
Sku vcpuCount