Show / Hide Table of Contents

Class InterconnectDiagnosticsMacsecStatus

Describes the status of MACsec encryption on the link.

Inheritance
object
InterconnectDiagnosticsMacsecStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX