
schema.StorageAccessProtocol.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of airavata-gfac-hpc-monitor Show documentation
Show all versions of airavata-gfac-hpc-monitor Show documentation
The Grid related monitoring implementation
The newest version!
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/StorageAccessProtocol.json",
"type": "object",
"allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}],
"properties": {
"Type": {
"type": "string",
"description": "The type of the protocol - StorageAccessProtocol_t"
},
"Version": {
"type": "string",
"description": "The version of the protocol supported"
},
"MaxStreams": {
"type": "integer",
"description": "The maximum number of parallel network streams which can be usef for a single transfer"
},
"StorageServiceID": {
"type": "string",
"description": "The ID of the StorageService this protocol is available for"
},
"ToComputingServiceID": {
"type": "array",
"description": "The ID(s) ToComputingService objects that describe connectivity to ComputingServices",
"items": {
"type": "string"
}
}
},
"required": ["Type","Version","StorageServiceID"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy