public sealed class ExecuteOntapPostRequest : IMessage<ExecuteOntapPostRequest>, IEquatable<ExecuteOntapPostRequest>, IDeepCloneable<ExecuteOntapPostRequest>, IBufferMessage, IMessageReference documentation and code samples for the NetApp v1 API class ExecuteOntapPostRequest.
Request message for ExecuteOntapPost API.
Implements
IMessageExecuteOntapPostRequest, IEquatableExecuteOntapPostRequest, IDeepCloneableExecuteOntapPostRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
ExecuteOntapPostRequest()
public ExecuteOntapPostRequest()ExecuteOntapPostRequest(ExecuteOntapPostRequest)
public ExecuteOntapPostRequest(ExecuteOntapPostRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecuteOntapPostRequest |
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 |
|