Class NetIpRouteConfigInfoIpRoute

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.NetIpRouteConfigInfoIpRoute
All Implemented Interfaces:
Serializable

public class NetIpRouteConfigInfoIpRoute extends DynamicData
See Also:
  • Field Details

  • Constructor Details

    • NetIpRouteConfigInfoIpRoute

      public NetIpRouteConfigInfoIpRoute()
  • Method Details

    • getNetwork

      public String getNetwork()
    • getPrefixLength

      public int getPrefixLength()
    • getGateway

      public NetIpRouteConfigInfoGateway getGateway()
    • setNetwork

      public void setNetwork(String network)
    • setPrefixLength

      public void setPrefixLength(int prefixLength)
    • setGateway

      public void setGateway(NetIpRouteConfigInfoGateway gateway)