Class Domain.BlockCopyParameters

java.lang.Object
org.libvirt.Domain.BlockCopyParameters
Enclosing class:
Domain

public static final class Domain.BlockCopyParameters extends Object
  • Field Details

    • BANDWIDTH

      public static String BANDWIDTH
      The maximum bandwidth in bytes/s, and is used while getting the copy operation into the mirrored phase, with a type of ullong.
      See Also:
    • BUF_SIZE

      public static String BUF_SIZE
      How much data in bytes can be in flight between source and destination, as an unsigned long long.
      See Also:
    • GRANULARITY

      public static String GRANULARITY
      The granularity in bytes at which the copy operation recognizes dirty blocks that need copying, as an unsigned int.
      See Also:
  • Constructor Details

    • BlockCopyParameters

      public BlockCopyParameters()