public class IpPool extends DynamicData
dynamicProperty, dynamicType| Constructor and Description |
|---|
IpPool() |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Integer id
public String name
public IpPoolIpPoolConfigInfo ipv4Config
public IpPoolIpPoolConfigInfo ipv6Config
public String dnsDomain
public String dnsSearchPath
public String hostPrefix
public String httpProxy
public IpPoolAssociation[] networkAssociation
public Integer availableIpv4Addresses
public Integer availableIpv6Addresses
public Integer allocatedIpv4Addresses
public Integer allocatedIpv6Addresses
public Integer getId()
public String getName()
public IpPoolIpPoolConfigInfo getIpv4Config()
public IpPoolIpPoolConfigInfo getIpv6Config()
public String getDnsDomain()
public String getDnsSearchPath()
public String getHostPrefix()
public String getHttpProxy()
public IpPoolAssociation[] getNetworkAssociation()
public Integer getAvailableIpv4Addresses()
public Integer getAvailableIpv6Addresses()
public Integer getAllocatedIpv4Addresses()
public Integer getAllocatedIpv6Addresses()
public void setId(Integer id)
public void setName(String name)
public void setIpv4Config(IpPoolIpPoolConfigInfo ipv4Config)
public void setIpv6Config(IpPoolIpPoolConfigInfo ipv6Config)
public void setDnsDomain(String dnsDomain)
public void setDnsSearchPath(String dnsSearchPath)
public void setHostPrefix(String hostPrefix)
public void setHttpProxy(String httpProxy)
public void setNetworkAssociation(IpPoolAssociation[] networkAssociation)
public void setAvailableIpv4Addresses(Integer availableIpv4Addresses)
public void setAvailableIpv6Addresses(Integer availableIpv6Addresses)
public void setAllocatedIpv4Addresses(Integer allocatedIpv4Addresses)
public void setAllocatedIpv6Addresses(Integer allocatedIpv6Addresses)
Copyright © 2011-2012. All Rights Reserved.