CheckResourceTaggingDetails¶
-
class
oci.fleet_apps_management.models.CheckResourceTaggingDetails(**kwargs)¶ Bases:
objectRequest 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_nameGets 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. Compartment OCID
Returns: The compartment_id of this CheckResourceTaggingDetails. Return type: str
-
fleet_display_name¶ Gets the fleet_display_name of this CheckResourceTaggingDetails. Fleet Display 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 a tag can be enabled for them.
Returns: The resource_ids of this CheckResourceTaggingDetails. Return type: list[str]
-