VsphereUpgradeObject¶
-
class
oci.ocvp.models.
VsphereUpgradeObject
(**kwargs)¶ Bases:
object
Binary object needed for vSphere upgrade
Methods
__init__
(**kwargs)Initializes a new VsphereUpgradeObject object with values from keyword arguments. Attributes
download_link
[Required] Gets the download_link of this VsphereUpgradeObject. link_description
[Required] Gets the link_description of this VsphereUpgradeObject. -
__init__
(**kwargs)¶ Initializes a new VsphereUpgradeObject object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - download_link (str) – The value to assign to the download_link property of this VsphereUpgradeObject.
- link_description (str) – The value to assign to the link_description property of this VsphereUpgradeObject.
-
download_link
¶ [Required] Gets the download_link of this VsphereUpgradeObject. Binary object download link.
Returns: The download_link of this VsphereUpgradeObject. Return type: str
-
link_description
¶ [Required] Gets the link_description of this VsphereUpgradeObject. Binary object description.
Returns: The link_description of this VsphereUpgradeObject. Return type: str
-