Class NetIpConfigSpecIpAddressSpec

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

public class NetIpConfigSpecIpAddressSpec extends DynamicData
See Also:
  • Field Details

    • ipAddress

      public String ipAddress
    • prefixLength

      public int prefixLength
    • operation

      public String operation
  • Constructor Details

    • NetIpConfigSpecIpAddressSpec

      public NetIpConfigSpecIpAddressSpec()
  • Method Details

    • getIpAddress

      public String getIpAddress()
    • getPrefixLength

      public int getPrefixLength()
    • getOperation

      public String getOperation()
    • setIpAddress

      public void setIpAddress(String ipAddress)
    • setPrefixLength

      public void setPrefixLength(int prefixLength)
    • setOperation

      public void setOperation(String operation)