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

virtualization-capabilities-api.schema.json.ConfigureVmNetworkSettingsResponseMessage.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!
{
    "$schema":"http://json-schema.org/draft-04/schema#",
    "type":"object",
    "description":"Configure Virtual Machine Network Settings response message.",
    "_meta":{
       "message":"com.dell.cpsd.vcenter.configure.vm.network.settings.response",
       "version":"1.0"
    },
    "properties":{
       "messageProperties":{
          "$ref":"MessageProperties.jsd"
       },
       "status": {
           "enum": [
               "SUCCESS",
               "FAILED"
           ],
           "type": "string"
       }
    },
    "required":[
       "messageProperties",
       "status"
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy