Class ParseSubnets

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

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

    • ParseSubnets

      @Inject public ParseSubnets(Json json)