Liking cljdoc? Tell your friends :D

happygapi.compute.instanceTemplates

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: instanceTemplate, project

Optional parameters: requestId

Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.

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

Required parameters: instanceTemplate, project

Optional parameters: requestId

Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: instanceTemplate, project

Optional parameters: none

Returns the specified instance template. Gets a list of available instance templates by making a list() request.

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

Required parameters: instanceTemplate, project

Optional parameters: none

Returns the specified instance template. Gets a list of available instance templates by making a list() request.
sourceraw docstring

getIamPolicy$clj

(getIamPolicy$ auth parameters)

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

Required parameters: project, resource

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/instanceTemplates/getIamPolicy

Required parameters: project, resource

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/instanceTemplates/insert

Required parameters: project

Optional parameters: requestId

Body:

{:description string, :properties {:description string, :tags Tags, :labels {}, :shieldedInstanceConfig ShieldedInstanceConfig, :scheduling Scheduling, :resourcePolicies [string], :canIpForward boolean, :guestAccelerators [AcceleratorConfig], :machineType string, :disks [AttachedDisk], :reservationAffinity ReservationAffinity, :networkInterfaces [NetworkInterface], :metadata Metadata, :serviceAccounts [ServiceAccount], :minCpuPlatform string}, :sourceInstance string, :creationTimestamp string, :name string, :selfLink string, :id string, :sourceInstanceParams {:diskConfigs [DiskInstantiationConfig]}, :kind string}

Creates an instance template in the specified project using the data that is included in the request. If you are creating a new template to update an existing instance group, your new instance template must use the same network or, if applicable, the same subnetwork as the original template.

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

Required parameters: project

Optional parameters: requestId

Body: 

{:description string,
 :properties {:description string,
              :tags Tags,
              :labels {},
              :shieldedInstanceConfig ShieldedInstanceConfig,
              :scheduling Scheduling,
              :resourcePolicies [string],
              :canIpForward boolean,
              :guestAccelerators [AcceleratorConfig],
              :machineType string,
              :disks [AttachedDisk],
              :reservationAffinity ReservationAffinity,
              :networkInterfaces [NetworkInterface],
              :metadata Metadata,
              :serviceAccounts [ServiceAccount],
              :minCpuPlatform string},
 :sourceInstance string,
 :creationTimestamp string,
 :name string,
 :selfLink string,
 :id string,
 :sourceInstanceParams {:diskConfigs [DiskInstantiationConfig]},
 :kind string}

Creates an instance template in the specified project using the data that is included in the request. If you are creating a new template to update an existing instance group, your new instance template must use the same network or, if applicable, the same subnetwork as the original template.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken

Retrieves a list of instance templates that are contained within the specified project.

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

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken

Retrieves a list of instance templates that are contained within the specified project.
sourceraw docstring

setIamPolicy$clj

(setIamPolicy$ auth parameters body)

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

Required parameters: project, resource

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/instanceTemplates/setIamPolicy

Required parameters: project, resource

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/instanceTemplates/testIamPermissions

Required parameters: project, resource

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/instanceTemplates/testIamPermissions

Required parameters: project, resource

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