src/app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-response.model.ts
Properties |
client_id |
Type : string
|
cluster_name |
Type : string
|
key |
Type : string
|
mon_host |
Type : string
|
uuid |
Type : string
|
export class PoolEditPeerResponseModel {
cluster_name: string;
client_id: string;
mon_host: string;
key: string;
uuid: string;
}