TransferRunbookParUrlContentDetails¶
-
class
oci.fleet_apps_management.models.TransferRunbookParUrlContentDetails(**kwargs)¶ Bases:
oci.fleet_apps_management.models.transfer_runbook_content_details.TransferRunbookContentDetailsDetails about Object Storage Bucket source. Restricted to the region this is called.
Attributes
SOURCE_TYPE_OBJECT_STORAGE_BUCKETstr(object=’’) -> str SOURCE_TYPE_PAR_URLstr(object=’’) -> str source_type[Required] Gets the source_type of this TransferRunbookContentDetails. url[Required] Gets the url of this TransferRunbookParUrlContentDetails. Methods
__init__(**kwargs)Initializes a new TransferRunbookParUrlContentDetails object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
SOURCE_TYPE_OBJECT_STORAGE_BUCKET= 'OBJECT_STORAGE_BUCKET'¶
-
SOURCE_TYPE_PAR_URL= 'PAR_URL'¶
-
__init__(**kwargs)¶ Initializes a new TransferRunbookParUrlContentDetails object with values from keyword arguments. The default value of the
source_typeattribute of this class isPAR_URLand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - source_type (str) – The value to assign to the source_type property of this TransferRunbookParUrlContentDetails. Allowed values for this property are: “OBJECT_STORAGE_BUCKET”, “PAR_URL”
- url (str) – The value to assign to the url property of this TransferRunbookParUrlContentDetails.
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
source_type¶ [Required] Gets the source_type of this TransferRunbookContentDetails. Content Source type details.
Allowed values for this property are: “OBJECT_STORAGE_BUCKET”, “PAR_URL”
Returns: The source_type of this TransferRunbookContentDetails. Return type: str
-
url¶ [Required] Gets the url of this TransferRunbookParUrlContentDetails. PAR url.
Returns: The url of this TransferRunbookParUrlContentDetails. Return type: str
-