com.vmware.appliance.infraprofile package provides interfaces to
manage profile spec for the applianceSee: Description
| Interface | Description |
|---|---|
| Configs |
Configs interface provides methods to manage desired configuration
specification of an appliance. |
| ConfigsTypes |
Defines the data types of the
Configs
API service. |
| Class | Description |
|---|---|
| ConfigsDefinitions |
Defines the type descriptors for the
Configs
API service. |
| ConfigsStub |
Remote stub implementation of the
Configs
API service. |
| ConfigsTypes.ImportProfileSpec |
The
ImportProfileSpec class represents a spec information for import and
validate. |
| ConfigsTypes.ImportProfileSpec.Builder |
Builder class for
ConfigsTypes.ImportProfileSpec. |
| ConfigsTypes.ProfileInfo |
The
ProfileInfo class defines the information about profile. |
| ConfigsTypes.ProfileInfo.Builder |
Builder class for
ConfigsTypes.ProfileInfo. |
| ConfigsTypes.ProfilesSpec |
The
ProfilesSpec class represents a spec information for export
operation. |
| ConfigsTypes.ProfilesSpec.Builder |
Builder class for
ConfigsTypes.ProfilesSpec. |
| ConfigsTypes.ValidationResult |
The
ValidationResult class contains properties to describe result of
validation of profile specification. |
| ConfigsTypes.ValidationResult.Builder |
Builder class for
ConfigsTypes.ValidationResult. |
| ConfigsTypes.ValidationStatus |
The
ValidationStatus class defines possible values of status of profile
spec. |
| InfraprofileFactory |
InfraprofileFactory is responsible for creating instances of services
contained inside the com.vmware.appliance.infraprofile package and also has the subpackages reference
to access respective subpackage services. |
| Notification |
The
Notification class contains properties to describe any
info/warning/error messages that Tasks can raise. |
| Notification.Builder |
Builder class for
Notification. |
| Notifications |
The
Notifications class contains info/warning/error messages that can be
reported be the task. |
| Notifications.Builder |
Builder class for
Notifications. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.appliance.infraprofile package. |
| TaskInfo | |
| TaskInfo.Builder |
Builder class for
TaskInfo. |
| Enum | Description |
|---|---|
| ConfigsTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
| ConfigsTypes.ValidationStatus.Values |
Native Java
enum representing this enumeration class. |
com.vmware.appliance.infraprofile package provides interfaces to
manage profile spec for the appliance