Class LicensingConfig
Configuration of the Operating System license.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class LicensingConfig
  Properties
LicenseType
Declaration
[JsonProperty(PropertyName = "licenseType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LicensingConfig.LicenseTypeEnum? LicenseType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| LicensingConfig.LicenseTypeEnum? | License Type for the OS license. 
  | 
      
OsVersion
Declaration
[JsonProperty(PropertyName = "osVersion")]
public string OsVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The Operating System version of the license config.  | 
      
Type
Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LicensingConfig.TypeEnum? Type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| LicensingConfig.TypeEnum? | Operating System type of the Configuration.  |