Class NetworkMode


  • public final class NetworkMode
    extends com.azure.core.util.ExpandableStringEnum<NetworkMode>
    Defines values for NetworkMode.
    • Field Detail

      • TRANSPARENT

        public static final NetworkMode TRANSPARENT
        Static value transparent for NetworkMode.
      • BRIDGE

        public static final NetworkMode BRIDGE
        Static value bridge for NetworkMode.
    • Constructor Detail

      • NetworkMode

        public NetworkMode()
    • Method Detail

      • fromString

        public static NetworkMode fromString​(String name)
        Creates or finds a NetworkMode from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding NetworkMode.