Data Object - DrConfigSraSraImage

See also
DrConfigSraSraContainer, DrConfigSraSraImageInfo
Since
DrConfig API 3.0

Data Object Description

Describes an SRA image loaded into docker.

Properties

Name Type Description
containers*DrConfigSraSraContainer[]

List of containers instantiated from the image.
dateCreated*xsd:dateTime

The date of the SRA creation

Since DrConfig API 8.0
error*vmodl.LocalizedMethodFault

Populated when there is an error executing the 'queryInfo' SRA command. The info field will be null in that case.
imageIdxsd:string

Sha256 id of the image.
info*DrConfigSraSraImageInfo

SRA image info as taken from the 'queryInfo' SRA command. Can be null if there was an error retrieving the info from the SRA. In this case error will be populated with the error that occurred.
repoTags*xsd:string[]

Docker repository tags the image is known by in the [REPOSITORY[:TAG]] format.
Properties inherited from
None
*Need not be set