PatchOccCapacityRequestDetails¶
-
class
oci.capacity_management.models.
PatchOccCapacityRequestDetails
(**kwargs)¶ Bases:
object
CapacityRequest details to patch.
Methods
__init__
(**kwargs)Initializes a new PatchOccCapacityRequestDetails object with values from keyword arguments. Attributes
items
Gets the items of this PatchOccCapacityRequestDetails. -
__init__
(**kwargs)¶ Initializes a new PatchOccCapacityRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.capacity_management.models.PatchInstruction]) – The value to assign to the items property of this PatchOccCapacityRequestDetails.
-
items
¶ Gets the items of this PatchOccCapacityRequestDetails. List of patch instructions.
Returns: The items of this PatchOccCapacityRequestDetails. Return type: list[oci.capacity_management.models.PatchInstruction]
-