Show / Hide Table of Contents

Class RoverNodeEncryptionKey

The response containing encryption key for a rover node.

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

Properties

EncryptionKey

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

The encryption key key for a rover node.

Remarks

Required

In this article
Back to top