org.dmtf.schemas.ovf.envelope.util
Interface EnvelopeValidatorCodes

All Known Implementing Classes:
EnvelopeValidator, RasdValidator

public interface EnvelopeValidatorCodes


Field Summary
static int VALIDATION_CONFIGURATION_DEFAULT_UNIQUE
          Only one configuration option can be labeled default
static int VALIDATION_FILE_REFERENCE_REQUIRES_FORMAT
          The virtual disk must reference a file when it has a format specified
static int VALIDATION_FORMAT_REQUIRES_FILE_REFERENCE
          The virtual disk must have a format specified when it references a file
static int VALIDATION_INVALID_LOCAL_HOST_RESOURCE
          The host resource refers to a non-existent local resource
static int VALIDATION_MISSING_CONTENT_TYPE
          The descriptor must have exactly one occurrence of the content type
static int VALIDATION_MISSING_NETWORK_FOR_CONNECTION
          The virtual hardware element connection refers to non-existent network
static int VALIDATION_PRODUCTSECTION_CLASS_INSTANCE_UNIQUE
          The class and instance value pairs for products must be unique.
static int VALIDATION_PROPERTY_QUALIFIER_INAPPROPRIATE
          The virtual disk format is not a valid URI
static int VALIDATION_PROPERTY_QUALIFIERS_INVALID
          The property qualifiers are invalid
static int VALIDATION_PROPERTY_VALUE_MACRO_INVALID
          The property value contains an illegal macro
static int VALIDATION_REFERENCED_CONFIGURATION_INVALID
          The configuration referenced does not exist
static int VALIDATION_REFERENCED_CONTENT_INVALID
          The content (system or collection) referenced does not exist
static int VALIDATION_REFERENCED_FILE_INVALID
          The file referenced does not exist
static int VALIDATION_REFERENCED_VALUE_MUST_BE_UNIQUE
          This reference or attribute must be unique within the container
static int VALIDATION_RESOURCE_BUNDLE_NOT_AT_FRONT
          Resource bundles must be at front of the references section
static int VALIDATION_SECTION_NOT_ALLOWED
          This section cannot be placed in the given container
static int VALIDATION_SECTION_TOO_FEW
          This section appears too few times in the given container
static int VALIDATION_SECTION_TOO_FEW_PLURAL
          This section appears too few times in the given container
static int VALIDATION_SECTION_TOO_MANY
          This section appears too many times in the given container
static int VALIDATION_SECTION_TOO_MANY_PLURAL
          This section appears too many times in the given container
static int VALIDATION_STRINGS_FILE_REF_INVALID
          The file referenced by the strings element is not defined
static int VALIDATION_UNSIGNED_VALUE_IS_NEGATIVE
          This attribute is unsigned but was given a negative value
static int VALIDATION_VIRTUAL_DISK_FORMAT_URI_INVALID
          The virtual disk format is not a valid URI
static int VALIDATION_VIRTUAL_DISK_MISSORDER
          The virtual disk order is incorrect
static int VALIDATION_VIRTUALHARDWARESECTION_ITEM_INSTANCEID_UNIQUE
          RASD InstanceIDs must be unique within a virtual hardware section
 

Field Detail

VALIDATION_CONFIGURATION_DEFAULT_UNIQUE

static final int VALIDATION_CONFIGURATION_DEFAULT_UNIQUE
Only one configuration option can be labeled default

See Also:
Constant Field Values

VALIDATION_SECTION_NOT_ALLOWED

static final int VALIDATION_SECTION_NOT_ALLOWED
This section cannot be placed in the given container

See Also:
Constant Field Values

VALIDATION_SECTION_TOO_MANY_PLURAL

static final int VALIDATION_SECTION_TOO_MANY_PLURAL
This section appears too many times in the given container

See Also:
Constant Field Values

VALIDATION_SECTION_TOO_MANY

static final int VALIDATION_SECTION_TOO_MANY
This section appears too many times in the given container

See Also:
Constant Field Values

VALIDATION_SECTION_TOO_FEW_PLURAL

static final int VALIDATION_SECTION_TOO_FEW_PLURAL
This section appears too few times in the given container

See Also:
Constant Field Values

VALIDATION_SECTION_TOO_FEW

static final int VALIDATION_SECTION_TOO_FEW
This section appears too few times in the given container

See Also:
Constant Field Values

VALIDATION_VIRTUALHARDWARESECTION_ITEM_INSTANCEID_UNIQUE

static final int VALIDATION_VIRTUALHARDWARESECTION_ITEM_INSTANCEID_UNIQUE
RASD InstanceIDs must be unique within a virtual hardware section

See Also:
Constant Field Values

VALIDATION_PRODUCTSECTION_CLASS_INSTANCE_UNIQUE

static final int VALIDATION_PRODUCTSECTION_CLASS_INSTANCE_UNIQUE
The class and instance value pairs for products must be unique.

See Also:
Constant Field Values

VALIDATION_REFERENCED_VALUE_MUST_BE_UNIQUE

static final int VALIDATION_REFERENCED_VALUE_MUST_BE_UNIQUE
This reference or attribute must be unique within the container

See Also:
Constant Field Values

VALIDATION_UNSIGNED_VALUE_IS_NEGATIVE

static final int VALIDATION_UNSIGNED_VALUE_IS_NEGATIVE
This attribute is unsigned but was given a negative value

See Also:
Constant Field Values

VALIDATION_MISSING_CONTENT_TYPE

static final int VALIDATION_MISSING_CONTENT_TYPE
The descriptor must have exactly one occurrence of the content type

See Also:
Constant Field Values

VALIDATION_RESOURCE_BUNDLE_NOT_AT_FRONT

static final int VALIDATION_RESOURCE_BUNDLE_NOT_AT_FRONT
Resource bundles must be at front of the references section

See Also:
Constant Field Values

VALIDATION_STRINGS_FILE_REF_INVALID

static final int VALIDATION_STRINGS_FILE_REF_INVALID
The file referenced by the strings element is not defined

See Also:
Constant Field Values

VALIDATION_REFERENCED_CONFIGURATION_INVALID

static final int VALIDATION_REFERENCED_CONFIGURATION_INVALID
The configuration referenced does not exist

See Also:
Constant Field Values

VALIDATION_REFERENCED_FILE_INVALID

static final int VALIDATION_REFERENCED_FILE_INVALID
The file referenced does not exist

See Also:
Constant Field Values

VALIDATION_REFERENCED_CONTENT_INVALID

static final int VALIDATION_REFERENCED_CONTENT_INVALID
The content (system or collection) referenced does not exist

See Also:
Constant Field Values

VALIDATION_PROPERTY_QUALIFIERS_INVALID

static final int VALIDATION_PROPERTY_QUALIFIERS_INVALID
The property qualifiers are invalid

See Also:
Constant Field Values

VALIDATION_PROPERTY_VALUE_MACRO_INVALID

static final int VALIDATION_PROPERTY_VALUE_MACRO_INVALID
The property value contains an illegal macro

See Also:
Constant Field Values

VALIDATION_INVALID_LOCAL_HOST_RESOURCE

static final int VALIDATION_INVALID_LOCAL_HOST_RESOURCE
The host resource refers to a non-existent local resource

See Also:
Constant Field Values

VALIDATION_FORMAT_REQUIRES_FILE_REFERENCE

static final int VALIDATION_FORMAT_REQUIRES_FILE_REFERENCE
The virtual disk must have a format specified when it references a file

See Also:
Constant Field Values

VALIDATION_FILE_REFERENCE_REQUIRES_FORMAT

static final int VALIDATION_FILE_REFERENCE_REQUIRES_FORMAT
The virtual disk must reference a file when it has a format specified

See Also:
Constant Field Values

VALIDATION_VIRTUAL_DISK_FORMAT_URI_INVALID

static final int VALIDATION_VIRTUAL_DISK_FORMAT_URI_INVALID
The virtual disk format is not a valid URI

See Also:
Constant Field Values

VALIDATION_PROPERTY_QUALIFIER_INAPPROPRIATE

static final int VALIDATION_PROPERTY_QUALIFIER_INAPPROPRIATE
The virtual disk format is not a valid URI

See Also:
Constant Field Values

VALIDATION_VIRTUAL_DISK_MISSORDER

static final int VALIDATION_VIRTUAL_DISK_MISSORDER
The virtual disk order is incorrect

See Also:
Constant Field Values

VALIDATION_MISSING_NETWORK_FOR_CONNECTION

static final int VALIDATION_MISSING_NETWORK_FOR_CONNECTION
The virtual hardware element connection refers to non-existent network

See Also:
Constant Field Values


© Copyright 2008 IBM Corp. 2008 All Rights Reserved