Package org.platformlayer.service.cloud.direct.model

Examples of org.platformlayer.service.cloud.direct.model.DirectPublicEndpoint


  @Inject
  PlatformLayerHelpers platformLayerClient;

  @Override
  protected void addChildren() throws OpsException {
    DirectPublicEndpoint model = OpsContext.get().getInstance(DirectPublicEndpoint.class);
    DirectInstance directInstance = platformLayerClient.getItem(model.instance, DirectInstance.class);

    {
      DirectPublicPorts publicPorts = injected(DirectPublicPorts.class);
      publicPorts.backendItem = directInstance;
View Full Code Here


    return directMachine;
  }

  @Override
  public PublicEndpointBase buildEndpointTemplate() {
    return new DirectPublicEndpoint();
  }
View Full Code Here

TOP

Related Classes of org.platformlayer.service.cloud.direct.model.DirectPublicEndpoint

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.