You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete the data insights from workload manager data warehouse.
1364
+
1365
+
## Parameters
1366
+
1367
+
* `connection` (*type:* `GoogleApi.WorkloadManager.V1.Connection.t`) - Connection to server
1368
+
* `name` (*type:* `String.t`) - Required. The system id of the SAP system resource to delete. Formatted as projects/{project}/locations/{location}/sapSystems/{sap_system_id}
* `:alt` (*type:* `String.t`) - Data format for response.
1373
+
* `:callback` (*type:* `String.t`) - JSONP
1374
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
1375
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
1376
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
1377
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
1378
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
1379
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
1380
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
1381
+
* `:requestId` (*type:* `String.t`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
1382
+
* `opts` (*type:* `keyword()`) - Call options
1383
+
1384
+
## Returns
1385
+
1386
+
* `{:ok, %GoogleApi.WorkloadManager.V1.Model.Empty{}}` on success
Copy file name to clipboardExpand all lines: clients/workload_manager/lib/google_api/workload_manager/v1/model/sap_discovery_resource_instance_properties.ex
* `appInstances` (*type:* `list(GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstancePropertiesAppInstance.t)`, *default:* `nil`) - Optional. App server instances on the host
25
25
* `clusterInstances` (*type:* `list(String.t)`, *default:* `nil`) - Optional. A list of instance URIs that are part of a cluster with this one.
26
+
* `diskMounts` (*type:* `list(GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstancePropertiesDiskMount.t)`, *default:* `nil`) - Optional. Disk mounts on the instance.
0 commit comments