HostedEntityCollection¶
-
class
oci.opsi.models.
HostedEntityCollection
(**kwargs)¶ Bases:
object
Returns a list of hosted entities for the specific host.
Methods
__init__
(**kwargs)Initializes a new HostedEntityCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this HostedEntityCollection. time_interval_end
[Required] Gets the time_interval_end of this HostedEntityCollection. time_interval_start
[Required] Gets the time_interval_start of this HostedEntityCollection. -
__init__
(**kwargs)¶ Initializes a new HostedEntityCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_interval_start (datetime) – The value to assign to the time_interval_start property of this HostedEntityCollection.
- time_interval_end (datetime) – The value to assign to the time_interval_end property of this HostedEntityCollection.
- items (list[oci.opsi.models.HostedEntitySummary]) – The value to assign to the items property of this HostedEntityCollection.
-
items
¶ [Required] Gets the items of this HostedEntityCollection. List of hosted entities details.
Returns: The items of this HostedEntityCollection. Return type: list[oci.opsi.models.HostedEntitySummary]
-
time_interval_end
¶ [Required] Gets the time_interval_end of this HostedEntityCollection. The end timestamp that was passed into the request.
Returns: The time_interval_end of this HostedEntityCollection. Return type: datetime
-
time_interval_start
¶ [Required] Gets the time_interval_start of this HostedEntityCollection. The start timestamp that was passed into the request.
Returns: The time_interval_start of this HostedEntityCollection. Return type: datetime
-