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