feat(interfaces): add desired state, backup replication, and cluster update request fields
This commit is contained in:
@@ -20,6 +20,7 @@ extends plugins.typedrequestInterfaces.implementsTR<
|
||||
serviceId: string;
|
||||
clusterId?: string;
|
||||
tags?: Record<string, string>;
|
||||
replicate?: boolean;
|
||||
};
|
||||
response: {
|
||||
backup: IBackupRecord;
|
||||
|
||||
Reference in New Issue
Block a user