Class InterconnectMacsecConfigPreSharedKey
Describes a pre-shared key used to setup MACsec in static connectivity association key (CAK) mode.
Implements
Inherited Members
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 |