CheckResourceTaggingDetails

class oci.fleet_apps_management.models.CheckResourceTaggingDetails(**kwargs)

Bases: object

Request to check resource tagging

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CheckResourceTaggingDetails.
fleet_display_name Gets the fleet_display_name of this CheckResourceTaggingDetails.
resource_ids [Required] Gets the resource_ids of this CheckResourceTaggingDetails.
__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this CheckResourceTaggingDetails.
  • fleet_display_name (str) – The value to assign to the fleet_display_name property of this CheckResourceTaggingDetails.
  • resource_ids (list[str]) – The value to assign to the resource_ids property of this CheckResourceTaggingDetails.
compartment_id

[Required] Gets the compartment_id of this CheckResourceTaggingDetails. Tenancy OCID

Returns:The compartment_id of this CheckResourceTaggingDetails.
Return type:str
fleet_display_name

Gets the fleet_display_name of this CheckResourceTaggingDetails. Fleet Name

Returns:The fleet_display_name of this CheckResourceTaggingDetails.
Return type:str
resource_ids

[Required] Gets the resource_ids of this CheckResourceTaggingDetails. Resource OCIDS that need to be verified if tag can be enabled

Returns:The resource_ids of this CheckResourceTaggingDetails.
Return type:list[str]