Class UpdateInstanceLicensingConfig
The target license config to be updated on the instance.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
[JsonConverter(typeof(UpdateInstanceLicensingConfigModelConverter))]
public class UpdateInstanceLicensingConfig
Properties
LicenseType
Declaration
[JsonProperty(PropertyName = "licenseType")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateInstanceLicensingConfig.LicenseTypeEnum? LicenseType { get; set; }
Property Value
Type | Description |
---|---|
UpdateInstanceLicensingConfig.LicenseTypeEnum? | License Type for the OS license.
|