summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/thrift/bwlp.thrift')
-rw-r--r--src/main/thrift/bwlp.thrift7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift
index 3fc9c5a..ad9f704 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -423,6 +423,10 @@ struct SatelliteConfig {
9: optional bool allowLoginByDefault,
// ServerSide Copy on, off, auto or controlled by user
10: optional SscMode serverSideCopy,
+ // Students are allowed to download non-restricted images?
+ 11: optional bool allowStudentDownload,
+ // Size limit for VM uploads (0 = unlimited)
+ 12: optional i64 vmSizeLimit,
}
struct SatelliteStatus {
@@ -704,6 +708,9 @@ service MasterServer {
void invalidateSession(1: Token sessionId)
throws (1:TInvalidTokenException ex),
+ ClientSessionData getSessionFromAccessCode(1: string accessCode)
+ throws (1:TNotFoundException notFound, 2:TAuthorizationException auth),
+
/*
* Server (Satellite) calls
*/