Uses of Class
com.oracle.bmc.stackmonitoring.model.Config
-
Packages that use Config Package Description com.oracle.bmc.stackmonitoring.model com.oracle.bmc.stackmonitoring.responses -
-
Uses of Config in com.oracle.bmc.stackmonitoring.model
Subclasses of Config in com.oracle.bmc.stackmonitoring.model Modifier and Type Class Description class
AutoPromoteConfigDetails
A configuration of the AUTO_PROMOTE type, consists of a resource type and a boolean value that determines if this resource needs to be automatically promoted/discovered.class
ComputeAutoActivatePluginConfigDetails
A configuration of the COMPUTE_AUTO_ACTIVATE_PLUGIN type consists of a boolean value that determines if detection of new or terminated Compute instances should be enabled, and if the Management Agent as a plugin of Oracle Cloud Agent should automatically be activated.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.class
LicenseEnterpriseExtensibilityConfigDetails
A configuration of the LICENSE_ENTERPRISE_EXTENSIBILITY type, consists of a boolean which determines whether enterprise extensibility is enabled.class
OnboardConfigDetails
A configuration of the ONBOARD type, contains fields describing Onboarding customization: policies, dynamic groups, user groups. -
Uses of Config in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return Config Modifier and Type Method Description Config
CreateConfigResponse. getConfig()
The returned Config instance.Config
GetConfigResponse. getConfig()
The returned Config instance.Config
UpdateConfigResponse. getConfig()
The returned Config instance.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type Config Modifier and Type Method Description CreateConfigResponse.Builder
CreateConfigResponse.Builder. config(Config config)
The returned Config instance.GetConfigResponse.Builder
GetConfigResponse.Builder. config(Config config)
The returned Config instance.UpdateConfigResponse.Builder
UpdateConfigResponse.Builder. config(Config config)
The returned Config instance.
-