ExportRunbookDetails¶
-
class
oci.fleet_apps_management.models.ExportRunbookDetails(**kwargs)¶ Bases:
objectRequest to Export Runbook.
Attributes
EXPORT_AS_NON_TERRAFORMA constant which can be used with the export_as property of a ExportRunbookDetails. EXPORT_AS_TERRAFORMA constant which can be used with the export_as property of a ExportRunbookDetails. content_destination[Required] Gets the content_destination of this ExportRunbookDetails. export_asGets the export_as of this ExportRunbookDetails. Methods
__init__(**kwargs)Initializes a new ExportRunbookDetails object with values from keyword arguments. -
EXPORT_AS_NON_TERRAFORM= 'NON_TERRAFORM'¶ A constant which can be used with the export_as property of a ExportRunbookDetails. This constant has a value of “NON_TERRAFORM”
-
EXPORT_AS_TERRAFORM= 'TERRAFORM'¶ A constant which can be used with the export_as property of a ExportRunbookDetails. This constant has a value of “TERRAFORM”
-
__init__(**kwargs)¶ Initializes a new ExportRunbookDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - content_destination (oci.fleet_apps_management.models.TransferRunbookContentDetails) – The value to assign to the content_destination property of this ExportRunbookDetails.
- export_as (str) – The value to assign to the export_as property of this ExportRunbookDetails. Allowed values for this property are: “TERRAFORM”, “NON_TERRAFORM”
-
content_destination¶ [Required] Gets the content_destination of this ExportRunbookDetails.
Returns: The content_destination of this ExportRunbookDetails. Return type: oci.fleet_apps_management.models.TransferRunbookContentDetails
-
export_as¶ Gets the export_as of this ExportRunbookDetails. Export Runbook As Type.
Allowed values for this property are: “TERRAFORM”, “NON_TERRAFORM”
Returns: The export_as of this ExportRunbookDetails. Return type: str
-