-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from Comcast/add_proliant_xl420g9
Add proliant xl420
- Loading branch information
Showing
16 changed files
with
1,054 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,17 +73,28 @@ type GenericDrive struct { | |
Members []struct { | ||
URL string `json:"@odata.id"` | ||
} `json:"Members,omitempty"` | ||
Links struct { | ||
Links *struct { | ||
Drives []struct { | ||
URL string `json:"@odata.id"` | ||
} `json:"Drives,omitempty"` | ||
LogicalDrives struct { | ||
LogicalDrives *struct { | ||
URL string `json:"@odata.id"` | ||
} `json:"LogicalDrives,omitempty"` | ||
PhysicalDrives struct { | ||
PhysicalDrives *struct { | ||
URL string `json:"@odata.id"` | ||
} `json:"PhysicalDrives,omitempty"` | ||
} `json:"Links,omitempty"` | ||
Link *struct { | ||
Drives []struct { | ||
URL string `json:"href"` | ||
} `json:"Drives,omitempty"` | ||
LogicalDrives *struct { | ||
URL string `json:"href"` | ||
} `json:"LogicalDrives,omitempty"` | ||
PhysicalDrives *struct { | ||
URL string `json:"href"` | ||
} `json:"PhysicalDrives,omitempty"` | ||
} `json:"links,omitempty"` | ||
MembersCount int `json:"[email protected],omitempty"` | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.