public class OpenStackVolumeProviderContainer extends OpenStackProviderContainer implements OpenStackVolumeProvider
Constructor and Description |
---|
OpenStackVolumeProviderContainer() |
Modifier and Type | Method and Description |
---|---|
List<OpenstackVolumeAuthenticationKey> |
authenticationKeys() |
void |
authenticationKeys(List<OpenstackVolumeAuthenticationKey> newAuthenticationKeys) |
boolean |
authenticationKeysPresent() |
List<Certificate> |
certificates() |
void |
certificates(List<Certificate> newCertificates) |
boolean |
certificatesPresent() |
DataCenter |
dataCenter() |
void |
dataCenter(DataCenter newDataCenter) |
boolean |
dataCenterPresent() |
List<OpenStackVolumeType> |
volumeTypes() |
void |
volumeTypes(List<OpenStackVolumeType> newVolumeTypes) |
boolean |
volumeTypesPresent() |
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 List<OpenstackVolumeAuthenticationKey> authenticationKeys()
authenticationKeys
in interface OpenStackVolumeProvider
public void authenticationKeys(List<OpenstackVolumeAuthenticationKey> newAuthenticationKeys)
public boolean authenticationKeysPresent()
authenticationKeysPresent
in interface OpenStackVolumeProvider
public List<Certificate> certificates()
certificates
in interface OpenStackVolumeProvider
public void certificates(List<Certificate> newCertificates)
public boolean certificatesPresent()
certificatesPresent
in interface OpenStackVolumeProvider
public DataCenter dataCenter()
dataCenter
in interface OpenStackVolumeProvider
public void dataCenter(DataCenter newDataCenter)
public boolean dataCenterPresent()
dataCenterPresent
in interface OpenStackVolumeProvider
public List<OpenStackVolumeType> volumeTypes()
volumeTypes
in interface OpenStackVolumeProvider
public void volumeTypes(List<OpenStackVolumeType> newVolumeTypes)
public boolean volumeTypesPresent()
volumeTypesPresent
in interface OpenStackVolumeProvider
Copyright © 2016. All rights reserved.