public class DeploymentOptionSection extends SectionType
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentOptionSection.Builder<B extends DeploymentOptionSection.Builder<B>> |
Modifier and Type | Field and Description |
---|---|
protected Set<Configuration> |
configurations |
Modifier and Type | Method and Description |
---|---|
static DeploymentOptionSection.Builder<?> |
builder() |
boolean |
equals(Object obj) |
Set<Configuration> |
getConfigurations() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
DeploymentOptionSection.Builder<?> |
toBuilder() |
getInfo, isRequired, setInfo, toString
protected Set<Configuration> configurations
public static DeploymentOptionSection.Builder<?> builder()
public DeploymentOptionSection.Builder<?> toBuilder()
public Set<Configuration> getConfigurations()
public int hashCode()
hashCode
in class SectionType
public boolean equals(Object obj)
equals
in class SectionType
protected com.google.common.base.Objects.ToStringHelper string()
string
in class SectionType
Copyright © 2009-2013 jclouds. All Rights Reserved.