public interface ExecuteOntapGetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOntapPath()
public abstract String getOntapPath() 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.
string ontap_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The ontapPath. |
getOntapPathBytes()
public abstract ByteString getOntapPathBytes() 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.
string ontap_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ontapPath. |