Interface DataCentersService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DataCentersService

    public static interface DataCentersService.AddResponse
    extends Response
    Creates a new data center. Creation of a new data center requires the `name` and `local` elements. For example, to create a data center named `mydc` that uses shared storage (NFS, iSCSI or fibre channel) send a request like this: [source] ---- POST /ovirt-engine/api/datacenters ---- With a request body like this: [source,xml] ---- mydc false ----
    • Method Detail

      • dataCenter

        DataCenter dataCenter()
        The data center that is being added.