UpdatePluginDetails¶
-
class
oci.cloud_bridge.models.
UpdatePluginDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdatePluginDetails object with values from keyword arguments. Attributes
desired_state
Gets the desired_state of this UpdatePluginDetails. -
__init__
(**kwargs)¶ Initializes a new UpdatePluginDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: desired_state (str) – The value to assign to the desired_state property of this UpdatePluginDetails.
-
desired_state
¶ Gets the desired_state of this UpdatePluginDetails. State to which the customer wants the plugin to move to.
Returns: The desired_state of this UpdatePluginDetails. Return type: str
-