]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-daemon.ts
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / rgw / models / rgw-daemon.ts
CommitLineData
f67539c2
TL
1export class RgwDaemon {
2 id: string;
3 version: string;
4 server_hostname: string;
5 zonegroup_name: string;
6 zone_name: string;
7 default: boolean;
8}