ComputeGpuMemoryClusterCollection¶
-
class
oci.core.models.
ComputeGpuMemoryClusterCollection
(**kwargs)¶ Bases:
object
A list of compute GPU memory clusters.
Methods
__init__
(**kwargs)Initializes a new ComputeGpuMemoryClusterCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ComputeGpuMemoryClusterCollection. -
__init__
(**kwargs)¶ Initializes a new ComputeGpuMemoryClusterCollection 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.ComputeGpuMemoryClusterSummary]) – The value to assign to the items property of this ComputeGpuMemoryClusterCollection.
-
items
¶ [Required] Gets the items of this ComputeGpuMemoryClusterCollection. The list of compute GPU memory clusters.
Returns: The items of this ComputeGpuMemoryClusterCollection. Return type: list[oci.core.models.ComputeGpuMemoryClusterSummary]
-