All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.softlayer.api.service.software.component.controlpanel.WebhostAutomation Maven / Gradle / Ivy

The newest version!
package com.softlayer.api.service.software.component.controlpanel;

import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.software.Component;

/**
 * This object specifies a specific Software Component:  A Helm instance produced by Webhost Automation. WEbhost Automation's Helm installations have a specific default port (8086) and a pattern for usernames and passwords.  Defaults are initiated by this object. 
 *
 * @see SoftLayer_Software_Component_ControlPanel_WebhostAutomation
 */
@ApiType("SoftLayer_Software_Component_ControlPanel_WebhostAutomation")
public class WebhostAutomation extends Component {

    public static class Mask extends com.softlayer.api.service.software.Component.Mask {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy