VmwareBinaryDownloadInfo¶
-
class
oci.ocvp.models.VmwareBinaryDownloadInfo(**kwargs)¶ Bases:
objectThe VMware binary download.
Methods
__init__(**kwargs)Initializes a new VmwareBinaryDownloadInfo object with values from keyword arguments. Attributes
file_name[Required] Gets the file_name of this VmwareBinaryDownloadInfo. time_expires[Required] Gets the time_expires of this VmwareBinaryDownloadInfo. url[Required] Gets the url of this VmwareBinaryDownloadInfo. -
__init__(**kwargs)¶ Initializes a new VmwareBinaryDownloadInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - file_name (str) – The value to assign to the file_name property of this VmwareBinaryDownloadInfo.
- url (str) – The value to assign to the url property of this VmwareBinaryDownloadInfo.
- time_expires (datetime) – The value to assign to the time_expires property of this VmwareBinaryDownloadInfo.
-
file_name¶ [Required] Gets the file_name of this VmwareBinaryDownloadInfo. The name of the VMware binary file.
Returns: The file_name of this VmwareBinaryDownloadInfo. Return type: str
-
time_expires¶ [Required] Gets the time_expires of this VmwareBinaryDownloadInfo. The expiration date for the URL, in the format defined by RFC3339. After this date the URL will no longer be valid.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_expires of this VmwareBinaryDownloadInfo. Return type: datetime
-
url¶ [Required] Gets the url of this VmwareBinaryDownloadInfo. The URL to download the VMware binary.
Returns: The url of this VmwareBinaryDownloadInfo. Return type: str
-