Show / Hide Table of Contents

Class UpdateInstanceLicensingConfig

The target license config to be updated on the instance.

Inheritance
object
UpdateInstanceLicensingConfig
UpdateInstanceWindowsLicensingConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

  • OCI_PROVIDED - OCI provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.
In this article
Back to top