Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.87 KB

TargetFormat.rst

File metadata and controls

34 lines (26 loc) · 1.87 KB

targetFormat

Holds information that extends a primitive imageformat-object. This allows administrators to customize and rebrand machine image formats.

Attributes

The list of attributes for targetFormat are:

  • name (string): the name of this format
  • logo (logo-object): the logo of this format (see logo-object)
  • format (imageFormat-object): the primitive format this target platform is based on
  • category (category-object): the category for this target format
  • type: the target format type
  • credAccountType: the cloud account type this target format is mapped to
  • targetPlatformsUri (anyURI): the uri resource to retrieve all the target platforms where this target format is used
  • targetPlatformsUriList (UriList-object): the list of uri resources for the target platform objects where this target format is used
  • credInfos (string): the end-user information to get the necessary credentials to generate a machine image to this particular TargetFormat
  • imageInfos (string): the end-user information that could be provided before a user generates a machine image
  • publishInfos (string): the end-user information that could be provided before a user publishes a machine image
  • access (boolean): a boolean indicating whether the user has access to the TargetFormat or not
  • active (boolean): a boolean indicated whether the TargetFormat is availble in the Org the user is registered to
  • uri (anyURI): the uri resource of this target format object
  • created (dateTime): the date the appliance template is created
  • dbId (long): the database id of the object
  • digest (string): the digest value (used for etag)
  • lastModified (dateTime): the last modified date of this object