NetApp v1 API - Class ExecuteOntapPatchRequest (1.15.0)

public sealed class ExecuteOntapPatchRequest : IMessage<ExecuteOntapPatchRequest>, IEquatable<ExecuteOntapPatchRequest>, IDeepCloneable<ExecuteOntapPatchRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the NetApp v1 API class ExecuteOntapPatchRequest.

Request message for ExecuteOntapPatch API.

Inheritance

object > ExecuteOntapPatchRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

ExecuteOntapPatchRequest()

public ExecuteOntapPatchRequest()

ExecuteOntapPatchRequest(ExecuteOntapPatchRequest)

public ExecuteOntapPatchRequest(ExecuteOntapPatchRequest other)
Parameter
Name Description
other ExecuteOntapPatchRequest

Properties

Body

public Struct Body { get; set; }

Required. The raw JSON body of the request. The body should be in the format of the ONTAP resource. For example:

{
  "body": {
    "field1": "value1",
    "field2": "value2",
  }
}
Property Value
Type Description
Struct

OntapPath

public string OntapPath { get; set; }

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.

Property Value
Type Description
string