Skip to main content

interconnects_macsec_config

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

Overview

Nameinterconnects_macsec_config
TypeResource
Idgoogle.compute.interconnects_macsec_config

Fields

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.

Methods

NameAccessible byRequired ParamsDescription
get_macsec_configSELECTinterconnect, projectReturns the interconnectMacsecConfig for the specified Interconnect.

SELECT examples

Returns the interconnectMacsecConfig for the specified Interconnect.

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