Show / Hide Table of Contents

Class InterconnectMacsecConfigPreSharedKey

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

Inheritance
System.Object
InterconnectMacsecConfigPreSharedKey
Implements
Google.Apis.Requests.IDirectResponseSchema
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 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
System.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

User provided name for this pre-shared key.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top