Show / Hide Table of Contents

Class LicenseEnterpriseExtensibilityConfigSummary

Summary of a LICENSE_ENTERPRISE_EXTENSIBILITY configuration.

Inheritance
object
ConfigSummary
LicenseEnterpriseExtensibilityConfigSummary
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 LicenseEnterpriseExtensibilityConfigSummary : ConfigSummary

Properties

IsEnabled

Declaration
[Required(ErrorMessage = "IsEnabled is required.")]
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

True if enterprise extensibility is enabled, false if it is not enabled.

Remarks

Required

In this article
Back to top