Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.OsImagesResource

The "osImages" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.OsImagesResource
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
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class ProjectsResource.LocationsResource.OsImagesResource

Constructors

OsImagesResource(IClientService)

Constructs a new resource.

Declaration
public OsImagesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Get details of a single OS image.

Declaration
public virtual ProjectsResource.LocationsResource.OsImagesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the OS image.

Returns
Type Description
ProjectsResource.LocationsResource.OsImagesResource.GetRequest

List(string)

Retrieves the list of OS images which are currently approved.

Declaration
public virtual ProjectsResource.LocationsResource.OsImagesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for ListOSImagesRequest.

Returns
Type Description
ProjectsResource.LocationsResource.OsImagesResource.ListRequest
In this article
Back to top Generated by DocFX