HardwareConfig

Configuration for GDC hardware.

JSON representation
{
  "sku": string,
  "powerSupply": enum (PowerSupply),
  "subscriptionDurationMonths": integer,
  "autoRenewal": boolean
}
Fields
sku

string

Required. Reference to the SKU for this hardware. This can point to a specific SKU revision in the form of resourceName@revisionId as defined in AIP-162. If no revisionId is specified, it refers to the latest revision.

powerSupply

enum (PowerSupply)

Required. Power supply type for this hardware.

subscriptionDurationMonths

integer

Optional. Subscription duration for the hardware in months.

autoRenewal

boolean

Optional. Indicates whether hardware subscriptions will auto-renew at term end. Settable when the selected SKU supports auto-renewal.