com.vmware.vcenter.guest
package provides interfaces for managing
guest customization specifications in the vCenter Server.See: Description
Interface | Description |
---|---|
CustomizationSpecs |
The
CustomizationSpecs interface provides methods to manage guest
customization specifications in the vCenter Server. |
CustomizationSpecsTypes |
Defines the data types of the
CustomizationSpecs
API service. |
Class | Description |
---|---|
AdapterMapping |
The
AdapterMapping class specifies the association between a virtual
network adapter and its IP settings. |
AdapterMapping.Builder |
Builder class for
AdapterMapping . |
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. |
CustomizationSpec.Builder |
Builder class for
CustomizationSpec . |
CustomizationSpecsDefinitions |
Defines the type descriptors for the
CustomizationSpecs
API service. |
CustomizationSpecsStub |
Remote stub implementation of the
CustomizationSpecs
API service. |
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.CreateSpec.Builder |
Builder class for
CustomizationSpecsTypes.CreateSpec . |
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.Info |
The
Info class describes a guest customization specification and the
timestamp when it was last modified. |
CustomizationSpecsTypes.Info.Builder |
Builder class for
CustomizationSpecsTypes.Info . |
CustomizationSpecsTypes.Metadata |
The
Metadata class contains metadata i.e. |
CustomizationSpecsTypes.Metadata.Builder |
Builder class for
CustomizationSpecsTypes.Metadata . |
CustomizationSpecsTypes.OsType |
The
OsType enumeration class defines the types of guest operating
systems for which guest customization is supported. |
CustomizationSpecsTypes.Spec |
The
Spec class contains the specification information and specification
object. |
CustomizationSpecsTypes.Spec.Builder |
Builder class for
CustomizationSpecsTypes.Spec . |
CustomizationSpecsTypes.Summary |
The
Summary class contains commonly used information about a guest
customization specification. |
CustomizationSpecsTypes.Summary.Builder |
Builder class for
CustomizationSpecsTypes.Summary . |
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. |
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. |
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. |
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. |
Ipv6Address |
The
Ipv6Address class specifies the the settings for a Static IPv6
configuration. |
Ipv6Address.Builder |
Builder class for
Ipv6Address . |
LinuxConfiguration |
Guest customization Settings to customize a Linux guest operating system.
|
LinuxConfiguration.Builder |
Builder class for
LinuxConfiguration . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.guest package. |
UserData |
The
UserData class specifies the personal data pertaining to the user of
the Windows guest operating system. |
UserData.Builder |
Builder class for
UserData . |
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. |
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. |
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 . |
Enum | Description |
---|---|
CustomizationSpecsTypes.Format.Values |
Native Java
enum representing this enumeration class. |
CustomizationSpecsTypes.OsType.Values |
Native Java
enum representing this enumeration class. |
Domain.Type.Values |
Native Java
enum representing this enumeration class. |
HostnameGenerator.Type.Values |
Native Java
enum representing this enumeration class. |
Ipv4.Type.Values |
Native Java
enum representing this enumeration class. |
Ipv6.Type.Values |
Native Java
enum representing this enumeration class. |
WindowsConfiguration.RebootOption.Values |
Native Java
enum representing this enumeration class. |
WindowsNetworkAdapterSettings.NetBIOSMode.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.guest
package provides interfaces for managing
guest customization specifications in the vCenter Server.