ImportRunbookPrecheckDetails

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

Bases: object

Request for precheck of Runbook import.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this ImportRunbookPrecheckDetails.
content_destination [Required] Gets the content_destination of this ImportRunbookPrecheckDetails.
content_source [Required] Gets the content_source of this ImportRunbookPrecheckDetails.
import_as Gets the import_as of this ImportRunbookPrecheckDetails.
required_values Gets the required_values of this ImportRunbookPrecheckDetails.
__init__(**kwargs)

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

Parameters:
compartment_id

[Required] Gets the compartment_id of this ImportRunbookPrecheckDetails. OCID of the compartment to which the resource belongs to.

Returns:The compartment_id of this ImportRunbookPrecheckDetails.
Return type:str
content_destination

[Required] Gets the content_destination of this ImportRunbookPrecheckDetails.

Returns:The content_destination of this ImportRunbookPrecheckDetails.
Return type:oci.fleet_apps_management.models.TransferRunbookContentDetails
content_source

[Required] Gets the content_source of this ImportRunbookPrecheckDetails.

Returns:The content_source of this ImportRunbookPrecheckDetails.
Return type:oci.fleet_apps_management.models.TransferRunbookContentDetails
import_as

Gets the import_as of this ImportRunbookPrecheckDetails.

Returns:The import_as of this ImportRunbookPrecheckDetails.
Return type:oci.fleet_apps_management.models.RunbookImportAs
required_values

Gets the required_values of this ImportRunbookPrecheckDetails. List of required values.

Returns:The required_values of this ImportRunbookPrecheckDetails.
Return type:list[oci.fleet_apps_management.models.ImportRunbookPrecheckRequiredValue]