Liking cljdoc? Tell your friends :D

happygapi.assuredworkloads.organizations

Assured Workloads API: organizations.

See: https://cloud.google.comapi/reference/rest/v1/organizations

Assured Workloads API: organizations.

See: https://cloud.google.comapi/reference/rest/v1/organizations
raw docstring

locations-operations-get$clj

(locations-operations-get$ auth parameters)

https://cloud.google.comapi/reference/rest/v1/organizations/locations/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

https://cloud.google.comapi/reference/rest/v1/organizations/locations/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
sourceraw docstring

locations-operations-list$clj

(locations-operations-list$ auth parameters)

https://cloud.google.comapi/reference/rest/v1/organizations/locations/operations/list

Required parameters: name

Optional parameters: filter, pageToken, pageSize

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

https://cloud.google.comapi/reference/rest/v1/organizations/locations/operations/list

Required parameters: name

Optional parameters: filter, pageToken, pageSize

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
sourceraw docstring

locations-workloads-create$clj

(locations-workloads-create$ auth parameters body)

https://cloud.google.comapi/reference/rest/v1/organizations/locations/workloads/create

Required parameters: parent

Optional parameters: externalId

Body:

{:provisionedResourcesParent string, :labels {}, :kmsSettings {:nextRotationTime string, :rotationPeriod string}, :billingAccount string, :displayName string, :name string, :createTime string, :etag string, :complianceRegime string, :resourceSettings [{:resourceType string, :displayName string, :resourceId string}], :resources [{:resourceId string, :resourceType string}]}

Creates Assured Workload.

https://cloud.google.comapi/reference/rest/v1/organizations/locations/workloads/create

Required parameters: parent

Optional parameters: externalId

Body: 

{:provisionedResourcesParent string,
 :labels {},
 :kmsSettings {:nextRotationTime string, :rotationPeriod string},
 :billingAccount string,
 :displayName string,
 :name string,
 :createTime string,
 :etag string,
 :complianceRegime string,
 :resourceSettings [{:resourceType string,
                     :displayName string,
                     :resourceId string}],
 :resources [{:resourceId string, :resourceType string}]}

Creates Assured Workload.
sourceraw docstring

locations-workloads-delete$clj

(locations-workloads-delete$ auth parameters)

https://cloud.google.comapi/reference/rest/v1/organizations/locations/workloads/delete

Required parameters: name

Optional parameters: etag

Deletes the workload. Make sure that workload's direct children are already in a deleted state, otherwise the request will fail with a FAILED_PRECONDITION error.

https://cloud.google.comapi/reference/rest/v1/organizations/locations/workloads/delete

Required parameters: name

Optional parameters: etag

Deletes the workload. Make sure that workload's direct children are already in a deleted state, otherwise the request will fail with a FAILED_PRECONDITION error.
sourceraw docstring

locations-workloads-get$clj

(locations-workloads-get$ auth parameters)

https://cloud.google.comapi/reference/rest/v1/organizations/locations/workloads/get

Required parameters: name

Optional parameters: none

Gets Assured Workload associated with a CRM Node

https://cloud.google.comapi/reference/rest/v1/organizations/locations/workloads/get

Required parameters: name

Optional parameters: none

Gets Assured Workload associated with a CRM Node
sourceraw docstring

locations-workloads-list$clj

(locations-workloads-list$ auth parameters)

https://cloud.google.comapi/reference/rest/v1/organizations/locations/workloads/list

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

Lists Assured Workloads under a CRM Node.

https://cloud.google.comapi/reference/rest/v1/organizations/locations/workloads/list

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

Lists Assured Workloads under a CRM Node.
sourceraw docstring

locations-workloads-patch$clj

(locations-workloads-patch$ auth parameters body)

https://cloud.google.comapi/reference/rest/v1/organizations/locations/workloads/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:provisionedResourcesParent string, :labels {}, :kmsSettings {:nextRotationTime string, :rotationPeriod string}, :billingAccount string, :displayName string, :name string, :createTime string, :etag string, :complianceRegime string, :resourceSettings [{:resourceType string, :displayName string, :resourceId string}], :resources [{:resourceId string, :resourceType string}]}

Updates an existing workload. Currently allows updating of workload display_name and labels. For force updates don't set etag field in the Workload. Only one update operation per workload can be in progress.

https://cloud.google.comapi/reference/rest/v1/organizations/locations/workloads/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:provisionedResourcesParent string,
 :labels {},
 :kmsSettings {:nextRotationTime string, :rotationPeriod string},
 :billingAccount string,
 :displayName string,
 :name string,
 :createTime string,
 :etag string,
 :complianceRegime string,
 :resourceSettings [{:resourceType string,
                     :displayName string,
                     :resourceId string}],
 :resources [{:resourceId string, :resourceType string}]}

Updates an existing workload. Currently allows updating of workload display_name and labels. For force updates don't set etag field in the Workload. Only one update operation per workload can be in progress.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close