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

virtualization-capabilities-api.schema.json.PortGroupConfig.jsd Maven / Gradle / Ivy

Go to download

This repository contains the source code for the virtualization capabilities API. This repository is used to define a data contract in JSON that is agnostic of the Adapter.

The newest version!
{
  "type" : "object",
  "properties" : {
    "portGroupName": {
      "type": "string"
    },
    "ipAddress" : {
      "type" : "string"
    },
    "gatewayIpAddress": {
      "type": "string"
    },
    "subnetMask" : {
      "type": "string"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy