Class UpdateAutomaticAttributesOnNodeImpl

java.lang.Object
org.jclouds.chef.strategy.internal.UpdateAutomaticAttributesOnNodeImpl
All Implemented Interfaces:
UpdateAutomaticAttributesOnNode

@Singleton public class UpdateAutomaticAttributesOnNodeImpl extends Object implements UpdateAutomaticAttributesOnNode
Updates node with new automatic attributes.
  • Field Details

    • logger

      @Named("jclouds.chef") protected Logger logger
  • Constructor Details

    • UpdateAutomaticAttributesOnNodeImpl

      @Inject public UpdateAutomaticAttributesOnNodeImpl(ChefApi chef, com.google.common.base.Supplier<Map<String,JsonBall>> automaticSupplier)
  • Method Details