com.hyper9.simdk.stubs.dao
Class HostInternetScsiHbaIPProperties

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

public class HostInternetScsiHbaIPProperties
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostInternetScsiHbaIPProperties()
           
 
Method Summary
 String getAddress()
           
 String getAlternateDnsServerAddress()
           
 Boolean getArpRedirectEnabled()
           
 String getDefaultGateway()
           
 Boolean getDhcpConfigurationEnabled()
           
 String getIpv6Address()
           
 String getIpv6DefaultGateway()
           
 String getIpv6SubnetMask()
           
 Boolean getJumboFramesEnabled()
           
 String getMac()
           
 Integer getMtu()
           
 String getPrimaryDnsServerAddress()
           
 String getSubnetMask()
           
 void setAddress(String toSet)
           
 void setAlternateDnsServerAddress(String toSet)
           
 void setArpRedirectEnabled(Boolean toSet)
           
 void setDefaultGateway(String toSet)
           
 void setDhcpConfigurationEnabled(Boolean toSet)
           
 void setIpv6Address(String toSet)
           
 void setIpv6DefaultGateway(String toSet)
           
 void setIpv6SubnetMask(String toSet)
           
 void setJumboFramesEnabled(Boolean toSet)
           
 void setMac(String toSet)
           
 void setMtu(Integer toSet)
           
 void setPrimaryDnsServerAddress(String toSet)
           
 void setSubnetMask(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

HostInternetScsiHbaIPProperties

public HostInternetScsiHbaIPProperties()
Method Detail

getMac

public String getMac()

setMac

public void setMac(String toSet)

getAddress

public String getAddress()

setAddress

public void setAddress(String toSet)

getDhcpConfigurationEnabled

public Boolean getDhcpConfigurationEnabled()

setDhcpConfigurationEnabled

public void setDhcpConfigurationEnabled(Boolean toSet)

getSubnetMask

public String getSubnetMask()

setSubnetMask

public void setSubnetMask(String toSet)

getDefaultGateway

public String getDefaultGateway()

setDefaultGateway

public void setDefaultGateway(String toSet)

getPrimaryDnsServerAddress

public String getPrimaryDnsServerAddress()

setPrimaryDnsServerAddress

public void setPrimaryDnsServerAddress(String toSet)

getAlternateDnsServerAddress

public String getAlternateDnsServerAddress()

setAlternateDnsServerAddress

public void setAlternateDnsServerAddress(String toSet)

getIpv6Address

public String getIpv6Address()

setIpv6Address

public void setIpv6Address(String toSet)

getIpv6SubnetMask

public String getIpv6SubnetMask()

setIpv6SubnetMask

public void setIpv6SubnetMask(String toSet)

getIpv6DefaultGateway

public String getIpv6DefaultGateway()

setIpv6DefaultGateway

public void setIpv6DefaultGateway(String toSet)

getArpRedirectEnabled

public Boolean getArpRedirectEnabled()

setArpRedirectEnabled

public void setArpRedirectEnabled(Boolean toSet)

getMtu

public Integer getMtu()

setMtu

public void setMtu(Integer toSet)

getJumboFramesEnabled

public Boolean getJumboFramesEnabled()

setJumboFramesEnabled

public void setJumboFramesEnabled(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.