Uses of Class
com.oracle.bmc.stackmonitoring.model.LicenseType
-
Packages that use LicenseType Package Description com.oracle.bmc.stackmonitoring.model com.oracle.bmc.stackmonitoring.requests -
-
Uses of LicenseType in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return LicenseType Modifier and Type Method Description static LicenseType
LicenseType. create(String key)
LicenseType
AssociatedMonitoredResource. getLicense()
License edition of the monitored resource.LicenseType
AssociatedResourcesSummary. getLicense()
License edition of the monitored resource.LicenseType
CreateLicenseAutoAssignConfigDetails. getLicense()
License edition.LicenseType
CreateMonitoredResourceDetails. getLicense()
License edition of the monitored resource.LicenseType
DiscoveryDetails. getLicense()
License edition of the monitored resource.LicenseType
DiscoveryJobSummary. getLicense()
License edition of the monitored resource.LicenseType
LicenseAutoAssignConfigDetails. getLicense()
License edition.LicenseType
LicenseAutoAssignConfigSummary. getLicense()
License edition.LicenseType
ManageLicenseDetails. getLicense()
License edition of the monitored resource.LicenseType
MonitoredResource. getLicense()
License edition of the monitored resource.LicenseType
MonitoredResourceMemberSummary. getLicense()
License edition of the monitored resource.LicenseType
MonitoredResourceSummary. getLicense()
License edition of the monitored resource.LicenseType
SearchMonitoredResourcesDetails. getLicense()
License edition of the monitored resource.LicenseType
UpdateLicenseAutoAssignConfigDetails. getLicense()
License edition.static LicenseType
LicenseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LicenseType[]
LicenseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type LicenseType Modifier and Type Method Description AssociatedMonitoredResource.Builder
AssociatedMonitoredResource.Builder. license(LicenseType license)
License edition of the monitored resource.AssociatedResourcesSummary.Builder
AssociatedResourcesSummary.Builder. license(LicenseType license)
License edition of the monitored resource.CreateLicenseAutoAssignConfigDetails.Builder
CreateLicenseAutoAssignConfigDetails.Builder. license(LicenseType license)
License edition.CreateMonitoredResourceDetails.Builder
CreateMonitoredResourceDetails.Builder. license(LicenseType license)
License edition of the monitored resource.DiscoveryDetails.Builder
DiscoveryDetails.Builder. license(LicenseType license)
License edition of the monitored resource.DiscoveryJobSummary.Builder
DiscoveryJobSummary.Builder. license(LicenseType license)
License edition of the monitored resource.LicenseAutoAssignConfigDetails.Builder
LicenseAutoAssignConfigDetails.Builder. license(LicenseType license)
License edition.LicenseAutoAssignConfigSummary.Builder
LicenseAutoAssignConfigSummary.Builder. license(LicenseType license)
License edition.ManageLicenseDetails.Builder
ManageLicenseDetails.Builder. license(LicenseType license)
License edition of the monitored resource.MonitoredResource.Builder
MonitoredResource.Builder. license(LicenseType license)
License edition of the monitored resource.MonitoredResourceMemberSummary.Builder
MonitoredResourceMemberSummary.Builder. license(LicenseType license)
License edition of the monitored resource.MonitoredResourceSummary.Builder
MonitoredResourceSummary.Builder. license(LicenseType license)
License edition of the monitored resource.SearchMonitoredResourcesDetails.Builder
SearchMonitoredResourcesDetails.Builder. license(LicenseType license)
License edition of the monitored resource.UpdateLicenseAutoAssignConfigDetails.Builder
UpdateLicenseAutoAssignConfigDetails.Builder. license(LicenseType license)
License edition.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type LicenseType Constructor Description AssociatedMonitoredResource(String id, String name, String displayName, String type, String compartmentId, String hostName, String externalId, String managementAgentId, ResourceLifecycleState lifecycleState, LicenseType license, SourceType sourceType, ResourceCategory resourceCategory, Object association)
Deprecated.AssociatedResourcesSummary(String id, String name, String displayName, String type, String compartmentId, String hostName, String externalId, String managementAgentId, ResourceLifecycleState lifecycleState, LicenseType license, SourceType sourceType, ResourceCategory resourceCategory, List<AssociatedMonitoredResource> associatedResources)
Deprecated.CreateLicenseAutoAssignConfigDetails(String displayName, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, LicenseType license)
Deprecated.CreateMonitoredResourceDetails(String name, String displayName, String type, String compartmentId, String hostName, String externalId, String managementAgentId, String resourceTimeZone, LicenseType license, List<MonitoredResourceProperty> properties, ConnectionDetails databaseConnectionDetails, MonitoredResourceCredential credentials, MonitoredResourceAliasCredential aliases, List<MonitoredResourceCredential> additionalCredentials, List<MonitoredResourceAliasCredential> additionalAliases, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.DiscoveryDetails(String agentId, DiscoveryDetails.ResourceType resourceType, String resourceName, LicenseType license, PropertyDetails properties, CredentialCollection credentials, PropertyDetails tags)
Deprecated.DiscoveryJobSummary(String id, DiscoveryJobSummary.ResourceType resourceType, String resourceName, LicenseType license, String compartmentId, DiscoveryJobSummary.DiscoveryType discoveryType, DiscoveryJobSummary.Status status, String statusMessage, String tenantId, String userId, Date timeUpdated, LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.LicenseAutoAssignConfigDetails(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, Config.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, LicenseType license)
Deprecated.LicenseAutoAssignConfigSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, Config.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, LicenseType license)
Deprecated.ManageLicenseDetails(LicenseType license)
Deprecated.MonitoredResource(String id, String name, String displayName, String type, String compartmentId, String tenantId, String hostName, String externalId, String managementAgentId, String resourceTimeZone, Date timeCreated, Date timeUpdated, ResourceLifecycleState lifecycleState, LicenseType license, SourceType sourceType, ResourceCategory resourceCategory, List<MonitoredResourceProperty> properties, ConnectionDetails databaseConnectionDetails, MonitoredResourceCredential credentials, MonitoredResourceAliasCredential aliases, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MonitoredResourceMemberSummary(String resourceId, String resourceName, String resourceDisplayName, String resourceType, String hostName, String externalId, String compartmentId, String parentId, ResourceLifecycleState lifecycleState, LicenseType license, SourceType sourceType, ResourceCategory resourceCategory, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MonitoredResourceSummary(String id, String name, String displayName, String type, String compartmentId, String hostName, String externalId, String managementAgentId, Date timeCreated, Date timeUpdated, ResourceLifecycleState lifecycleState, List<MonitoredResourceProperty> properties, LicenseType license, SourceType sourceType, ResourceCategory resourceCategory, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.SearchMonitoredResourcesDetails(String compartmentId, List<String> compartmentIds, List<ResourceLifecycleState> lifecycleStates, SourceType sourceType, ResourceCategory resourceCategory, String name, String nameContains, String type, String hostName, String externalId, String hostNameContains, String managementAgentId, ResourceLifecycleState lifecycleState, LicenseType license, Date timeCreatedGreaterThanOrEqualTo, Date timeCreatedLessThan, Date timeUpdatedGreaterThanOrEqualTo, Date timeUpdatedLessThan, String resourceTimeZone, SortOrder sortOrder, SearchMonitoredResourcesDetails.SortBy sortBy, Map<String,String> propertyEquals)
Deprecated.UpdateLicenseAutoAssignConfigDetails(String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, LicenseType license)
Deprecated. -
Uses of LicenseType in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return LicenseType Modifier and Type Method Description LicenseType
RequestMonitoredResourcesSummarizedCountRequest. getLicense()
Filter to return resource counts that match with the given licence edition.Methods in com.oracle.bmc.stackmonitoring.requests with parameters of type LicenseType Modifier and Type Method Description RequestMonitoredResourcesSummarizedCountRequest.Builder
RequestMonitoredResourcesSummarizedCountRequest.Builder. license(LicenseType license)
Filter to return resource counts that match with the given licence edition.
-