Class GeoPinningRule

  • All Implemented Interfaces:
    com.emc.rest.smart.HostVetoRule

    public class GeoPinningRule
    extends java.lang.Object
    implements com.emc.rest.smart.HostVetoRule
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROP_GEO_PINNED_VDC  
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoPinningRule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shouldVeto​(com.emc.rest.smart.Host host, java.util.Map<java.lang.String,​java.lang.Object> requestProperties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROP_GEO_PINNED_VDC

        public static final java.lang.String PROP_GEO_PINNED_VDC
        See Also:
        Constant Field Values
    • Constructor Detail

      • GeoPinningRule

        public GeoPinningRule()
    • Method Detail

      • shouldVeto

        public boolean shouldVeto​(com.emc.rest.smart.Host host,
                                  java.util.Map<java.lang.String,​java.lang.Object> requestProperties)
        Specified by:
        shouldVeto in interface com.emc.rest.smart.HostVetoRule