Liking cljdoc? Tell your friends :D

happygapi.compute.interconnectAttachments

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

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

aggregatedList$clj

(aggregatedList$ auth args)

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

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken Retrieves an aggregated list of interconnect attachments.

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

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken
Retrieves an aggregated list of interconnect attachments.
sourceraw docstring

delete$clj

(delete$ auth args)

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

Required parameters: interconnectAttachment, project, region

Optional parameters: requestId Deletes the specified interconnect attachment.

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

Required parameters: interconnectAttachment, project, region

Optional parameters: requestId
Deletes the specified interconnect attachment.
sourceraw docstring

get$clj

(get$ auth args)

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

Required parameters: interconnectAttachment, project, region

Optional parameters: none Returns the specified interconnect attachment.

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

Required parameters: interconnectAttachment, project, region

Optional parameters: none
Returns the specified interconnect attachment.
sourceraw docstring

insert$clj

(insert$ auth args body)

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

Required parameters: project, region

Optional parameters: requestId, validateOnly

Body:

{:candidateSubnets [string], :description string, :creationTimestamp string, :router string, :customerRouterIpAddress string, :name string, :interconnect string, :selfLink string, :type string, :vlanTag8021q integer, :state string, :region string, :pairingKey string, :bandwidth string, :id string, :kind string, :partnerAsn string, :adminEnabled boolean, :operationalStatus string, :partnerMetadata {:interconnectName string, :partnerName string, :portalUrl string}, :cloudRouterIpAddress string, :googleReferenceId string, :edgeAvailabilityDomain string, :privateInterconnectInfo {:tag8021q integer}}

Creates an InterconnectAttachment in the specified project using the data included in the request.

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

Required parameters: project, region

Optional parameters: requestId, validateOnly

Body: 

{:candidateSubnets [string],
 :description string,
 :creationTimestamp string,
 :router string,
 :customerRouterIpAddress string,
 :name string,
 :interconnect string,
 :selfLink string,
 :type string,
 :vlanTag8021q integer,
 :state string,
 :region string,
 :pairingKey string,
 :bandwidth string,
 :id string,
 :kind string,
 :partnerAsn string,
 :adminEnabled boolean,
 :operationalStatus string,
 :partnerMetadata {:interconnectName string,
                   :partnerName string,
                   :portalUrl string},
 :cloudRouterIpAddress string,
 :googleReferenceId string,
 :edgeAvailabilityDomain string,
 :privateInterconnectInfo {:tag8021q integer}}

Creates an InterconnectAttachment in the specified project using the data included in the request.
sourceraw docstring

list$clj

(list$ auth args)

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

Required parameters: project, region

Optional parameters: filter, maxResults, orderBy, pageToken Retrieves the list of interconnect attachments contained within the specified region.

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

Required parameters: project, region

Optional parameters: filter, maxResults, orderBy, pageToken
Retrieves the list of interconnect attachments contained within the specified region.
sourceraw docstring

patch$clj

(patch$ auth args body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/interconnectAttachments/patch

Required parameters: interconnectAttachment, project, region

Optional parameters: requestId

Body:

{:candidateSubnets [string], :description string, :creationTimestamp string, :router string, :customerRouterIpAddress string, :name string, :interconnect string, :selfLink string, :type string, :vlanTag8021q integer, :state string, :region string, :pairingKey string, :bandwidth string, :id string, :kind string, :partnerAsn string, :adminEnabled boolean, :operationalStatus string, :partnerMetadata {:interconnectName string, :partnerName string, :portalUrl string}, :cloudRouterIpAddress string, :googleReferenceId string, :edgeAvailabilityDomain string, :privateInterconnectInfo {:tag8021q integer}}

Updates the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/interconnectAttachments/patch

Required parameters: interconnectAttachment, project, region

Optional parameters: requestId

Body: 

{:candidateSubnets [string],
 :description string,
 :creationTimestamp string,
 :router string,
 :customerRouterIpAddress string,
 :name string,
 :interconnect string,
 :selfLink string,
 :type string,
 :vlanTag8021q integer,
 :state string,
 :region string,
 :pairingKey string,
 :bandwidth string,
 :id string,
 :kind string,
 :partnerAsn string,
 :adminEnabled boolean,
 :operationalStatus string,
 :partnerMetadata {:interconnectName string,
                   :partnerName string,
                   :portalUrl string},
 :cloudRouterIpAddress string,
 :googleReferenceId string,
 :edgeAvailabilityDomain string,
 :privateInterconnectInfo {:tag8021q integer}}

Updates the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
sourceraw docstring

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

× close