public static class LogAnalyticsEntitySummaryReport.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LogAnalyticsEntitySummaryReport.Builder |
activeEntitiesCount(Integer activeEntitiesCount)
Total number of ACTIVE entities
|
LogAnalyticsEntitySummaryReport |
build() |
LogAnalyticsEntitySummaryReport.Builder |
compartmentId(String compartmentId)
Compartment Identifier [OCID]
(https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
LogAnalyticsEntitySummaryReport.Builder |
copy(LogAnalyticsEntitySummaryReport model) |
LogAnalyticsEntitySummaryReport.Builder |
entitiesWithHasLogsCollectedCount(Integer entitiesWithHasLogsCollectedCount)
Entities with log collection enabled
|
LogAnalyticsEntitySummaryReport.Builder |
entitiesWithManagementAgentCount(Integer entitiesWithManagementAgentCount)
Entities with management agent
|
public LogAnalyticsEntitySummaryReport.Builder activeEntitiesCount(Integer activeEntitiesCount)
Total number of ACTIVE entities
activeEntitiesCount
- the value to setpublic LogAnalyticsEntitySummaryReport.Builder entitiesWithHasLogsCollectedCount(Integer entitiesWithHasLogsCollectedCount)
Entities with log collection enabled
entitiesWithHasLogsCollectedCount
- the value to setpublic LogAnalyticsEntitySummaryReport.Builder entitiesWithManagementAgentCount(Integer entitiesWithManagementAgentCount)
Entities with management agent
entitiesWithManagementAgentCount
- the value to setpublic LogAnalyticsEntitySummaryReport.Builder compartmentId(String compartmentId)
Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
compartmentId
- the value to setpublic LogAnalyticsEntitySummaryReport build()
public LogAnalyticsEntitySummaryReport.Builder copy(LogAnalyticsEntitySummaryReport model)
Copyright © 2016–2024. All rights reserved.