Skip to main content

interconnects_macsec_config

Creates, updates, deletes, gets or lists an interconnects_macsec_config resource.

Overview

Nameinterconnects_macsec_config
TypeResource
Idgoogle.compute.interconnects_macsec_config

Fields

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
etagstringend_interface: MixerGetResponseWithEtagBuilder
resultobjectMACsec configuration information for the Interconnect connection. Contains the generated Connectivity Association Key Name (CKN) and the key (CAK) for this Interconnect connection. (id: InterconnectMacsecConfig)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_macsec_configselectproject, interconnectReturns the interconnectMacsecConfig for the specified Interconnect.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
interconnectstring
projectstring

SELECT examples

Returns the interconnectMacsecConfig for the specified Interconnect.

SELECT
etag,
result
FROM google.compute.interconnects_macsec_config
WHERE project = '{{ project }}' -- required
AND interconnect = '{{ interconnect }}' -- required;