Liking cljdoc? Tell your friends :D

happygapi.compute.reservations

Compute Engine API: reservations. Creates and runs virtual machines on Google Cloud Platform. See: https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations

Compute Engine API: reservations.
Creates and runs virtual machines on Google Cloud Platform.
See: https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations
raw docstring

aggregatedList$clj

(aggregatedList$ auth parameters)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/aggregatedList

Required parameters: project

Optional parameters: filter, includeAllScopes, maxResults, orderBy, pageToken

Retrieves an aggregated list of reservations.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/aggregatedList

Required parameters: project

Optional parameters: filter, includeAllScopes, maxResults, orderBy, pageToken

Retrieves an aggregated list of reservations.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/delete

Required parameters: project, reservation, zone

Optional parameters: requestId

Deletes the specified reservation.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/delete

Required parameters: project, reservation, zone

Optional parameters: requestId

Deletes the specified reservation.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/get

Required parameters: project, reservation, zone

Optional parameters: none

Retrieves information about the specified reservation.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/get

Required parameters: project, reservation, zone

Optional parameters: none

Retrieves information about the specified reservation.
sourceraw docstring

getIamPolicy$clj

(getIamPolicy$ auth parameters)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/getIamPolicy

Required parameters: project, resource, zone

Optional parameters: none

Gets the access control policy for a resource. May be empty if no such policy or resource exists.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/getIamPolicy

Required parameters: project, resource, zone

Optional parameters: none

Gets the access control policy for a resource. May be empty if no such policy or resource exists.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/insert

Required parameters: project, zone

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :zone string, :name string, :specificReservationRequired boolean, :commitment string, :selfLink string, :specificReservation {:count string, :inUseCount string, :instanceProperties AllocationSpecificSKUAllocationReservedInstanceProperties}, :status string, :id string, :kind string}

Creates a new reservation. For more information, read Reserving zonal resources.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/insert

Required parameters: project, zone

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :zone string,
 :name string,
 :specificReservationRequired boolean,
 :commitment string,
 :selfLink string,
 :specificReservation {:count string,
                       :inUseCount string,
                       :instanceProperties AllocationSpecificSKUAllocationReservedInstanceProperties},
 :status string,
 :id string,
 :kind string}

Creates a new reservation. For more information, read Reserving zonal resources.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/list

Required parameters: project, zone

Optional parameters: filter, maxResults, orderBy, pageToken

A list of all the reservations that have been configured for the specified project in specified zone.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/list

Required parameters: project, zone

Optional parameters: filter, maxResults, orderBy, pageToken

A list of all the reservations that have been configured for the specified project in specified zone.
sourceraw docstring

resize$clj

(resize$ auth parameters body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/resize

Required parameters: project, reservation, zone

Optional parameters: requestId

Body:

{:specificSkuCount string}

Resizes the reservation (applicable to standalone reservations only). For more information, read Modifying reservations.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/resize

Required parameters: project, reservation, zone

Optional parameters: requestId

Body: 

{:specificSkuCount string}

Resizes the reservation (applicable to standalone reservations only). For more information, read Modifying reservations.
sourceraw docstring

setIamPolicy$clj

(setIamPolicy$ auth parameters body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/setIamPolicy

Required parameters: project, resource, zone

Optional parameters: none

Body:

{:bindings [{:condition Expr, :members [string], :role string}], :etag string, :policy {:auditConfigs [AuditConfig], :bindings [Binding], :etag string, :iamOwned boolean, :rules [Rule], :version integer}}

Sets the access control policy on the specified resource. Replaces any existing policy.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/setIamPolicy

Required parameters: project, resource, zone

Optional parameters: none

Body: 

{:bindings [{:condition Expr, :members [string], :role string}],
 :etag string,
 :policy {:auditConfigs [AuditConfig],
          :bindings [Binding],
          :etag string,
          :iamOwned boolean,
          :rules [Rule],
          :version integer}}

Sets the access control policy on the specified resource. Replaces any existing policy.
sourceraw docstring

testIamPermissions$clj

(testIamPermissions$ auth parameters body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/testIamPermissions

Required parameters: project, resource, zone

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified resource.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/reservations/testIamPermissions

Required parameters: project, resource, zone

Optional parameters: none

Body: 

{:permissions [string]}

Returns permissions that a caller has on the specified resource.
sourceraw docstring

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

× close