vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - GuestWindowsFileAttributes(vim.vm.guest.FileManager.WindowsFileAttributes)
- Extends
 - GuestFileAttributes
 - Since
 - vSphere API Release 5.0
 
Data Object Description
Different attributes for a Windows guest file.Properties
| Name | Type | Description | 
|---|---|---|
| createTime* | xsd:dateTime | 
         The date and time the file was created.
 This property gives information about files when returned from
 ListFilesInGuest or
 InitiateFileTransferFromGuest
 as part of a GuestWindowsFileAttributes
 object.  This property will be ignored when passing a
 GuestWindowsFileAttributes object to
 InitiateFileTransferToGuest or
 ChangeFileAttributesInGuest.
       | 
| hidden* | xsd:boolean | 
         The file is hidden.
 If this property is not specified when passing a
 GuestWindowsFileAttributes object to
 InitiateFileTransferToGuest,
 the file will not be set as a hidden file.
       | 
| readOnly* | xsd:boolean | 
         The file is read-only.
 If this property is not specified when passing a
 GuestWindowsFileAttributes object to
 InitiateFileTransferToGuest,
 the file will not be set as a read-only file.
       | 
| Properties inherited from GuestFileAttributes | ||
| accessTime, modificationTime, symlinkTarget | ||
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |