]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
857bda59647ea06c0e328ac1763536fa6d995b97
[ceph.git] /
1 export class PoolEditPeerResponseModel {
2   cluster_name: string;
3   client_id: string;
4   mon_host: string;
5   key: string;
6 }