Liking cljdoc? Tell your friends :D

happygapi.compute.publicDelegatedPrefixes

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

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

aggregatedList$clj

(aggregatedList$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/publicDelegatedPrefixes/aggregatedList

Required parameters: project

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

Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes.

https://cloud.google.com/compute/api/reference/rest/v1/publicDelegatedPrefixes/aggregatedList

Required parameters: project

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

Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: publicDelegatedPrefix, region, project

Optional parameters: requestId

Deletes the specified PublicDelegatedPrefix in the given region.

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

Required parameters: publicDelegatedPrefix, region, project

Optional parameters: requestId

Deletes the specified PublicDelegatedPrefix in the given region.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: region, project, publicDelegatedPrefix

Optional parameters: none

Returns the specified PublicDelegatedPrefix resource in the given region.

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

Required parameters: region, project, publicDelegatedPrefix

Optional parameters: none

Returns the specified PublicDelegatedPrefix resource in the given region.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: project, region

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 PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.

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

Required parameters: project, region

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 PublicDelegatedPrefix in the specified project in the given region 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/publicDelegatedPrefixes/list

Required parameters: region, project

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

Lists the PublicDelegatedPrefixes for a project in the given region.

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

Required parameters: region, project

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

Lists the PublicDelegatedPrefixes for a project in the given region.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: region, project, publicDelegatedPrefix

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 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/publicDelegatedPrefixes/patch

Required parameters: region, project, publicDelegatedPrefix

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 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