Show / Hide Table of Contents

Class UpdateMacsecKey

An object defining the OCID of the Secret held in Vault that represent the MACsec key.

Inheritance
object
UpdateMacsecKey
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class UpdateMacsecKey

Properties

ConnectivityAssociationKeySecretId

Declaration
[Required(ErrorMessage = "ConnectivityAssociationKeySecretId is required.")]
[JsonProperty(PropertyName = "connectivityAssociationKeySecretId")]
public string ConnectivityAssociationKeySecretId { get; set; }
Property Value
Type Description
string

Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.

Remarks

Required

ConnectivityAssociationKeySecretVersion

Declaration
[Required(ErrorMessage = "ConnectivityAssociationKeySecretVersion is required.")]
[JsonProperty(PropertyName = "connectivityAssociationKeySecretVersion")]
public long? ConnectivityAssociationKeySecretVersion { get; set; }
Property Value
Type Description
long?

The secret version of the connectivityAssociationKey secret in Vault.

Remarks

Required

ConnectivityAssociationNameSecretId

Declaration
[Required(ErrorMessage = "ConnectivityAssociationNameSecretId is required.")]
[JsonProperty(PropertyName = "connectivityAssociationNameSecretId")]
public string ConnectivityAssociationNameSecretId { get; set; }
Property Value
Type Description
string

Secret OCID containing the Connectivity Association Key Name (CKN) of this MACsec key.

Remarks

Required

ConnectivityAssociationNameSecretVersion

Declaration
[Required(ErrorMessage = "ConnectivityAssociationNameSecretVersion is required.")]
[JsonProperty(PropertyName = "connectivityAssociationNameSecretVersion")]
public long? ConnectivityAssociationNameSecretVersion { get; set; }
Property Value
Type Description
long?

The secret version of the connectivity association name secret in Vault.

Remarks

Required

In this article
Back to top