com.vmware.vcenter.vm.console package provides interfaces for
managing Virtual Machine Consoles.See: Description
| Interface | Description |
|---|---|
| Tickets |
The
Tickets interface provides methods for managing the virtual machine
console tickets. |
| TicketsTypes |
Defines the data types of the
Tickets
API service. |
| Class | Description |
|---|---|
| ConsoleFactory |
ConsoleFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.vm.console package and also has the subpackages reference
to access respective subpackage services. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.vm.console package. |
| TicketsDefinitions |
Defines the type descriptors for the
Tickets
API service. |
| TicketsStub |
Remote stub implementation of the
Tickets
API service. |
| TicketsTypes.CreateSpec |
The
CreateSpec class defines the information used to create the virtual
machine console ticket. |
| TicketsTypes.CreateSpec.Builder |
Builder class for
TicketsTypes.CreateSpec. |
| TicketsTypes.Summary |
The
Summary class contains commonly used information about the virtual
machine console ticket. |
| TicketsTypes.Summary.Builder |
Builder class for
TicketsTypes.Summary. |
| TicketsTypes.Type |
The
Type enumeration class defines the types of console tickets. |
| Enum | Description |
|---|---|
| TicketsTypes.Type.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.vm.console package provides interfaces for
managing Virtual Machine Consoles.