Uses of Class
com.oracle.bmc.loganalytics.model.EntityCloudType
-
Packages that use EntityCloudType Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of EntityCloudType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EntityCloudType Modifier and Type Method Description static EntityCloudType
EntityCloudType. create(String key)
EntityCloudType
LogAnalyticsEntityType. getCloudType()
Log analytics entity type group.EntityCloudType
LogAnalyticsEntityTypeSummary. getCloudType()
Log analytics entity type group.static EntityCloudType
EntityCloudType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityCloudType[]
EntityCloudType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type EntityCloudType Modifier and Type Method Description LogAnalyticsEntityType.Builder
LogAnalyticsEntityType.Builder. cloudType(EntityCloudType cloudType)
Log analytics entity type group.LogAnalyticsEntityTypeSummary.Builder
LogAnalyticsEntityTypeSummary.Builder. cloudType(EntityCloudType cloudType)
Log analytics entity type group.Constructors in com.oracle.bmc.loganalytics.model with parameters of type EntityCloudType Constructor Description LogAnalyticsEntityType(String name, String internalName, String compartmentId, String category, EntityCloudType cloudType, List<EntityTypeProperty> properties, EntityLifecycleStates lifecycleState, Date timeCreated, Date timeUpdated, LogAnalyticsEntityType.ManagementAgentEligibilityStatus managementAgentEligibilityStatus)
Deprecated.LogAnalyticsEntityTypeSummary(String name, String internalName, String category, EntityCloudType cloudType, EntityLifecycleStates lifecycleState, Date timeCreated, Date timeUpdated, LogAnalyticsEntityTypeSummary.ManagementAgentEligibilityStatus managementAgentEligibilityStatus)
Deprecated. -
Uses of EntityCloudType in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return EntityCloudType Modifier and Type Method Description EntityCloudType
ListLogAnalyticsEntityTypesRequest. getCloudType()
A filter to return CLOUD or NON_CLOUD entity types.Methods in com.oracle.bmc.loganalytics.requests with parameters of type EntityCloudType Modifier and Type Method Description ListLogAnalyticsEntityTypesRequest.Builder
ListLogAnalyticsEntityTypesRequest.Builder. cloudType(EntityCloudType cloudType)
A filter to return CLOUD or NON_CLOUD entity types.
-