Class OverlayNetwork

java.lang.Object
com.cloudera.cdp.ml.model.OverlayNetwork

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class OverlayNetwork extends Object
Contains the information about overlay network.
  • Constructor Details

    • OverlayNetwork

      public OverlayNetwork()
  • Method Details

    • getPlugin

      public String getPlugin()
      Getter for plugin. The plugin specifies specific cni vendor, ex: calico, weave etc.
    • setPlugin

      public void setPlugin(String plugin)
      Setter for plugin. The plugin specifies specific cni vendor, ex: calico, weave etc.
    • getTopology

      public Topology getTopology()
      Getter for topology. The options for overlay topology.
    • setTopology

      public void setTopology(Topology topology)
      Setter for topology. The options for overlay topology.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object