~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/apiserver/params/status.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
// ModelStatusInfo holds status information about the model itself.
31
31
type ModelStatusInfo struct {
32
32
        Name             string `json:"name"`
33
 
        Cloud            string `json:"cloud"`
 
33
        CloudTag         string `json:"cloud-tag"`
34
34
        CloudRegion      string `json:"region,omitempty"`
35
35
        Version          string `json:"version"`
36
36
        AvailableVersion string `json:"available-version"`