Show / Hide Table of Contents

Class InstanceSettingsResource

The "instanceSettings" collection of methods.

Inheritance
object
InstanceSettingsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceSettingsResource

Constructors

InstanceSettingsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string)

Get Instance settings.

Declaration
public virtual InstanceSettingsResource.GetRequest Get(string project, string zone)
Parameters
Type Name Description
string project

Project ID for this request.

string zone

Name of the zone for this request.

Returns
Type Description
InstanceSettingsResource.GetRequest

Patch(InstanceSettings, string, string)

Patch Instance settings

Declaration
public virtual InstanceSettingsResource.PatchRequest Patch(InstanceSettings body, string project, string zone)
Parameters
Type Name Description
InstanceSettings body

The body of the request.

string project

Project ID for this request.

string zone

The zone scoping this request. It should conform to RFC1035.

Returns
Type Description
InstanceSettingsResource.PatchRequest
In this article
Back to top Generated by DocFX