ImportRunbookVersionDetails¶
-
class
oci.fleet_apps_management.models.ImportRunbookVersionDetails(**kwargs)¶ Bases:
objectRequest to Export Runbook Version.
Methods
__init__(**kwargs)Initializes a new ImportRunbookVersionDetails object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this ImportRunbookVersionDetails. content_destination[Required] Gets the content_destination of this ImportRunbookVersionDetails. content_source[Required] Gets the content_source of this ImportRunbookVersionDetails. import_optionGets the import_option of this ImportRunbookVersionDetails. required_valuesGets the required_values of this ImportRunbookVersionDetails. runbook_idGets the runbook_id of this ImportRunbookVersionDetails. versionGets the version of this ImportRunbookVersionDetails. -
__init__(**kwargs)¶ Initializes a new ImportRunbookVersionDetails 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 ImportRunbookVersionDetails.
- content_source (oci.fleet_apps_management.models.TransferRunbookContentDetails) – The value to assign to the content_source property of this ImportRunbookVersionDetails.
- content_destination (oci.fleet_apps_management.models.TransferRunbookContentDetails) – The value to assign to the content_destination property of this ImportRunbookVersionDetails.
- runbook_id (str) – The value to assign to the runbook_id property of this ImportRunbookVersionDetails.
- import_option (str) – The value to assign to the import_option property of this ImportRunbookVersionDetails.
- version (str) – The value to assign to the version property of this ImportRunbookVersionDetails.
- required_values (list[oci.fleet_apps_management.models.RunbookImportRequiredValue]) – The value to assign to the required_values property of this ImportRunbookVersionDetails.
-
compartment_id¶ [Required] Gets the compartment_id of this ImportRunbookVersionDetails. OCID of the compartment to which the resource belongs to.
Returns: The compartment_id of this ImportRunbookVersionDetails. Return type: str
-
content_destination¶ [Required] Gets the content_destination of this ImportRunbookVersionDetails.
Returns: The content_destination of this ImportRunbookVersionDetails. Return type: oci.fleet_apps_management.models.TransferRunbookContentDetails
-
content_source¶ [Required] Gets the content_source of this ImportRunbookVersionDetails.
Returns: The content_source of this ImportRunbookVersionDetails. Return type: oci.fleet_apps_management.models.TransferRunbookContentDetails
-
import_option¶ Gets the import_option of this ImportRunbookVersionDetails. ImportOptions for Runbook.
Returns: The import_option of this ImportRunbookVersionDetails. Return type: str
-
required_values¶ Gets the required_values of this ImportRunbookVersionDetails. List of required values.
Returns: The required_values of this ImportRunbookVersionDetails. Return type: list[oci.fleet_apps_management.models.RunbookImportRequiredValue]
-
runbook_id¶ Gets the runbook_id of this ImportRunbookVersionDetails. The OCID of the resource.
Returns: The runbook_id of this ImportRunbookVersionDetails. Return type: str
-
version¶ Gets the version of this ImportRunbookVersionDetails. Version number.
Returns: The version of this ImportRunbookVersionDetails. Return type: str
-