# Structs
Error Error
Specification for a vRA API error.
No description provided by the author
No description provided by the author
type LinkValue struct {
Link string `json:"link"`
Value string `json:"value"`
}
type TableIface interface {
GetSysClassName() string
}
func (t *GetTableWin) GetSysClassName() string {
return t.SysClassName
}
func (t *GetTableLin) GetSysClassName() string {
return t.SysClassName
}
type GetTableWin struct {
SysClassName string `json:"sys_class_name"`
Name string `json:"name,omitempty"`
CPUManufacturer string `json:"cpu_manufacturer"`
SysUpdatedOn string `json:"sys_updated_on"`
SysCreatedBy string `json:"sys_created_by"`
RAM string `json:"ram"`
CPUSpeed string `json:"cpu_speed"`
OwnedBy string `json:"owned_by"`
DiskSpace string `json:"disk_space"`
ObjectID string `json:"object_id"`
DNSDomain string `json:"dns_domain"`
ShortDescription string `json:"short_description"`
OsDomain string `json:"os_domain"`
CPUCount string `json:"cpu_count"`
Manufacturer LinkValue `json:"manufacturer"`
StartDate string `json:"start_date"`
SerialNumber string `json:"serial_number"`
Asset LinkValue `json:"asset"`
CPUCoreCount string `json:"cpu_core_count"`
SysUpdatedBy string `json:"sys_updated_by"`
SysCreatedOn string `json:"sys_created_on"`
CPUType string `json:"cpu_type"`
AssetTag string `json:"asset_tag"`
ChassisType string `json:"chassis_type"`
// Probably Unique Identifier.
No description provided by the author
No description provided by the author
For response.
No description provided by the author
No description provided by the author
ServiceErrorResponse service error response
swagger:model ServiceErrorResponse.
No description provided by the author
No description provided by the author