SddcCollection¶
-
class
oci.ocvp.models.
SddcCollection
(**kwargs)¶ Bases:
object
A list of SDDCs.
Methods
__init__
(**kwargs)Initializes a new SddcCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SddcCollection. -
__init__
(**kwargs)¶ Initializes a new SddcCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.ocvp.models.SddcSummary]) – The value to assign to the items property of this SddcCollection.
-
items
¶ [Required] Gets the items of this SddcCollection. A list of SDDCs.
Returns: The items of this SddcCollection. Return type: list[oci.ocvp.models.SddcSummary]
-