UpdateManagedInstanceDetails

class oci.wlms.models.UpdateManagedInstanceDetails(**kwargs)

Bases: object

The details to update for a managed instance.

Methods

__init__(**kwargs) Initializes a new UpdateManagedInstanceDetails object with values from keyword arguments.

Attributes

configuration Gets the configuration of this UpdateManagedInstanceDetails.
__init__(**kwargs)

Initializes a new UpdateManagedInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:configuration (oci.wlms.models.UpdateManagedInstanceConfigurationDetails) – The value to assign to the configuration property of this UpdateManagedInstanceDetails.
configuration

Gets the configuration of this UpdateManagedInstanceDetails.

Returns:The configuration of this UpdateManagedInstanceDetails.
Return type:oci.wlms.models.UpdateManagedInstanceConfigurationDetails