VmwareBinaryCollection¶
-
class
oci.ocvp.models.VmwareBinaryCollection(**kwargs)¶ Bases:
objectA list of third party VMware binary files.
Methods
__init__(**kwargs)Initializes a new VmwareBinaryCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this VmwareBinaryCollection. -
__init__(**kwargs)¶ Initializes a new VmwareBinaryCollection 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.VmwareBinary]) – The value to assign to the items property of this VmwareBinaryCollection.
-
items¶ [Required] Gets the items of this VmwareBinaryCollection. A list of third party VMware binary files.
Returns: The items of this VmwareBinaryCollection. Return type: list[oci.ocvp.models.VmwareBinary]
-