Class InterconnectDiagnosticsMacsecStatus
Describes the status of MACsec encryption on the link.
Inheritance
System.Object
InterconnectDiagnosticsMacsecStatus
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Boolean> |