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