Class OSImage
Operation System image.
Implements
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class OSImage : IDirectResponseSchema
Properties
ApplicableInstanceTypes
Instance types this image is applicable to. Available types
Declaration
[JsonProperty("applicableInstanceTypes")]
public virtual IList<string> ApplicableInstanceTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Code
OS Image code.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
OS Image description.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. OS Image's unique name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportedNetworkTemplates
Network templates that can be used with this OS Image.
Declaration
[JsonProperty("supportedNetworkTemplates")]
public virtual IList<string> SupportedNetworkTemplates { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |