Class Repository

java.lang.Object
com.xensource.xenapi.XenAPIObject
com.xensource.xenapi.Repository

public class Repository extends XenAPIObject
Repository for updates First published in 1.301.0.
Author:
Cloud Software Group, Inc.
  • Field Details

    • ref

      protected final String ref
      The XenAPI reference (OpaqueRef) to this object.
  • Constructor Details

    • Repository

      public Repository(String ref)
      Creates an object from a given XenAPI reference (OpaqueRef)
      Parameters:
      ref - The OpaqueRef from which to create the object.
  • Method Details