public class Capabilities extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Capabilities.Builder<T extends Capabilities.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Capabilities(String cloudStackVersion,
            boolean securityGroupsEnabled,
            boolean canShareTemplates,
            boolean firewallRuleUiEnabled,
            boolean supportELB)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Capabilities.Builder<?> | 
builder()  | 
boolean | 
canShareTemplates()  | 
boolean | 
equals(Object obj)  | 
String | 
getCloudStackVersion()  | 
int | 
hashCode()  | 
boolean | 
isFirewallRuleUiEnabled()  | 
boolean | 
isSecurityGroupsEnabled()  | 
boolean | 
isSupportELB()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
Capabilities.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
@ConstructorProperties(value={"cloudstackversion","securitygroupsenabled","userpublictemplateenabled","firewallRuleUiEnabled","supportELB"}) protected Capabilities(@Nullable String cloudStackVersion, boolean securityGroupsEnabled, boolean canShareTemplates, boolean firewallRuleUiEnabled, boolean supportELB)
public static Capabilities.Builder<?> builder()
public Capabilities.Builder<?> toBuilder()
@Nullable public String getCloudStackVersion()
public boolean isSecurityGroupsEnabled()
public boolean canShareTemplates()
public boolean isFirewallRuleUiEnabled()
public boolean isSupportELB()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.