public class ExternalHostProviderContainer extends ExternalProviderContainer implements ExternalHostProvider
Constructor and Description |
---|
ExternalHostProviderContainer() |
Modifier and Type | Method and Description |
---|---|
List<Certificate> |
certificates() |
void |
certificates(List<Certificate> newCertificates) |
boolean |
certificatesPresent() |
List<ExternalComputeResource> |
computeResources() |
void |
computeResources(List<ExternalComputeResource> newComputeResources) |
boolean |
computeResourcesPresent() |
List<ExternalDiscoveredHost> |
discoveredHosts() |
void |
discoveredHosts(List<ExternalDiscoveredHost> newDiscoveredHosts) |
boolean |
discoveredHostsPresent() |
List<ExternalHostGroup> |
hostGroups() |
void |
hostGroups(List<ExternalHostGroup> newHostGroups) |
boolean |
hostGroupsPresent() |
List<Host> |
hosts() |
void |
hosts(List<Host> newHosts) |
boolean |
hostsPresent() |
authenticationUrl, authenticationUrl, authenticationUrlPresent, password, password, passwordPresent, properties, properties, propertiesPresent, requiresAuthentication, requiresAuthentication, requiresAuthentication, requiresAuthenticationPresent, url, url, urlPresent, username, username, usernamePresent
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
authenticationUrl, authenticationUrlPresent, password, passwordPresent, properties, propertiesPresent, requiresAuthentication, requiresAuthenticationPresent, url, urlPresent, username, usernamePresent
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public List<Certificate> certificates()
certificates
in interface ExternalHostProvider
public void certificates(List<Certificate> newCertificates)
public boolean certificatesPresent()
certificatesPresent
in interface ExternalHostProvider
public List<ExternalComputeResource> computeResources()
computeResources
in interface ExternalHostProvider
public void computeResources(List<ExternalComputeResource> newComputeResources)
public boolean computeResourcesPresent()
computeResourcesPresent
in interface ExternalHostProvider
public List<ExternalDiscoveredHost> discoveredHosts()
discoveredHosts
in interface ExternalHostProvider
public void discoveredHosts(List<ExternalDiscoveredHost> newDiscoveredHosts)
public boolean discoveredHostsPresent()
discoveredHostsPresent
in interface ExternalHostProvider
public List<ExternalHostGroup> hostGroups()
hostGroups
in interface ExternalHostProvider
public void hostGroups(List<ExternalHostGroup> newHostGroups)
public boolean hostGroupsPresent()
hostGroupsPresent
in interface ExternalHostProvider
public List<Host> hosts()
hosts
in interface ExternalHostProvider
public boolean hostsPresent()
hostsPresent
in interface ExternalHostProvider
Copyright © 2016. All rights reserved.