InstallSnapsOnManagedInstanceDetails¶
-
class
oci.os_management_hub.models.InstallSnapsOnManagedInstanceDetails(**kwargs)¶ Bases:
objectProvides the information used to install snaps to a managed instance. - snapDetails
Methods
__init__(**kwargs)Initializes a new InstallSnapsOnManagedInstanceDetails object with values from keyword arguments. Attributes
snap_detailsGets the snap_details of this InstallSnapsOnManagedInstanceDetails. work_request_detailsGets the work_request_details of this InstallSnapsOnManagedInstanceDetails. -
__init__(**kwargs)¶ Initializes a new InstallSnapsOnManagedInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - snap_details (list[oci.os_management_hub.models.InstallSnapDetails]) – The value to assign to the snap_details property of this InstallSnapsOnManagedInstanceDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this InstallSnapsOnManagedInstanceDetails.
-
snap_details¶ Gets the snap_details of this InstallSnapsOnManagedInstanceDetails. The array of snaps to install.
Returns: The snap_details of this InstallSnapsOnManagedInstanceDetails. Return type: list[oci.os_management_hub.models.InstallSnapDetails]
-
work_request_details¶ Gets the work_request_details of this InstallSnapsOnManagedInstanceDetails.
Returns: The work_request_details of this InstallSnapsOnManagedInstanceDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-