InterconnectAttachments
class InterconnectAttachments extends Resource (View source)
The "interconnectAttachments" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$interconnectAttachments = $computeService->interconnectAttachments;
Methods
Retrieves an aggregated list of interconnect attachments. To prevent failure,
Google recommends that you set the returnPartialSuccess
parameter to
true
. (interconnectAttachments.aggregatedList)
Deletes the specified interconnect attachment.
Returns the specified interconnect attachment. (interconnectAttachments.get)
Creates an InterconnectAttachment in the specified project using the data included in the request. (interconnectAttachments.insert)
Retrieves the list of interconnect attachments contained within the specified region. (interconnectAttachments.listInterconnectAttachments)
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. (interconnectAttachments.patch)
Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.
Details
InterconnectAttachmentAggregatedList
aggregatedList(string $project, array $optParams = [])
Retrieves an aggregated list of interconnect attachments. To prevent failure,
Google recommends that you set the returnPartialSuccess
parameter to
true
. (interconnectAttachments.aggregatedList)
Operation
delete(string $project, string $region, string $interconnectAttachment, array $optParams = [])
Deletes the specified interconnect attachment.
(interconnectAttachments.delete)
InterconnectAttachment
get(string $project, string $region, string $interconnectAttachment, array $optParams = [])
Returns the specified interconnect attachment. (interconnectAttachments.get)
Operation
insert(string $project, string $region, InterconnectAttachment $postBody, array $optParams = [])
Creates an InterconnectAttachment in the specified project using the data included in the request. (interconnectAttachments.insert)
InterconnectAttachmentList
listInterconnectAttachments(string $project, string $region, array $optParams = [])
Retrieves the list of interconnect attachments contained within the specified region. (interconnectAttachments.listInterconnectAttachments)
Operation
patch(string $project, string $region, string $interconnectAttachment, InterconnectAttachment $postBody, array $optParams = [])
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. (interconnectAttachments.patch)
Operation
setLabels(string $project, string $region, string $resource, RegionSetLabelsRequest $postBody, array $optParams = [])
Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.
(interconnectAttachments.setLabels)