Show / Hide Table of Contents

Class InterconnectMacsecConfigPreSharedKey

Describes a pre-shared key used to setup MACsec in static connectivity association key (CAK) mode.

Inheritance
object
InterconnectMacsecConfigPreSharedKey
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 InterconnectMacsecConfigPreSharedKey : IDirectResponseSchema

Properties

Cak

An auto-generated Connectivity Association Key (CAK) for this key.

Declaration
[JsonProperty("cak")]
public virtual string Cak { get; set; }
Property Value
Type Description
string

Ckn

An auto-generated Connectivity Association Key Name (CKN) for this key.

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

Name

User provided name for this pre-shared key.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

StartTime

User provided timestamp on or after which this key is valid.

Declaration
[JsonProperty("startTime")]
public virtual string StartTime { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX