AvailablePluginSummary¶
-
class
oci.compute_instance_agent.models.
AvailablePluginSummary
(**kwargs)¶ Bases:
object
Describes where the plugin is supported
Methods
__init__
(**kwargs)Initializes a new AvailablePluginSummary object with values from keyword arguments. Attributes
is_enabled_by_default
[Required] Gets the is_enabled_by_default of this AvailablePluginSummary. is_supported
[Required] Gets the is_supported of this AvailablePluginSummary. name
[Required] Gets the name of this AvailablePluginSummary. summary
Gets the summary of this AvailablePluginSummary. -
__init__
(**kwargs)¶ Initializes a new AvailablePluginSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AvailablePluginSummary.
- summary (str) – The value to assign to the summary property of this AvailablePluginSummary.
- is_supported (bool) – The value to assign to the is_supported property of this AvailablePluginSummary.
- is_enabled_by_default (bool) – The value to assign to the is_enabled_by_default property of this AvailablePluginSummary.
-
is_enabled_by_default
¶ [Required] Gets the is_enabled_by_default of this AvailablePluginSummary. Is the plugin enabled or disabled by default
Returns: The is_enabled_by_default of this AvailablePluginSummary. Return type: bool
-
is_supported
¶ [Required] Gets the is_supported of this AvailablePluginSummary. Is the plugin supported or not
Returns: The is_supported of this AvailablePluginSummary. Return type: bool
-
name
¶ [Required] Gets the name of this AvailablePluginSummary. The plugin name
Returns: The name of this AvailablePluginSummary. Return type: str
-
summary
¶ Gets the summary of this AvailablePluginSummary. A brief description of the plugin functionality
Returns: The summary of this AvailablePluginSummary. Return type: str
-