Class ParsePorts

java.lang.Object
org.jclouds.http.functions.ParseJson<Ports>
org.jclouds.openstack.neutron.v2.functions.ParsePorts
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,Ports>, Function<HttpResponse,Ports>

@Singleton public class ParsePorts extends ParseJson<Ports>
Used by jclouds to provide more specific collections and fallbacks.
  • Constructor Details

    • ParsePorts

      @Inject public ParsePorts(Json json)