Package | Description |
---|---|
com.vmware.vcenter |
The
com.vmware.vcenter package provides interfaces for managing VMware
vSphere environments. |
com.vmware.vcenter.guest |
The
com.vmware.vcenter.guest package provides interfaces for managing
guest customization specifications in the vCenter Server. |
com.vmware.vcenter.vm.guest |
The
com.vmware.vcenter.vm.guest package provides interfaces for dealing
with the guest operating system. |
Class and Description |
---|
GuestFactory
GuestFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.guest package and also has the subpackages reference
to access respective subpackage services. |
Class and Description |
---|
AdapterMapping
The
AdapterMapping class specifies the association between a virtual
network adapter and its IP settings. |
AdapterMapping.Builder
Builder class for
AdapterMapping . |
CloudConfiguration
Guest customization settings to customize a guest operating system with cloud
configuration.
|
CloudConfiguration.Builder
Builder class for
CloudConfiguration . |
CloudConfiguration.Type
The
Type enumeration class specifies different types of the cloud
configuration. |
CloudConfiguration.Type.Values
Native Java
enum representing this enumeration class. |
CloudinitConfiguration
Guest customization settings to customize a Linux guest operating system with
raw cloud-init data.
|
CloudinitConfiguration.Builder
Builder class for
CloudinitConfiguration . |
ConfigurationSpec
The
ConfigurationSpec class specifies the settings for customizing a
guest operating system. |
ConfigurationSpec.Builder
Builder class for
ConfigurationSpec . |
CustomizationSpec
The
CustomizationSpec class contains information required to customize a
virtual machine when deploying it or migrating it to a new host. |
CustomizationSpecs
The
CustomizationSpecs interface provides methods to manage guest
customization specifications in the vCenter Server. |
CustomizationSpecsTypes
The
CustomizationSpecs interface provides methods to manage guest
customization specifications in the vCenter Server. |
CustomizationSpecsTypes.CreateSpec
The
CreateSpec class contains specification information and
specification object that can be passed to the CustomizationSpecs.create(com.vmware.vcenter.guest.CustomizationSpecsTypes.CreateSpec) method. |
CustomizationSpecsTypes.FilterSpec
The
FilterSpec class contains properties used to filter the results when
listing guest customization specifications (see CustomizationSpecs.list(com.vmware.vcenter.guest.CustomizationSpecsTypes.FilterSpec) ). |
CustomizationSpecsTypes.FilterSpec.Builder
Builder class for
CustomizationSpecsTypes.FilterSpec . |
CustomizationSpecsTypes.Format
The
Format enumeration class specifies the formats the customization
specification can be exported to. |
CustomizationSpecsTypes.Format.Values
Native Java
enum representing this enumeration class. |
CustomizationSpecsTypes.Info
The
Info class describes a guest customization specification and the
timestamp when it was last modified. |
CustomizationSpecsTypes.Metadata
The
Metadata class contains metadata i.e. |
CustomizationSpecsTypes.OsType
The
OsType enumeration class defines the types of guest operating
systems for which guest customization is supported. |
CustomizationSpecsTypes.OsType.Values
Native Java
enum representing this enumeration class. |
CustomizationSpecsTypes.Spec
The
Spec class contains the specification information and specification
object. |
CustomizationSpecsTypes.Summary
The
Summary class contains commonly used information about a guest
customization specification. |
Domain
The
Domain class specifies the information needed to join a workgroup or
domain. |
Domain.Builder
Builder class for
Domain . |
Domain.Type
The
Type enumeration class defines the types of network the virtual
machine should join to after the customization is completed. |
Domain.Type.Values
Native Java
enum representing this enumeration class. |
GlobalDNSSettings
The
GlobalDNSSettings class specifies a collection of global IP settings
in the guest operating system. |
GlobalDNSSettings.Builder
Builder class for
GlobalDNSSettings . |
GuestFactory
GuestFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.guest package and also has the subpackages reference
to access respective subpackage services. |
GuiUnattended
The
GuiUnattended class maps to the GuiUnattended key in the sysprep.xml
answer file. |
GuiUnattended.Builder
Builder class for
GuiUnattended . |
HostnameGenerator
The
HostnameGenerator class specifies various mechanisms of generating
the hostname for the guest inside the virtual machine while customization. |
HostnameGenerator.Builder
Builder class for
HostnameGenerator . |
HostnameGenerator.Type
The
Type enumeration class specifies different types of Name Generators. |
HostnameGenerator.Type.Values
Native Java
enum representing this enumeration class. |
IPSettings
The
IPSettings class specifies the IP settings for a virtual network
adapter. |
IPSettings.Builder
Builder class for
IPSettings . |
Ipv4
The
Ipv4 class specifies the IPv4 settings that need to be applied to a
virtual network adapter. |
Ipv4.Builder
Builder class for
Ipv4 . |
Ipv4.Type
The
Type enumeration class specifies different types of the IPv4
configuration. |
Ipv4.Type.Values
Native Java
enum representing this enumeration class. |
Ipv6
The
Ipv6 class specifies the IPv6 settings that need to be applied to a
virtual network adapter. |
Ipv6.Builder
Builder class for
Ipv6 . |
Ipv6.Type
The
Type enumeration class specifies different types of the IPv6
configuration. |
Ipv6.Type.Values
Native Java
enum representing this enumeration class. |
Ipv6Address
The
Ipv6Address class specifies the the settings for a Static IPv6
configuration. |
LinuxConfiguration
Guest customization Settings to customize a Linux guest operating system.
|
LinuxConfiguration.Builder
Builder class for
LinuxConfiguration . |
UserData
The
UserData class specifies the personal data pertaining to the user of
the Windows guest operating system. |
WindowsConfiguration
The
WindowsConfiguration class specifies the settings for customizing a
windows guest operating system. |
WindowsConfiguration.Builder
Builder class for
WindowsConfiguration . |
WindowsConfiguration.RebootOption
The
RebootOption enumeration class specifies what should be done to the
guest after the customization. |
WindowsConfiguration.RebootOption.Values
Native Java
enum representing this enumeration class. |
WindowsNetworkAdapterSettings
The
WindowsNetworkAdapterSettings class specifies Windows specific
Network settings for a virtual network adapter. |
WindowsNetworkAdapterSettings.Builder
Builder class for
WindowsNetworkAdapterSettings . |
WindowsNetworkAdapterSettings.NetBIOSMode
The
NetBIOSMode enumeration class specifies different NetBIOS settings
for Windows guest operating systems. |
WindowsNetworkAdapterSettings.NetBIOSMode.Values
Native Java
enum representing this enumeration class. |
WindowsSysprep
The
WindowsSysprep class provides all the settings like user details,
administrator details, etc that need to applied for a windows guest operating
system during customization. |
WindowsSysprep.Builder
Builder class for
WindowsSysprep . |
Class and Description |
---|
CustomizationSpec
The
CustomizationSpec class contains information required to customize a
virtual machine when deploying it or migrating it to a new host. |