org.jclouds.trmk.vcloud_0_8.functions
Class OrgNameVDCNameResourceNameToEndpoint
java.lang.Object
org.jclouds.trmk.vcloud_0_8.functions.OrgNameVDCNameResourceNameToEndpoint
- All Implemented Interfaces:
- com.google.common.base.Function<Object,URI>
- Direct Known Subclasses:
- OrgNameVDCNameNetworkNameToEndpoint, OrgNameVDCNameResourceEntityNameToEndpoint
public abstract class OrgNameVDCNameResourceNameToEndpoint
- extends Object
- implements com.google.common.base.Function<Object,URI>
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
equals |
orgVDCMap
protected final com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> orgVDCMap
defaultOrg
protected final ReferenceType defaultOrg
defaultVDC
protected final ReferenceType defaultVDC
OrgNameVDCNameResourceNameToEndpoint
@Inject
public OrgNameVDCNameResourceNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> orgVDCMap,
ReferenceType defaultOrg,
ReferenceType defaultVDC)
apply
public URI apply(Object from)
- Specified by:
apply
in interface com.google.common.base.Function<Object,URI>
getEndpointOfResourceInVDC
protected abstract URI getEndpointOfResourceInVDC(Object org,
Object vDC,
Object resource,
VDC vDCObject)
Copyright © 2009-2011 jclouds. All Rights Reserved.