Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct {
Server compute.Server
NetworkDomain compute.NetworkDomain
Image compute.CustomerImage
// contains filtered or unexported fields
}
Image represents a CloudControl image as a Packer Artifact.
func (*Image) BuilderId ¶
BuilderId returns the ID of the builder that was used to create the artifact.
func (*Image) Destroy ¶
Destroy deletes the artifact. Packer calls this for various reasons, such as if a post-processor has processed this artifact and it is no longer needed.
func (*Image) Files ¶
Files determines the set of files that comprise the artifact. If an artifact is not made up of files, then this will be empty.
Click to show internal directories.
Click to hide internal directories.