ImportRunbookPrecheckDetails¶
-
class
oci.fleet_apps_management.models.ImportRunbookPrecheckDetails(**kwargs)¶ Bases:
objectRequest 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_asGets the import_as of this ImportRunbookPrecheckDetails. required_valuesGets 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 (str) – The value to assign to the compartment_id property of this ImportRunbookPrecheckDetails.
- content_source (oci.fleet_apps_management.models.TransferRunbookContentDetails) – The value to assign to the content_source property of this ImportRunbookPrecheckDetails.
- content_destination (oci.fleet_apps_management.models.TransferRunbookContentDetails) – The value to assign to the content_destination property of this ImportRunbookPrecheckDetails.
- import_as (oci.fleet_apps_management.models.RunbookImportAs) – The value to assign to the import_as property of this ImportRunbookPrecheckDetails.
- required_values (list[oci.fleet_apps_management.models.ImportRunbookPrecheckRequiredValue]) – The value to assign to the required_values property of this ImportRunbookPrecheckDetails.
-
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]
-