Show / Hide Table of Contents

Class OSImage

Operation System image.

Inheritance
object
OSImage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX