Interface DataCenterNetworksService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DataCenterNetworksService

    public static interface DataCenterNetworksService.AddResponse
    extends Response
    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 ----
    • Method Detail

      • network

        Network network()
        The network object to be created in the data center.