Interface DataCenterNetworksService

    • Method Detail

      • add

        DataCenterNetworksService.AddRequest add()
        Create a new network in a data center. Post a request like in the example below to create a new network in a data center with an ID of `123`. [source] ---- POST /ovirt-engine/api/datacenters/123/networks ---- Use the following example in its body: [source,xml] ---- mynetwork ----
      • networkService

        DataCenterNetworkService networkService​(String id)
        Access the data center network service that manages the data center network specified by an ID.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.