Class LaunchInstanceLicensingConfig
The license config requested for the instance.
Inherited Members
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. 
  |