Show / Hide Table of Contents

Class LicenseAutoAssignConfigDetails

A configuration of the LICENSE_AUTO_ASSIGN type, consists of an enumeration value which indicates which license should be assigned by default to new resources.

Inheritance
object
Config
LicenseAutoAssignConfigDetails
Inherited Members
Config.Id
Config.CompartmentId
Config.DisplayName
Config.TimeCreated
Config.TimeUpdated
Config.LifecycleState
Config.FreeformTags
Config.DefinedTags
Config.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class LicenseAutoAssignConfigDetails : Config

Properties

License

Declaration
[Required(ErrorMessage = "License is required.")]
[JsonProperty(PropertyName = "license")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LicenseType? License { get; set; }
Property Value
Type Description
LicenseType?

License edition.

Remarks

Required

In this article
Back to top