Show / Hide Table of Contents

Class UpdateHostedConfigurationDetails

The service-level configuration for a hosted environment. Includes kmsKey for setting the service's encryption key state.

Inheritance
object
UpdateConfigurationDetails
UpdateHostedConfigurationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NosqlService.Models
Assembly: OCI.DotNetSDK.Nosql.dll
Syntax
public class UpdateHostedConfigurationDetails : UpdateConfigurationDetails

Properties

KmsKey

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

Required

In this article
Back to top