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