Liking cljdoc? Tell your friends :D

happygapi.compute.globalPublicDelegatedPrefixes

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

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

delete$clj

(delete$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/globalPublicDelegatedPrefixes/delete

Required parameters: publicDelegatedPrefix, project

Optional parameters: requestId

Deletes the specified global PublicDelegatedPrefix.

https://cloud.google.com/compute/api/reference/rest/v1/globalPublicDelegatedPrefixes/delete

Required parameters: publicDelegatedPrefix, project

Optional parameters: requestId

Deletes the specified global PublicDelegatedPrefix.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/globalPublicDelegatedPrefixes/get

Required parameters: publicDelegatedPrefix, project

Optional parameters: none

Returns the specified global PublicDelegatedPrefix resource.

https://cloud.google.com/compute/api/reference/rest/v1/globalPublicDelegatedPrefixes/get

Required parameters: publicDelegatedPrefix, project

Optional parameters: none

Returns the specified global PublicDelegatedPrefix resource.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/globalPublicDelegatedPrefixes/insert

Required parameters: project

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :isLiveMigration boolean, :name string, :ipCidrRange string, :selfLink string, :region string, :status string, :id string, :kind string, :parentPrefix string, :publicDelegatedSubPrefixs [{:name string, :delegateeProject string, :isAddress boolean, :region string, :ipCidrRange string, :description string, :status string}], :fingerprint string}

Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.

https://cloud.google.com/compute/api/reference/rest/v1/globalPublicDelegatedPrefixes/insert

Required parameters: project

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :isLiveMigration boolean,
 :name string,
 :ipCidrRange string,
 :selfLink string,
 :region string,
 :status string,
 :id string,
 :kind string,
 :parentPrefix string,
 :publicDelegatedSubPrefixs [{:name string,
                              :delegateeProject string,
                              :isAddress boolean,
                              :region string,
                              :ipCidrRange string,
                              :description string,
                              :status string}],
 :fingerprint string}

Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/globalPublicDelegatedPrefixes/list

Required parameters: project

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

Lists the global PublicDelegatedPrefixes for a project.

https://cloud.google.com/compute/api/reference/rest/v1/globalPublicDelegatedPrefixes/list

Required parameters: project

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

Lists the global PublicDelegatedPrefixes for a project.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/globalPublicDelegatedPrefixes/patch

Required parameters: publicDelegatedPrefix, project

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :isLiveMigration boolean, :name string, :ipCidrRange string, :selfLink string, :region string, :status string, :id string, :kind string, :parentPrefix string, :publicDelegatedSubPrefixs [{:name string, :delegateeProject string, :isAddress boolean, :region string, :ipCidrRange string, :description string, :status string}], :fingerprint string}

Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.

https://cloud.google.com/compute/api/reference/rest/v1/globalPublicDelegatedPrefixes/patch

Required parameters: publicDelegatedPrefix, project

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :isLiveMigration boolean,
 :name string,
 :ipCidrRange string,
 :selfLink string,
 :region string,
 :status string,
 :id string,
 :kind string,
 :parentPrefix string,
 :publicDelegatedSubPrefixs [{:name string,
                              :delegateeProject string,
                              :isAddress boolean,
                              :region string,
                              :ipCidrRange string,
                              :description string,
                              :status string}],
 :fingerprint string}

Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
sourceraw docstring

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

× close