public class OpenStackNetworkProviderContainer extends OpenStackProviderContainer implements OpenStackNetworkProvider
Constructor and Description |
---|
OpenStackNetworkProviderContainer() |
Modifier and Type | Method and Description |
---|---|
AgentConfiguration |
agentConfiguration() |
void |
agentConfiguration(AgentConfiguration newAgentConfiguration) |
boolean |
agentConfigurationPresent() |
List<Certificate> |
certificates() |
void |
certificates(List<Certificate> newCertificates) |
boolean |
certificatesPresent() |
List<OpenStackNetwork> |
networks() |
void |
networks(List<OpenStackNetwork> newNetworks) |
boolean |
networksPresent() |
NetworkPluginType |
pluginType() |
void |
pluginType(NetworkPluginType newPluginType) |
boolean |
pluginTypePresent() |
boolean |
readOnly() |
void |
readOnly(boolean newReadOnly) |
void |
readOnly(Boolean newReadOnly) |
boolean |
readOnlyPresent() |
List<OpenStackSubnet> |
subnets() |
void |
subnets(List<OpenStackSubnet> newSubnets) |
boolean |
subnetsPresent() |
OpenStackNetworkProviderType |
type() |
void |
type(OpenStackNetworkProviderType newType) |
boolean |
typePresent() |
tenantName, tenantName, tenantNamePresent
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
tenantName, tenantNamePresent
authenticationUrl, authenticationUrlPresent, password, passwordPresent, properties, propertiesPresent, requiresAuthentication, requiresAuthenticationPresent, url, urlPresent, username, usernamePresent
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public AgentConfiguration agentConfiguration()
agentConfiguration
in interface OpenStackNetworkProvider
public void agentConfiguration(AgentConfiguration newAgentConfiguration)
public boolean agentConfigurationPresent()
agentConfigurationPresent
in interface OpenStackNetworkProvider
public NetworkPluginType pluginType()
pluginType
in interface OpenStackNetworkProvider
public void pluginType(NetworkPluginType newPluginType)
public boolean pluginTypePresent()
pluginTypePresent
in interface OpenStackNetworkProvider
public boolean readOnly()
readOnly
in interface OpenStackNetworkProvider
public void readOnly(boolean newReadOnly)
public void readOnly(Boolean newReadOnly)
public boolean readOnlyPresent()
readOnlyPresent
in interface OpenStackNetworkProvider
public OpenStackNetworkProviderType type()
type
in interface OpenStackNetworkProvider
public void type(OpenStackNetworkProviderType newType)
public boolean typePresent()
typePresent
in interface OpenStackNetworkProvider
public List<Certificate> certificates()
certificates
in interface OpenStackNetworkProvider
public void certificates(List<Certificate> newCertificates)
public boolean certificatesPresent()
certificatesPresent
in interface OpenStackNetworkProvider
public List<OpenStackNetwork> networks()
networks
in interface OpenStackNetworkProvider
public void networks(List<OpenStackNetwork> newNetworks)
public boolean networksPresent()
networksPresent
in interface OpenStackNetworkProvider
public List<OpenStackSubnet> subnets()
subnets
in interface OpenStackNetworkProvider
public void subnets(List<OpenStackSubnet> newSubnets)
public boolean subnetsPresent()
subnetsPresent
in interface OpenStackNetworkProvider
Copyright © 2016. All rights reserved.