interconnects_macsec_config
Creates, updates, deletes, gets or lists a interconnects_macsec_config
resource.
Overview
Name | interconnects_macsec_config |
Type | Resource |
Id | google.compute.interconnects_macsec_config |
Fields
Name | Datatype | Description |
---|---|---|
etag | string | end_interface: MixerGetResponseWithEtagBuilder |
result | object | MACsec configuration information for the Interconnect connection. Contains the generated Connectivity Association Key Name (CKN) and the key (CAK) for this Interconnect connection. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_macsec_config | SELECT | interconnect, project | Returns 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 }}';