Data Object - GuestPosixFileAttributes

Extends
GuestFileAttributes
Since
vSphere API 5.0

Data Object Description

Different attributes for Posix guest file.

Properties

Name Type Description
groupId*xsd:int

The group ID. If this property is not specified when passing a GuestPosixFileAttributes object to InitiateFileTransferToGuest, the default value will be the group Id of the user who invoked the file transfer operation.
ownerId*xsd:int

The owner ID. If this property is not specified when passing a GuestPosixFileAttributes object to InitiateFileTransferToGuest, the default value will be the owner Id of the user who invoked the file transfer operation.
permissions*xsd:long

The file permissions in uname(2) format. If this property is not specified when passing a GuestPosixFileAttributes object to InitiateFileTransferToGuest, the file will be created with 0644 permissions.
Properties inherited from GuestFileAttributes
accessTime, modificationTime, symlinkTarget
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set
Show WSDL type definition