Interface EurekaDataCenterTypeAccessor.EurekaDataCenterTypeMutator

All Known Subinterfaces:
EurekaDataCenterTypeAccessor.EurekaDataCenterTypeProperty, EurekaRegistry<B>, EurekaRestServer
All Known Implementing Classes:
EurekaRegistrySidecar, EurekaRestServerDecorator, EurekaRestServerImpl, EurekaServerDescriptor
Enclosing interface:
EurekaDataCenterTypeAccessor

public static interface EurekaDataCenterTypeAccessor.EurekaDataCenterTypeMutator
Provides a mutator for a Eureka data center type property.
  • Method Summary

    Modifier and Type Method Description
    void setEurekaDataCenterType​(EurekaDataCenterType aDataCenterType)
    Sets the Eureka data center type for the Eureka data center type property.
  • Method Details

    • setEurekaDataCenterType

      void setEurekaDataCenterType​(EurekaDataCenterType aDataCenterType)
      Sets the Eureka data center type for the Eureka data center type property.
      Parameters:
      aDataCenterType - The Eureka data center type to be stored by the Eureka data center type property.