GenerateVmwareBinaryDownloadInfoDetails¶
-
class
oci.ocvp.models.GenerateVmwareBinaryDownloadInfoDetails(**kwargs)¶ Bases:
objectThe details for generating VMware Binary download information.
Methods
__init__(**kwargs)Initializes a new GenerateVmwareBinaryDownloadInfoDetails object with values from keyword arguments. Attributes
vmware_binary_file_name[Required] Gets the vmware_binary_file_name of this GenerateVmwareBinaryDownloadInfoDetails. -
__init__(**kwargs)¶ Initializes a new GenerateVmwareBinaryDownloadInfoDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: vmware_binary_file_name (str) – The value to assign to the vmware_binary_file_name property of this GenerateVmwareBinaryDownloadInfoDetails.
-
vmware_binary_file_name¶ [Required] Gets the vmware_binary_file_name of this GenerateVmwareBinaryDownloadInfoDetails. The name of the VMware binary file.
Returns: The vmware_binary_file_name of this GenerateVmwareBinaryDownloadInfoDetails. Return type: str
-