ResourceTagEnablementInfo¶
-
class
oci.fleet_apps_management.models.ResourceTagEnablementInfo(**kwargs)¶ Bases:
objectResource tag enablement Information.
Methods
__init__(**kwargs)Initializes a new ResourceTagEnablementInfo object with values from keyword arguments. Attributes
is_tagging_possible[Required] Gets the is_tagging_possible of this ResourceTagEnablementInfo. resource_id[Required] Gets the resource_id of this ResourceTagEnablementInfo. -
__init__(**kwargs)¶ Initializes a new ResourceTagEnablementInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resource_id (str) – The value to assign to the resource_id property of this ResourceTagEnablementInfo.
- is_tagging_possible (bool) – The value to assign to the is_tagging_possible property of this ResourceTagEnablementInfo.
-
is_tagging_possible¶ [Required] Gets the is_tagging_possible of this ResourceTagEnablementInfo. A value that represents if the resource can be tagged with a Fleet name.
Returns: The is_tagging_possible of this ResourceTagEnablementInfo. Return type: bool
-
resource_id¶ [Required] Gets the resource_id of this ResourceTagEnablementInfo. The OCID of the resource.
Returns: The resource_id of this ResourceTagEnablementInfo. Return type: str
-