Show / Hide Table of Contents

Class UpdateLicenseAutoAssignConfigDetails

Change the details of a LICENSE_AUTO_ASSIGN configuration.

Inheritance
object
UpdateConfigDetails
UpdateLicenseAutoAssignConfigDetails
Inherited Members
UpdateConfigDetails.DisplayName
UpdateConfigDetails.FreeformTags
UpdateConfigDetails.DefinedTags
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 UpdateLicenseAutoAssignConfigDetails : UpdateConfigDetails

Properties

License

Declaration
[JsonProperty(PropertyName = "license")]
[JsonConverter(typeof(StringEnumConverter))]
public LicenseType? License { get; set; }
Property Value
Type Description
LicenseType?

License edition.

In this article
Back to top