Uses of Class
com.abiquo.ssm.model.Address
-
Packages that use Address Package Description com.abiquo.ssm.model com.abiquo.ssm.plugin com.abiquo.ssm.plugin.iscsi -
-
Uses of Address in com.abiquo.ssm.model
Methods in com.abiquo.ssm.model that return Address Modifier and Type Method Description AddressVolume. getAddress()static AddressAddress. iscsi(String portal, int port, String iqn, int lun)Builds an iSCSI address.static AddressAddress. nfs(String serverIp, String share, String file)Build an NFS address.Methods in com.abiquo.ssm.model with parameters of type Address Modifier and Type Method Description voidVolume. setAddress(Address address) -
Uses of Address in com.abiquo.ssm.plugin
Methods in com.abiquo.ssm.plugin that return Address Modifier and Type Method Description AddressStorage. grantAccess(C device, String poolProviderId, String volumeUuid, ClientDetails clientDetails)Allow the provided client to access the given volume. -
Uses of Address in com.abiquo.ssm.plugin.iscsi
Methods in com.abiquo.ssm.plugin.iscsi that return Address Modifier and Type Method Description AddressGenericISCSIPlugin. grantAccess(Device device, String poolProviderId, String volumeUuid, ClientDetails clientDetails)
-