All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.ToComputingService.json Maven / Gradle / Ivy

The newest version!
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/ToComputingService.json",
  "type": "object",
  "allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}],
  "properties": {
    "NetworkInfo": {
      "type": "string",
      "description": "Type of network connections between the Storage and Computing services (NetworkInfo_t)"
    },
    "Bandwidth": {
      "type": "integer",
      "description": "The normal bandwidth available between the Storage and Computing services (Mb/s)"
    },
    "StorageAccessProtocolID": {
      "type": "array",
      "description": "IDs of the protocols that can be used to access the StorageService",
      "items": {
        "type": "string"
      }
    },
    "ComputingServiceID": {
      "type": "string",
      "description": "The ID of the ComputingService"
    },
    "StorageServiceID": {
      "type": "string",
      "description": "The ID of the StorageService"
    }
  },
  "required": ["ComputingServiceID","StorageServiceID"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy