Liking cljdoc? Tell your friends :D

happygapi.compute.subnetworks

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

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

aggregatedList$clj

(aggregatedList$ auth parameters)

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

Required parameters: project

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

Retrieves an aggregated list of subnetworks.

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

Required parameters: project

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

Retrieves an aggregated list of subnetworks.
raw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: subnetwork, project, region

Optional parameters: requestId

Deletes the specified subnetwork.

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

Required parameters: subnetwork, project, region

Optional parameters: requestId

Deletes the specified subnetwork.
raw docstring

expandIpCidrRange$clj

(expandIpCidrRange$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/expandIpCidrRange

Required parameters: subnetwork, project, region

Optional parameters: requestId

Body:

{:ipCidrRange string}

Expands the IP CIDR range of the subnetwork to a specified value.

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/expandIpCidrRange

Required parameters: subnetwork, project, region

Optional parameters: requestId

Body: 

{:ipCidrRange string}

Expands the IP CIDR range of the subnetwork to a specified value.
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: project, region, subnetwork

Optional parameters: none

Returns the specified subnetwork. Gets a list of available subnetworks list() request.

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

Required parameters: project, region, subnetwork

Optional parameters: none

Returns the specified subnetwork. Gets a list of available subnetworks list() request.
raw docstring

getIamPolicy$clj

(getIamPolicy$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/getIamPolicy

Required parameters: project, region, resource

Optional parameters: optionsRequestedPolicyVersion

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

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/getIamPolicy

Required parameters: project, region, resource

Optional parameters: optionsRequestedPolicyVersion

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

insert$clj

(insert$ auth parameters body)

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

Required parameters: project, region

Optional parameters: requestId

Body:

{:role string, :description string, :privateIpGoogleAccess boolean, :creationTimestamp string, :ipv6AccessType string, :purpose string, :privateIpv6GoogleAccess string, :stackType string, :name string, :ipCidrRange string, :selfLink string, :state string, :ipv6CidrRange string, :region string, :gatewayAddress string, :id string, :kind string, :enableFlowLogs boolean, :network string, :secondaryIpRanges [{:ipCidrRange string, :rangeName string}], :logConfig {:filterExpr string, :aggregationInterval string, :flowSampling number, :enable boolean, :metadataFields [string], :metadata string}, :fingerprint string, :externalIpv6Prefix string}

Creates a subnetwork in the specified project using the data included in the request.

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

Required parameters: project, region

Optional parameters: requestId

Body: 

{:role string,
 :description string,
 :privateIpGoogleAccess boolean,
 :creationTimestamp string,
 :ipv6AccessType string,
 :purpose string,
 :privateIpv6GoogleAccess string,
 :stackType string,
 :name string,
 :ipCidrRange string,
 :selfLink string,
 :state string,
 :ipv6CidrRange string,
 :region string,
 :gatewayAddress string,
 :id string,
 :kind string,
 :enableFlowLogs boolean,
 :network string,
 :secondaryIpRanges [{:ipCidrRange string, :rangeName string}],
 :logConfig {:filterExpr string,
             :aggregationInterval string,
             :flowSampling number,
             :enable boolean,
             :metadataFields [string],
             :metadata string},
 :fingerprint string,
 :externalIpv6Prefix string}

Creates a subnetwork in the specified project using the data included in the request.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: region, project

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

Retrieves a list of subnetworks available to the specified project.

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

Required parameters: region, project

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

Retrieves a list of subnetworks available to the specified project.
raw docstring

listUsable$clj

(listUsable$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/listUsable

Required parameters: project

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

Retrieves an aggregated list of all usable subnetworks in the project.

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/listUsable

Required parameters: project

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

Retrieves an aggregated list of all usable subnetworks in the project.
raw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: subnetwork, project, region

Optional parameters: drainTimeoutSeconds, requestId

Body:

{:role string, :description string, :privateIpGoogleAccess boolean, :creationTimestamp string, :ipv6AccessType string, :purpose string, :privateIpv6GoogleAccess string, :stackType string, :name string, :ipCidrRange string, :selfLink string, :state string, :ipv6CidrRange string, :region string, :gatewayAddress string, :id string, :kind string, :enableFlowLogs boolean, :network string, :secondaryIpRanges [{:ipCidrRange string, :rangeName string}], :logConfig {:filterExpr string, :aggregationInterval string, :flowSampling number, :enable boolean, :metadataFields [string], :metadata string}, :fingerprint string, :externalIpv6Prefix string}

Patches the specified subnetwork with the data included in the request. Only certain fields can be updated with a patch request as indicated in the field descriptions. You must specify the current fingerprint of the subnetwork resource being patched.

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

Required parameters: subnetwork, project, region

Optional parameters: drainTimeoutSeconds, requestId

Body: 

{:role string,
 :description string,
 :privateIpGoogleAccess boolean,
 :creationTimestamp string,
 :ipv6AccessType string,
 :purpose string,
 :privateIpv6GoogleAccess string,
 :stackType string,
 :name string,
 :ipCidrRange string,
 :selfLink string,
 :state string,
 :ipv6CidrRange string,
 :region string,
 :gatewayAddress string,
 :id string,
 :kind string,
 :enableFlowLogs boolean,
 :network string,
 :secondaryIpRanges [{:ipCidrRange string, :rangeName string}],
 :logConfig {:filterExpr string,
             :aggregationInterval string,
             :flowSampling number,
             :enable boolean,
             :metadataFields [string],
             :metadata string},
 :fingerprint string,
 :externalIpv6Prefix string}

Patches the specified subnetwork with the data included in the request. Only certain fields can be updated with a patch request as indicated in the field descriptions. You must specify the current fingerprint of the subnetwork resource being patched.
raw docstring

setIamPolicy$clj

(setIamPolicy$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/setIamPolicy

Required parameters: project, region, resource

Optional parameters: none

Body:

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

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

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/setIamPolicy

Required parameters: project, region, resource

Optional parameters: none

Body: 

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

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

setPrivateIpGoogleAccess$clj

(setPrivateIpGoogleAccess$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/setPrivateIpGoogleAccess

Required parameters: region, subnetwork, project

Optional parameters: requestId

Body:

{:privateIpGoogleAccess boolean}

Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/setPrivateIpGoogleAccess

Required parameters: region, subnetwork, project

Optional parameters: requestId

Body: 

{:privateIpGoogleAccess boolean}

Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.
raw docstring

testIamPermissions$clj

(testIamPermissions$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/testIamPermissions

Required parameters: project, region, resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified resource.

https://cloud.google.com/compute/api/reference/rest/v1/subnetworks/testIamPermissions

Required parameters: project, region, resource

Optional parameters: none

Body: 

{:permissions [string]}

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

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

× close