Uses of Interface
org.openstack4j.model.manila.ShareNetwork
-
Packages that use ShareNetwork Package Description org.openstack4j.api.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of ShareNetwork in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return ShareNetwork Modifier and Type Method Description ShareNetworkShareNetworkService. addSecurityService(String shareNetworkId, String securityServiceId)Adds a security service to a share network.ShareNetworkShareNetworkService. create(ShareNetworkCreate shareNetworkCreate)Creates a share network.ShareNetworkShareNetworkService. get(String shareNetworkId)Shows details for a share network.ShareNetworkShareNetworkService. removeSecurityService(String shareNetworkId, String securityServiceId)Removes a security service from a share network.ShareNetworkShareNetworkService. update(String shareNetworkId, ShareNetworkUpdateOptions shareNetworkUpdateOptions)Updates a share network.Methods in org.openstack4j.api.manila that return types with arguments of type ShareNetwork Modifier and Type Method Description List<? extends ShareNetwork>ShareNetworkService. list()Lists all share networks.List<? extends ShareNetwork>ShareNetworkService. listDetails()Lists all share networks with details. -
Uses of ShareNetwork in org.openstack4j.openstack.manila.domain
Classes in org.openstack4j.openstack.manila.domain that implement ShareNetwork Modifier and Type Class Description classManilaShareNetworkA share network stores network information that share servers can use where shares are hosted. -
Uses of ShareNetwork in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return ShareNetwork Modifier and Type Method Description ShareNetworkShareNetworkServiceImpl. addSecurityService(String shareNetworkId, String securityServiceId)Adds a security service to a share network.ShareNetworkShareNetworkServiceImpl. create(ShareNetworkCreate shareNetworkCreate)Creates a share network.ShareNetworkShareNetworkServiceImpl. get(String shareNetworkId)Shows details for a share network.ShareNetworkShareNetworkServiceImpl. removeSecurityService(String shareNetworkId, String securityServiceId)Removes a security service from a share network.ShareNetworkShareNetworkServiceImpl. update(String shareNetworkId, ShareNetworkUpdateOptions shareNetworkUpdateOptions)Updates a share network.Methods in org.openstack4j.openstack.manila.internal that return types with arguments of type ShareNetwork Modifier and Type Method Description List<? extends ShareNetwork>ShareNetworkServiceImpl. list()Lists all share networks.List<? extends ShareNetwork>ShareNetworkServiceImpl. listDetails()Lists all share networks with details.
-