com.hyper9.simdk.stubs.dao
Class VAppIPAssignmentInfo

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.VAppIPAssignmentInfo
All Implemented Interfaces:
Serializable

public class VAppIPAssignmentInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VAppIPAssignmentInfo()
           
 
Method Summary
 String getIpAllocationPolicy()
           
 String getIpProtocol()
           
 List<String> getSupportedAllocationScheme()
           
 List<String> getSupportedIpProtocol()
           
 void setIpAllocationPolicy(String toSet)
           
 void setIpProtocol(String toSet)
           
 void setSupportedAllocationScheme(List<String> toSet)
           
 void setSupportedIpProtocol(List<String> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VAppIPAssignmentInfo

public VAppIPAssignmentInfo()
Method Detail

getSupportedAllocationScheme

public List<String> getSupportedAllocationScheme()

setSupportedAllocationScheme

public void setSupportedAllocationScheme(List<String> toSet)

getIpAllocationPolicy

public String getIpAllocationPolicy()

setIpAllocationPolicy

public void setIpAllocationPolicy(String toSet)

getSupportedIpProtocol

public List<String> getSupportedIpProtocol()

setSupportedIpProtocol

public void setSupportedIpProtocol(List<String> toSet)

getIpProtocol

public String getIpProtocol()

setIpProtocol

public void setIpProtocol(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.