Package com.sequenceiq.cloudbreak.service.stack.resource.gcc.model

Examples of com.sequenceiq.cloudbreak.service.stack.resource.gcc.model.GccDescribeContextObject


    }

    @Override
    public GccDescribeContextObject describeInit(Stack stack) throws Exception {
        GccCredential credential = (GccCredential) stack.getCredential();
        GccDescribeContextObject gccDescribeContextObject = new GccDescribeContextObject(stack.getId(), credential.getProjectId(),
                buildCompute(stack, credential, stack.getName()));
        return gccDescribeContextObject;
    }
View Full Code Here

TOP

Related Classes of com.sequenceiq.cloudbreak.service.stack.resource.gcc.model.GccDescribeContextObject

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.