public class OrgSettings extends Resource
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
OrgSettings.Builder<B extends OrgSettings.Builder<B>> |
| Constructor and Description |
|---|
OrgSettings(OrgSettings.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public OrgSettings(OrgSettings.Builder<?> builder)
public static OrgSettings.Builder<?> builder()
public OrgSettings.Builder<?> toBuilder()
public OrgGeneralSettings getGeneralSettings()
OrgGeneralSettingspublic OrgLeaseSettings getVAppLeaseSettings()
OrgLeaseSettingspublic OrgVAppTemplateLeaseSettings getVAppTemplateLeaseSettings()
OrgVAppTemplateLeaseSettingspublic OrgLdapSettings getLdapSettings()
OrgLdapSettingspublic OrgEmailSettings getEmailSettings()
OrgEmailSettingspublic OrgPasswordPolicySettings getPasswordPolicy()
OrgPasswordPolicySettingsCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.