Uses of Class
com.oracle.bmc.resourceanalytics.model.TenancyAttachment.DataPopulationStatus
-
Packages that use TenancyAttachment.DataPopulationStatus Package Description com.oracle.bmc.resourceanalytics.model -
-
Uses of TenancyAttachment.DataPopulationStatus in com.oracle.bmc.resourceanalytics.model
Methods in com.oracle.bmc.resourceanalytics.model that return TenancyAttachment.DataPopulationStatus Modifier and Type Method Description static TenancyAttachment.DataPopulationStatusTenancyAttachment.DataPopulationStatus. create(String key)TenancyAttachment.DataPopulationStatusTenancyAttachment. getDataPopulationStatus()The overall status of the data population from the tenancy.TenancyAttachment.DataPopulationStatusTenancyAttachmentSummary. getDataPopulationStatus()The overall status of the data population from the tenancy.TenancyAttachment.DataPopulationStatusTenancyAttachmentDataPopulation. getStatus()The overall status of the data population from the monitored region of the tenancy.static TenancyAttachment.DataPopulationStatusTenancyAttachment.DataPopulationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TenancyAttachment.DataPopulationStatus[]TenancyAttachment.DataPopulationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourceanalytics.model with parameters of type TenancyAttachment.DataPopulationStatus Modifier and Type Method Description TenancyAttachment.BuilderTenancyAttachment.Builder. dataPopulationStatus(TenancyAttachment.DataPopulationStatus dataPopulationStatus)The overall status of the data population from the tenancy.TenancyAttachmentSummary.BuilderTenancyAttachmentSummary.Builder. dataPopulationStatus(TenancyAttachment.DataPopulationStatus dataPopulationStatus)The overall status of the data population from the tenancy.TenancyAttachmentDataPopulation.BuilderTenancyAttachmentDataPopulation.Builder. status(TenancyAttachment.DataPopulationStatus status)The overall status of the data population from the monitored region of the tenancy.Constructors in com.oracle.bmc.resourceanalytics.model with parameters of type TenancyAttachment.DataPopulationStatus Constructor Description TenancyAttachment(String id, String description, String resourceAnalyticsInstanceId, String tenancyId, Boolean isReportingTenancy, List<TenancyAttachmentMonitoredRegionSummary> monitoredRegions, TenancyAttachment.DataPopulationStatus dataPopulationStatus, Date timeDataPopulationStarted, Date timeDataPopulationEnded, Date timeCreated, Date timeUpdated, TenancyAttachment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,Map<String,Object>> systemTags)Deprecated.TenancyAttachmentDataPopulation(TenancyAttachment.DataPopulationStatus status, Date timeStarted, Date timeEnded, Integer inProgressCount, Integer succeededCount, Integer totalCount)Deprecated.TenancyAttachmentSummary(String id, String description, String resourceAnalyticsInstanceId, String tenancyId, Boolean isReportingTenancy, TenancyAttachment.DataPopulationStatus dataPopulationStatus, Date timeDataPopulationStarted, Date timeDataPopulationEnded, Date timeCreated, Date timeUpdated, TenancyAttachment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,Map<String,Object>> systemTags)Deprecated.
-