UpdateJmsPluginDetails¶
-
class
oci.jms.models.
UpdateJmsPluginDetails
(**kwargs)¶ Bases:
object
Attributes to update a JmsPlugin.
Methods
__init__
(**kwargs)Initializes a new UpdateJmsPluginDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateJmsPluginDetails. fleet_id
Gets the fleet_id of this UpdateJmsPluginDetails. freeform_tags
Gets the freeform_tags of this UpdateJmsPluginDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateJmsPluginDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - fleet_id (str) – The value to assign to the fleet_id property of this UpdateJmsPluginDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateJmsPluginDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateJmsPluginDetails.
Gets the defined_tags of this UpdateJmsPluginDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}. (See Understanding Free-form Tags).
Returns: The defined_tags of this UpdateJmsPluginDetails. Return type: dict(str, dict(str, object))
-
fleet_id
¶ Gets the fleet_id of this UpdateJmsPluginDetails. The OCID of the fleet.
Returns: The fleet_id of this UpdateJmsPluginDetails. Return type: str
Gets the freeform_tags of this UpdateJmsPluginDetails. Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}. (See Managing Tags and Tag Namespaces.)
Returns: The freeform_tags of this UpdateJmsPluginDetails. Return type: dict(str, str)
-