Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.03 KB

GCPImageOverride.md

File metadata and controls

17 lines (13 loc) · 1.03 KB

GCPImageOverride

GcpImageOverride specifies what a GCP VM Image should be used for a particular product and billing model

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'GCPImageOverride' if this is a complete object or 'GCPImageOverrideLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
billing_model BillingModelItem [optional]
image_id str ImageID is the id of the Google Cloud Platform image. [optional]
product Product [optional]
project_id str ProjectID is the id of the Google Cloud Platform project that hosts the image. [optional]

[Back to Model list] [Back to API list] [Back to README]