|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.Resource
org.jclouds.vcloud.director.v1_5.domain.org.OrgSettings
public class OrgSettings
Describes various settings for some organization. This type establishes quotas and policies for the organization. It also contains elements that specify the details of how the organization connects to LDAP and email services.
<complexType name="OrgSettings">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}ResourceType">
<sequence>
<element name="OrgGeneralSettings" type="{http://www.vmware.com/vcloud/v1.5}OrgGeneralSettingsType" minOccurs="0"/>
<element name="VAppLeaseSettings" type="{http://www.vmware.com/vcloud/v1.5}OrgLeaseSettingsType" minOccurs="0"/>
<element name="VAppTemplateLeaseSettings" type="{http://www.vmware.com/vcloud/v1.5}OrgVAppTemplateLeaseSettingsType" minOccurs="0"/>
<element name="OrgLdapSettings" type="{http://www.vmware.com/vcloud/v1.5}OrgLdapSettingsType" minOccurs="0"/>
<element name="OrgEmailSettings" type="{http://www.vmware.com/vcloud/v1.5}OrgEmailSettingsType" minOccurs="0"/>
<element name="OrgPasswordPolicySettings" type="{http://www.vmware.com/vcloud/v1.5}OrgPasswordPolicySettingsType" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
OrgSettings.Builder<B extends OrgSettings.Builder<B>>
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
|---|
logger |
| Constructor Summary | |
|---|---|
OrgSettings(OrgSettings.Builder<?> builder)
|
|
| Method Summary | |
|---|---|
static OrgSettings.Builder<?> |
builder()
|
boolean |
equals(Object o)
|
OrgEmailSettings |
getEmailSettings()
Gets the value of the orgEmailSettings property. |
OrgGeneralSettings |
getGeneralSettings()
Gets the value of the orgGeneralSettings property. |
OrgLdapSettings |
getLdapSettings()
Gets the value of the orgLdapSettings property. |
OrgPasswordPolicySettings |
getPasswordPolicy()
Gets the value of the orgPasswordPolicySettings property. |
OrgLeaseSettings |
getVAppLeaseSettings()
Gets the value of the vAppLeaseSettings property. |
OrgVAppTemplateLeaseSettings |
getVAppTemplateLeaseSettings()
Gets the value of the vAppTemplateLeaseSettings property. |
int |
hashCode()
|
com.google.common.base.Objects.ToStringHelper |
string()
|
OrgSettings.Builder<?> |
toBuilder()
|
| Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
|---|
clone, getHref, getLinks, getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrgSettings(OrgSettings.Builder<?> builder)
| Method Detail |
|---|
public static OrgSettings.Builder<?> builder()
public OrgSettings.Builder<?> toBuilder()
toBuilder in class Resourcepublic OrgGeneralSettings getGeneralSettings()
OrgGeneralSettingspublic OrgLeaseSettings getVAppLeaseSettings()
OrgLeaseSettingspublic OrgVAppTemplateLeaseSettings getVAppTemplateLeaseSettings()
OrgVAppTemplateLeaseSettingspublic OrgLdapSettings getLdapSettings()
OrgLdapSettingspublic OrgEmailSettings getEmailSettings()
OrgEmailSettingspublic OrgPasswordPolicySettings getPasswordPolicy()
OrgPasswordPolicySettingspublic boolean equals(Object o)
equals in class Resourcepublic int hashCode()
hashCode in class Resourcepublic com.google.common.base.Objects.ToStringHelper string()
string in class Resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||