Class HostNatServicePortForwardSpec

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

public class HostNatServicePortForwardSpec extends DynamicData
See Also:
  • Field Details

    • type

      public String type
    • name

      public String name
    • hostPort

      public int hostPort
    • guestPort

      public int guestPort
    • guestIpAddress

      public String guestIpAddress
  • Constructor Details

    • HostNatServicePortForwardSpec

      public HostNatServicePortForwardSpec()
  • Method Details

    • getType

      public String getType()
    • getName

      public String getName()
    • getHostPort

      public int getHostPort()
    • getGuestPort

      public int getGuestPort()
    • getGuestIpAddress

      public String getGuestIpAddress()
    • setType

      public void setType(String type)
    • setName

      public void setName(String name)
    • setHostPort

      public void setHostPort(int hostPort)
    • setGuestPort

      public void setGuestPort(int guestPort)
    • setGuestIpAddress

      public void setGuestIpAddress(String guestIpAddress)