java.lang.Object
jenkins.plugins.openstack.compute.internal.FipScope

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class FipScope extends Object
Scope of FIP for deletion. This uses URL+ServerID, do not need to use instance identity as the ServerID is unique.
  • Constructor Details

    • FipScope

      public FipScope()
  • Method Details

    • getDescription

      @Nonnull public static String getDescription(@Nonnull String url, @Nonnull String identity, @Nonnull org.openstack4j.model.compute.Server server)
    • getServerId

      @CheckForNull public static String getServerId(@Nonnull String url, @Nonnull String identity, @CheckForNull String description)