org.jclouds.vcloud.director.v1_5.domain.org
Class OrgSettings

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.org.OrgSettings

public class OrgSettings
extends Resource

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

OrgSettings

public OrgSettings(OrgSettings.Builder<?> builder)
Method Detail

builder

public static OrgSettings.Builder<?> builder()

toBuilder

public OrgSettings.Builder<?> toBuilder()
Overrides:
toBuilder in class Resource

getGeneralSettings

public OrgGeneralSettings getGeneralSettings()
Gets the value of the orgGeneralSettings property.

Returns:
possible object is OrgGeneralSettings

getVAppLeaseSettings

public OrgLeaseSettings getVAppLeaseSettings()
Gets the value of the vAppLeaseSettings property.

Returns:
possible object is OrgLeaseSettings

getVAppTemplateLeaseSettings

public OrgVAppTemplateLeaseSettings getVAppTemplateLeaseSettings()
Gets the value of the vAppTemplateLeaseSettings property.

Returns:
possible object is OrgVAppTemplateLeaseSettings

getLdapSettings

public OrgLdapSettings getLdapSettings()
Gets the value of the orgLdapSettings property.

Returns:
possible object is OrgLdapSettings

getEmailSettings

public OrgEmailSettings getEmailSettings()
Gets the value of the orgEmailSettings property.

Returns:
possible object is OrgEmailSettings

getPasswordPolicy

public OrgPasswordPolicySettings getPasswordPolicy()
Gets the value of the orgPasswordPolicySettings property.

Returns:
possible object is OrgPasswordPolicySettings

equals

public boolean equals(Object o)
Overrides:
equals in class Resource

hashCode

public int hashCode()
Overrides:
hashCode in class Resource

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class Resource


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.