Class InterconnectDiagnosticsMacsecStatus
Describes the status of MACsec encryption on the link.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectDiagnosticsMacsecStatus : IDirectResponseSchema
Properties
Ckn
Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
Declaration
[JsonProperty("ckn")]
public virtual string Ckn { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Operational
Indicates whether or not MACsec is operational on this link.
Declaration
[JsonProperty("operational")]
public virtual bool? Operational { get; set; }
Property Value
Type | Description |
---|---|
bool? |