Documentation
¶
Overview ¶
Package insttmpl provides structs for the InstanceTemplate payload.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Template ¶
type Template struct {
Values map[string]string `json:"values" yaml:"values"`
VCenterCCRRef string `json:"vcenter_ccrref" yaml:"vcenter_ccrref"`
VCenterInstanceID string `json:"vcenter_instance_id" yaml:"vcenter_instance_id"`
VCenterTemplateRef string `json:"vcenter_template_ref" yaml:"vcenter_template_ref"`
}
Template is the API payload based on the legacy xmlrpc backend.
Click to show internal directories.
Click to hide internal directories.