interconnects_macsec_config
Creates, updates, deletes, gets or lists an interconnects_macsec_config
resource.
Overview
Name | interconnects_macsec_config |
Type | Resource |
Id | google.compute.interconnects_macsec_config |
Fields
The following fields are returned by SELECT
queries:
- get_macsec_config
Successful response
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. (id: InterconnectMacsecConfig) |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_macsec_config | select | project , interconnect | Returns 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.
Name | Datatype | Description |
---|---|---|
interconnect | string | |
project | string |
SELECT
examples
- get_macsec_config
Returns the interconnectMacsecConfig for the specified Interconnect.
SELECT
etag,
result
FROM google.compute.interconnects_macsec_config
WHERE project = '{{ project }}' -- required
AND interconnect = '{{ interconnect }}' -- required;