Class ProjectsResource.LocationsResource.InstancesResource.ResizeDiskRequest
Resize a notebook instance disk to a higher capacity.
Inheritance
ProjectsResource.LocationsResource.InstancesResource.ResizeDiskRequest
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class ProjectsResource.LocationsResource.InstancesResource.ResizeDiskRequest : AIPlatformNotebooksBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
ResizeDiskRequest(IClientService, ResizeDiskRequest, string)
Constructs a new ResizeDisk request.
Declaration
public ResizeDiskRequest(IClientService service, ResizeDiskRequest body, string notebookInstance)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ResizeDiskRequest | body | |
string | notebookInstance |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
NotebookInstance
Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}
Declaration
[RequestParameter("notebookInstance", RequestParameterType.Path)]
public virtual string NotebookInstance { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ResizeDisk parameter list.
Declaration
protected override void InitParameters()