Show / Hide Table of Contents

Class LicenseAutoAssignConfigSummary

Summary of a LICENSE_AUTO_ASSIGN configuration.

Inheritance
object
ConfigSummary
LicenseAutoAssignConfigSummary
Inherited Members
ConfigSummary.Id
ConfigSummary.CompartmentId
ConfigSummary.DisplayName
ConfigSummary.TimeCreated
ConfigSummary.TimeUpdated
ConfigSummary.LifecycleState
ConfigSummary.FreeformTags
ConfigSummary.DefinedTags
ConfigSummary.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 LicenseAutoAssignConfigSummary : ConfigSummary

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