VmClusterNetworkCollection¶
-
class
oci.datacc.models.VmClusterNetworkCollection(**kwargs)¶ Bases:
objectA collection of VM cluster network Database Infrastructure resources.
Methods
__init__(**kwargs)Initializes a new VmClusterNetworkCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this VmClusterNetworkCollection. -
__init__(**kwargs)¶ Initializes a new VmClusterNetworkCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.datacc.models.VmClusterNetworkSummary]) – The value to assign to the items property of this VmClusterNetworkCollection.
-
items¶ [Required] Gets the items of this VmClusterNetworkCollection. A list of VM cluster network resources.
Returns: The items of this VmClusterNetworkCollection. Return type: list[oci.datacc.models.VmClusterNetworkSummary]
-