Class ManilaShareNetwork

  • All Implemented Interfaces:
    Serializable, ShareNetwork, ModelEntity

    public class ManilaShareNetwork
    extends Object
    implements ShareNetwork
    A share network stores network information that share servers can use where shares are hosted. A share network has these attributes:
    • The IP block in Classless Inter-Domain Routing (CIDR) notation from which to allocate the network.
    • The IP version of the network.
    • The network type, which is vlan, vxlan, gre, or flat.
    • If the network uses segmentation, a segmentation identifier. For example, VLAN, VXLAN, and GRE networks use segmentation.
    Author:
    Daniel Gonzalez Nothnagel
    See Also:
    Serialized Form