Show / Hide Table of Contents

Class LaunchInstanceLicensingConfig

The license config requested for the instance.

Inheritance
object
LaunchInstanceLicensingConfig
LaunchInstanceWindowsLicensingConfig
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(LaunchInstanceLicensingConfigModelConverter))]
public class LaunchInstanceLicensingConfig

Properties

LicenseType

Declaration
[JsonProperty(PropertyName = "licenseType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LaunchInstanceLicensingConfig.LicenseTypeEnum? LicenseType { get; set; }
Property Value
Type Description
LaunchInstanceLicensingConfig.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