Show / Hide Table of Contents

Class ResizeDiskRequest

Request for resizing the notebook instance disks

Inheritance
object
ResizeDiskRequest
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.AIPlatformNotebooks.v2.Data
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class ResizeDiskRequest : IDirectResponseSchema

Properties

BootDisk

Required. The boot disk to be resized. Only disk_size_gb will be used.

Declaration
[JsonProperty("bootDisk")]
public virtual BootDisk BootDisk { get; set; }
Property Value
Type Description
BootDisk

DataDisk

Required. The data disk to be resized. Only disk_size_gb will be used.

Declaration
[JsonProperty("dataDisk")]
public virtual DataDisk DataDisk { get; set; }
Property Value
Type Description
DataDisk

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX