ExportRunbookVersionDetails¶
-
class
oci.fleet_apps_management.models.ExportRunbookVersionDetails(**kwargs)¶ Bases:
objectRequest to Export Runbook Version.
Methods
__init__(**kwargs)Initializes a new ExportRunbookVersionDetails object with values from keyword arguments. Attributes
content_destination[Required] Gets the content_destination of this ExportRunbookVersionDetails. versionGets the version of this ExportRunbookVersionDetails. -
__init__(**kwargs)¶ Initializes a new ExportRunbookVersionDetails 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 ExportRunbookVersionDetails.
- version (float) – The value to assign to the version property of this ExportRunbookVersionDetails.
-
content_destination¶ [Required] Gets the content_destination of this ExportRunbookVersionDetails.
Returns: The content_destination of this ExportRunbookVersionDetails. Return type: oci.fleet_apps_management.models.TransferRunbookContentDetails
-
version¶ Gets the version of this ExportRunbookVersionDetails. Export Runbook Version Details.
Returns: The version of this ExportRunbookVersionDetails. Return type: float
-