Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TemplateData string = `` /* 151830-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
type DefaultTemplate ¶
type DefaultTemplate struct {
ID string `json:"id,omitempty"`
TemplateName string `json:"templateName"`
TemplateDescription string `json:"templateDescription"`
TemplateType string `json:"templateType"`
Draft bool `json:"draft"`
Components []interface{} `json:"components"`
Category interface{} `json:"category"`
AllUsersAllowed bool `json:"allUsersAllowed"`
AssignedUsers interface{} `json:"assignedUsers"`
ManageFirmware bool `json:"manageFirmware"`
UseDefaultCatalog bool `json:"useDefaultCatalog"`
FirmwareRepository struct {
ID string `json:"id"`
Name interface{} `json:"name"`
SourceLocation interface{} `json:"sourceLocation"`
SourceType interface{} `json:"sourceType"`
DiskLocation interface{} `json:"diskLocation"`
Filename interface{} `json:"filename"`
Md5Hash interface{} `json:"md5Hash"`
Username interface{} `json:"username"`
Password interface{} `json:"password"`
DownloadStatus interface{} `json:"downloadStatus"`
CreatedDate interface{} `json:"createdDate"`
CreatedBy interface{} `json:"createdBy"`
UpdatedDate interface{} `json:"updatedDate"`
UpdatedBy interface{} `json:"updatedBy"`
DefaultCatalog bool `json:"defaultCatalog"`
Embedded bool `json:"embedded"`
State interface{} `json:"state"`
SoftwareComponents []interface{} `json:"softwareComponents"`
SoftwareBundles []interface{} `json:"softwareBundles"`
Deployments []interface{} `json:"deployments"`
BundleCount int `json:"bundleCount"`
ComponentCount int `json:"componentCount"`
UserBundleCount int `json:"userBundleCount"`
Minimal bool `json:"minimal"`
DownloadProgress int `json:"downloadProgress"`
ExtractProgress int `json:"extractProgress"`
FileSizeInGigabytes interface{} `json:"fileSizeInGigabytes"`
SignedKeySourceLocation interface{} `json:"signedKeySourceLocation"`
Signature interface{} `json:"signature"`
Rcmapproved bool `json:"rcmapproved"`
} `json:"firmwareRepository"`
LicenseRepository interface{} `json:"licenseRepository"`
Configuration interface{} `json:"configuration"`
ServerCount interface{} `json:"serverCount"`
StorageCount interface{} `json:"storageCount"`
ClusterCount interface{} `json:"clusterCount"`
ServiceCount interface{} `json:"serviceCount"`
SwitchCount interface{} `json:"switchCount"`
VMCount interface{} `json:"vmCount"`
SdnasCount interface{} `json:"sdnasCount"`
BrownfieldTemplateType string `json:"brownfieldTemplateType"`
Networks interface{} `json:"networks"`
BlockServiceOperationsMap struct {
} `json:"blockServiceOperationsMap"`
}
Click to show internal directories.
Click to hide internal directories.