NetworkLimitstring`json:"networklimit,omitempty" doc:"the total number of networks the account can own"`
NetworkTotalint64`json:"networktotal,omitempty" doc:"the total number of networks owned by account"`
PrimaryStorageAvailablestring`json:"primarystorageavailable,omitempty" doc:"the total primary storage space (in GiB) available to be used for this account"`
PrimaryStorageLimitstring`json:"primarystoragelimit,omitempty" doc:"the total primary storage space (in GiB) the account can own"`
PrimaryStorageTotalint64`json:"primarystoragetotal,omitempty" doc:"the total primary storage space (in GiB) owned by account"`
ProjectAvailablestring`json:"projectavailable,omitempty" doc:"the total number of projects available for administration by this account"`
ProjectLimitstring`json:"projectlimit,omitempty" doc:"the total number of projects the account can own"`
ProjectTotalint64`json:"projecttotal,omitempty" doc:"the total number of projects being administrated by this account"`
SecondaryStorageAvailablestring`json:"secondarystorageavailable,omitempty" doc:"the total secondary storage space (in GiB) available to be used for this account"`
SecondaryStorageLimitstring`json:"secondarystoragelimit,omitempty" doc:"the total secondary storage space (in GiB) the account can own"`
SecondaryStorageTotalint64`json:"secondarystoragetotal,omitempty" doc:"the total secondary storage space (in GiB) owned by account"`
SMTPbool`json:"smtp,omitempty" doc:"if SMTP outbound is allowed"`
SnapshotAvailablestring`json:"snapshotavailable,omitempty" doc:"the total number of snapshots available for this account"`
SnapshotLimitstring`json:"snapshotlimit,omitempty" doc:"the total number of snapshots which can be stored by this account"`
SnapshotTotalint64`json:"snapshottotal,omitempty" doc:"the total number of snapshots stored by this account"`
Statestring`json:"state,omitempty" doc:"the state of the account"`
TemplateAvailablestring`json:"templateavailable,omitempty" doc:"the total number of templates available to be created by this account"`
TemplateLimitstring`json:"templatelimit,omitempty" doc:"the total number of templates which can be created by this account"`
TemplateTotalint64`json:"templatetotal,omitempty" doc:"the total number of templates which have been created by this account"`
User[]User`json:"user,omitempty" doc:"the list of users associated with account"`
VMAvailablestring`json:"vmavailable,omitempty" doc:"the total number of virtual machines available for this account to acquire"`
VMLimitstring`json:"vmlimit,omitempty" doc:"the total number of virtual machines that can be deployed by this account"`
VMRunningint`json:"vmrunning,omitempty" doc:"the total number of virtual machines running for this account"`
VMStoppedint`json:"vmstopped,omitempty" doc:"the total number of virtual machines stopped for this account"`
VMTotalint64`json:"vmtotal,omitempty" doc:"the total number of virtual machines deployed by this account"`
VolumeAvailablestring`json:"volumeavailable,omitempty" doc:"the total volume available for this account"`
VolumeLimitstring`json:"volumelimit,omitempty" doc:"the total volume which can be used by this account"`
VolumeTotalint64`json:"volumetotal,omitempty" doc:"the total volume being used by this account"`
}
// ListRequest builds the ListAccountsGroups request