RequestResourceValidationDetails¶
-
class
oci.fleet_apps_management.models.
RequestResourceValidationDetails
(**kwargs)¶ Bases:
object
Request to initiate resource validation.
Methods
__init__
(**kwargs)Initializes a new RequestResourceValidationDetails object with values from keyword arguments. Attributes
is_applicable_to_all_resources
Gets the is_applicable_to_all_resources of this RequestResourceValidationDetails. resource_ids
Gets the resource_ids of this RequestResourceValidationDetails. -
__init__
(**kwargs)¶ Initializes a new RequestResourceValidationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_applicable_to_all_resources (bool) – The value to assign to the is_applicable_to_all_resources property of this RequestResourceValidationDetails.
- resource_ids (list[str]) – The value to assign to the resource_ids property of this RequestResourceValidationDetails.
-
is_applicable_to_all_resources
¶ Gets the is_applicable_to_all_resources of this RequestResourceValidationDetails. A boolean flag that decides if all resources within the fleet should be part of the validation.
Returns: The is_applicable_to_all_resources of this RequestResourceValidationDetails. Return type: bool
-
resource_ids
¶ Gets the resource_ids of this RequestResourceValidationDetails. Resource OCIDS to be included for validation.
Returns: The resource_ids of this RequestResourceValidationDetails. Return type: list[str]
-