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 EntityCloudTypeEntityCloudType. create(String key)EntityCloudTypeLogAnalyticsEntityType. getCloudType()Log analytics entity type group.EntityCloudTypeLogAnalyticsEntityTypeSummary. getCloudType()Log analytics entity type group.static EntityCloudTypeEntityCloudType. 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.BuilderLogAnalyticsEntityType.Builder. cloudType(EntityCloudType cloudType)Log analytics entity type group.LogAnalyticsEntityTypeSummary.BuilderLogAnalyticsEntityTypeSummary.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 EntityCloudTypeListLogAnalyticsEntityTypesRequest. 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.BuilderListLogAnalyticsEntityTypesRequest.Builder. cloudType(EntityCloudType cloudType)A filter to return CLOUD or NON_CLOUD entity types.
-