We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc914d1 commit 1fc1191Copy full SHA for 1fc1191
api/instance/v1/instance_metadata_sdk.go
@@ -96,6 +96,7 @@ type Metadata struct {
96
Organization string `json:"organization,omitempty"`
97
Project string `json:"project,omitempty"`
98
CommercialType string `json:"commercial_type,omitempty"`
99
+ Image Image `json:"image,omitempty"`
100
// PublicIP IPv4 only
101
PublicIP struct {
102
ID string `json:"id"`
0 commit comments