Method Detailboolean addDomain(String domainName) Creates a new domain. domainName must be valid according to the RFC specification and the TLD must be registered on this cloud.
Parameters:
Returns: boolean Since: 09-22-2015 boolean addGlobalDomain(String domainName) Creates a new domain without checking for exclusivity. The cloud must enable multiple enterprises to register the same domain.
Parameters:
Returns: boolean Since: 01-27-2021 InternalWebAlias createWebAlias(String aliasCname, String aliasDomain, String host) Creates an alias for the specified host.
Parameters:
Returns: InternalWebAlias Since: 03-02-2010 boolean deleteDomain(String id) Deletes the specified domain.
Parameters:
Returns: boolean Since: 04-05-2010 deleteWebAlias(String id) Deletes the alias with the given id.
Parameters:
Since: 03-02-2010 SystemDataView getDomains() Returns a list of domains for this enterprise. Returns: SystemDataView DataList Name: Domains
Since: 03-02-2010 InternalWebAlias getWebAlias(String id) Returns the alias with the given id.
Parameters:
Returns: InternalWebAlias Since: 03-02-2010 SystemDataView getWebAliases() Returns a list of web aliases for this enterprise. Returns: SystemDataView DataList Name: WebAliases
Since: 03-02-2010 SystemDataView getWebPals() Returns a list of deployed web pals for this enterprise. Returns: SystemDataView DataList Name: WebPals
Since: 03-02-2010 boolean isDomainUnique(String domainName) Returns true if the domain is unique.
Parameters:
Returns: boolean Since: 03-02-2010 boolean isGlobalEnabled() Returns true if this cloud permits global domains. Returns: boolean Since: 01-27-2021 boolean setDomainActive(String id, boolean active) Sets the active flag for the specified domain.
Parameters:
Returns: boolean Since: 04-05-2010 String toString() Returns a description of this object. Returns: String Since: 03-02-2010 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |