Class Bond


public class Bond extends XenAPIObject
A Network bond that combines physical network interfaces, also known as link aggregation First published in XenServer 4.1.
Author:
Cloud Software Group, Inc.
  • Field Details

    • ref

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

    • Bond

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