Class ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource.ExecuteOntapPatchRequest
ExecuteOntapPatch dispatches the ONTAP PATCH request to the StoragePool cluster.
Inheritance
ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource.ExecuteOntapPatchRequest
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource.ExecuteOntapPatchRequest : NetAppFilesBaseServiceRequest<ExecuteOntapPatchResponse>, IClientServiceRequest<ExecuteOntapPatchResponse>, IClientServiceRequest
Constructors
ExecuteOntapPatchRequest(IClientService, ExecuteOntapPatchRequest, string)
Constructs a new ExecuteOntapPatch request.
Declaration
public ExecuteOntapPatchRequest(IClientService service, ExecuteOntapPatchRequest body, string ontapPath)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| ExecuteOntapPatchRequest | body | |
| string | ontapPath |
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
OntapPath
Required. The resource path of the ONTAP resource. Format:
projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}.
For example:
projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.
Declaration
[RequestParameter("ontapPath", RequestParameterType.Path)]
public virtual string OntapPath { 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 ExecuteOntapPatch parameter list.
Declaration
protected override void InitParameters()