com.vmware.vcenter.vm.guest.networking
package provides interfaces
for dealing with the guest operating system networking.See: Description
Interface | Description |
---|---|
Interfaces |
The
Interfaces interface provides methods for retrieving guest operating
system network interface information. |
InterfacesTypes |
Defines the data types of the
Interfaces
API service. |
Routes |
The
Routes interface provides methods for retrieving guest operating
system network routing information. |
RoutesTypes |
Defines the data types of the
Routes
API service. |
Class | Description |
---|---|
InterfacesDefinitions |
Defines the type descriptors for the
Interfaces
API service. |
InterfacesStub |
Remote stub implementation of the
Interfaces
API service. |
InterfacesTypes.Info |
The
Info class describes a virtual network adapter configured in the
guest operating system. |
InterfacesTypes.Info.Builder |
Builder class for
InterfacesTypes.Info . |
InterfacesTypes.IpAddressInfo |
The
IpAddressInfo class describes a specific IP Address. |
InterfacesTypes.IpAddressInfo.Builder |
Builder class for
InterfacesTypes.IpAddressInfo . |
InterfacesTypes.IpAddressOrigin |
The
IpAddressOrigin enumeration class specifies how an IP address was
obtained for an interface. |
InterfacesTypes.IpAddressStatus |
The
IpAddressStatus enumeration class defines the present status of an
address on an interface. |
InterfacesTypes.IpConfigInfo |
The
IpConfigInfo class describes the protocol version independent
address reporting data object for network interfaces. |
InterfacesTypes.IpConfigInfo.Builder |
Builder class for
InterfacesTypes.IpConfigInfo . |
NetworkingFactory |
NetworkingFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.vm.guest.networking package and also has the subpackages reference
to access respective subpackage services. |
RoutesDefinitions |
Defines the type descriptors for the
Routes
API service. |
RoutesStub |
Remote stub implementation of the
Routes
API service. |
RoutesTypes.Info |
The
Info class describes an individual host, network or default
destination network reachable through a gateway. |
RoutesTypes.Info.Builder |
Builder class for
RoutesTypes.Info . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.vm.guest.networking package. |
Enum | Description |
---|---|
InterfacesTypes.IpAddressOrigin.Values |
Native Java
enum representing this enumeration class. |
InterfacesTypes.IpAddressStatus.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.vm.guest.networking
package provides interfaces
for dealing with the guest operating system networking.