Show / Hide Table of Contents

Class UpdateBasicConfigurationItemDetails

Configuration item details for OPSI configuration update.

Inheritance
object
UpdateConfigurationItemDetails
UpdateBasicConfigurationItemDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class UpdateBasicConfigurationItemDetails : UpdateConfigurationItemDetails

Properties

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of configuration item.

Value

Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

Value of configuration item.

In this article
Back to top