ComputeBareMetalHostCollection¶
-
class
oci.core.models.
ComputeBareMetalHostCollection
(**kwargs)¶ Bases:
object
A list of compute bare metal hosts.
Methods
__init__
(**kwargs)Initializes a new ComputeBareMetalHostCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ComputeBareMetalHostCollection. -
__init__
(**kwargs)¶ Initializes a new ComputeBareMetalHostCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.core.models.ComputeBareMetalHostSummary]) – The value to assign to the items property of this ComputeBareMetalHostCollection.
-
items
¶ [Required] Gets the items of this ComputeBareMetalHostCollection. The list of compute bare metal hosts.
Returns: The items of this ComputeBareMetalHostCollection. Return type: list[oci.core.models.ComputeBareMetalHostSummary]
-