Class ResizeDiskRequest
Request for resizing the notebook instance disks
Implements
Inherited Members
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 |