VmwareBinary¶
-
class
oci.ocvp.models.VmwareBinary(**kwargs)¶ Bases:
objectA third party VMware Binary file.
Methods
__init__(**kwargs)Initializes a new VmwareBinary object with values from keyword arguments. Attributes
checksumGets the checksum of this VmwareBinary. description[Required] Gets the description of this VmwareBinary. file_name[Required] Gets the file_name of this VmwareBinary. size_in_bytesGets the size_in_bytes of this VmwareBinary. -
__init__(**kwargs)¶ Initializes a new VmwareBinary 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 VmwareBinary.
- description (str) – The value to assign to the description property of this VmwareBinary.
- size_in_bytes (int) – The value to assign to the size_in_bytes property of this VmwareBinary.
- checksum (str) – The value to assign to the checksum property of this VmwareBinary.
-
checksum¶ Gets the checksum of this VmwareBinary. Base64-encoded SHA256 hash of the object data.
Returns: The checksum of this VmwareBinary. Return type: str
-
description¶ [Required] Gets the description of this VmwareBinary. Description of the VMware binary.
Returns: The description of this VmwareBinary. Return type: str
-
file_name¶ [Required] Gets the file_name of this VmwareBinary. The name of the VMware binary file.
Returns: The file_name of this VmwareBinary. Return type: str
-
size_in_bytes¶ Gets the size_in_bytes of this VmwareBinary. Size of the VMware binary file in bytes.
Returns: The size_in_bytes of this VmwareBinary. Return type: int
-