Interface Network

    • Method Detail

      • getStatus

        State getStatus()
        Returns:
        the status of the network
      • getSubnets

        List<String> getSubnets()
        Returns:
        list of subnet identifiers associated with the network
      • getProviderPhyNet

        String getProviderPhyNet()
        Returns:
        the physical network provider or null
      • isAdminStateUp

        boolean isAdminStateUp()
        Returns:
        true if the administrative state is up
      • getNetworkType

        NetworkType getNetworkType()
        Returns:
        the network type
      • isRouterExternal

        boolean isRouterExternal()
        Returns:
        true if the router is external
      • isShared

        boolean isShared()
        Returns:
        true if the network is shared
      • getProviderSegID

        String getProviderSegID()
        Returns:
        the provider segmentation identifier
      • getNeutronSubnets

        List<? extends Subnet> getNeutronSubnets()
        Returns:
        the list of Subnets
      • getMTU

        Integer getMTU()
        Returns:
        The maximum transmission unit (MTU) value to address fragmentation. Minimum value is 68 for IPv4, and 1280 for IPv6.
      • getAvailabilityZoneHints

        List<String> getAvailabilityZoneHints()
        Returns:
        the list of the availability zone candidate for the network.
      • getAvailabilityZones

        List<String> getAvailabilityZones()
        Returns:
        the list of the availability zone for the network.
      • isPortSecurityEnabled

        Boolean isPortSecurityEnabled()
        Returns:
        true if the port security enabled is shared
      • isDefault

        boolean isDefault()
        Returns:
        true if the network is default pool