| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Class and Description |
|---|---|
class |
GuestPosixFileAttributes
Java class for GuestPosixFileAttributes complex type.
|
class |
GuestWindowsFileAttributes
Java class for GuestWindowsFileAttributes complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected GuestFileAttributes |
FileTransferInformation.attributes |
protected GuestFileAttributes |
GuestFileInfo.attributes |
protected GuestFileAttributes |
ChangeFileAttributesInGuestRequestType.fileAttributes |
protected GuestFileAttributes |
InitiateFileTransferToGuestRequestType.fileAttributes |
| Modifier and Type | Method and Description |
|---|---|
GuestFileAttributes |
ObjectFactory.createGuestFileAttributes()
Create an instance of
GuestFileAttributes |
GuestFileAttributes |
FileTransferInformation.getAttributes()
Gets the value of the attributes property.
|
GuestFileAttributes |
GuestFileInfo.getAttributes()
Gets the value of the attributes property.
|
GuestFileAttributes |
ChangeFileAttributesInGuestRequestType.getFileAttributes()
Gets the value of the fileAttributes property.
|
GuestFileAttributes |
InitiateFileTransferToGuestRequestType.getFileAttributes()
Gets the value of the fileAttributes property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VimPortType.changeFileAttributesInGuest(ManagedObjectReference _this,
ManagedObjectReference vm,
GuestAuthentication auth,
String guestFilePath,
GuestFileAttributes fileAttributes) |
String |
VimPortType.initiateFileTransferToGuest(ManagedObjectReference _this,
ManagedObjectReference vm,
GuestAuthentication auth,
String guestFilePath,
GuestFileAttributes fileAttributes,
long fileSize,
boolean overwrite) |
void |
FileTransferInformation.setAttributes(GuestFileAttributes value)
Sets the value of the attributes property.
|
void |
GuestFileInfo.setAttributes(GuestFileAttributes value)
Sets the value of the attributes property.
|
void |
ChangeFileAttributesInGuestRequestType.setFileAttributes(GuestFileAttributes value)
Sets the value of the fileAttributes property.
|
void |
InitiateFileTransferToGuestRequestType.setFileAttributes(GuestFileAttributes value)
Sets the value of the fileAttributes property.
|
Copyright © 2018. All rights reserved.