Show / Hide Table of Contents

Class DiskSettingsResource

The "diskSettings" collection of methods.

Inheritance
object
DiskSettingsResource
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 DiskSettingsResource

Constructors

DiskSettingsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string)

Get Zonal Disk Settings.

Declaration
public virtual DiskSettingsResource.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
DiskSettingsResource.GetRequest

Patch(DiskSettings, string, string)

Patch Zonal Disk Settings

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

The body of the request.

string project

Project ID for this request.

string zone

The name of the zone for this request.

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