Examples of VirtualIpPoolType


Examples of io.fathom.cloud.protobuf.CloudModel.VirtualIpPoolType

import io.fathom.cloud.protobuf.CloudModel.InstanceData;
import io.fathom.cloud.protobuf.CloudModel.VirtualIpPoolType;

public abstract class VirtualIpMapper {
    public static VirtualIpMapper build(SchedulerHost host, InstanceData instance, VirtualIp vip) {
        VirtualIpPoolType type = vip.getPoolData().getType();
        switch (type) {
        case AMAZON_EC2:
            return new Ec2VirtualIpMapper();

        case LAYER_3:
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.