TenancyAttachmentDataPopulation¶
-
class
oci.resource_analytics.models.TenancyAttachmentDataPopulation(**kwargs)¶ Bases:
objectData population status for a monitored region in the tenancy.
Methods
__init__(**kwargs)Initializes a new TenancyAttachmentDataPopulation object with values from keyword arguments. Attributes
in_progress_count[Required] Gets the in_progress_count of this TenancyAttachmentDataPopulation. status[Required] Gets the status of this TenancyAttachmentDataPopulation. succeeded_count[Required] Gets the succeeded_count of this TenancyAttachmentDataPopulation. time_endedGets the time_ended of this TenancyAttachmentDataPopulation. time_started[Required] Gets the time_started of this TenancyAttachmentDataPopulation. total_count[Required] Gets the total_count of this TenancyAttachmentDataPopulation. -
__init__(**kwargs)¶ Initializes a new TenancyAttachmentDataPopulation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - status (str) – The value to assign to the status property of this TenancyAttachmentDataPopulation.
- time_started (datetime) – The value to assign to the time_started property of this TenancyAttachmentDataPopulation.
- time_ended (datetime) – The value to assign to the time_ended property of this TenancyAttachmentDataPopulation.
- in_progress_count (int) – The value to assign to the in_progress_count property of this TenancyAttachmentDataPopulation.
- succeeded_count (int) – The value to assign to the succeeded_count property of this TenancyAttachmentDataPopulation.
- total_count (int) – The value to assign to the total_count property of this TenancyAttachmentDataPopulation.
-
in_progress_count¶ [Required] Gets the in_progress_count of this TenancyAttachmentDataPopulation. The number of data population tasks currently in progress.
Returns: The in_progress_count of this TenancyAttachmentDataPopulation. Return type: int
-
status¶ [Required] Gets the status of this TenancyAttachmentDataPopulation. The overall status of the data population from the monitored region of the tenancy.
Returns: The status of this TenancyAttachmentDataPopulation. Return type: str
-
succeeded_count¶ [Required] Gets the succeeded_count of this TenancyAttachmentDataPopulation. The number of data population tasks that have succeeded.
Returns: The succeeded_count of this TenancyAttachmentDataPopulation. Return type: int
-
time_ended¶ Gets the time_ended of this TenancyAttachmentDataPopulation. The date and time the data population task completed, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_ended of this TenancyAttachmentDataPopulation. Return type: datetime
-
time_started¶ [Required] Gets the time_started of this TenancyAttachmentDataPopulation. The date and time the data population task was started, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_started of this TenancyAttachmentDataPopulation. Return type: datetime
-
total_count¶ [Required] Gets the total_count of this TenancyAttachmentDataPopulation. The total number of data population tasks.
Returns: The total_count of this TenancyAttachmentDataPopulation. Return type: int
-