public class IpInterfaceBulkRep extends BulkRestRep
| Constructor and Description |
|---|
IpInterfaceBulkRep() |
IpInterfaceBulkRep(java.util.List<IpInterfaceRestRep> ipInterfaces) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IpInterfaceRestRep> |
getIpInterfaces()
List of IPv4 or IPv6 interfaces of a host that exists in ViPR.
|
void |
setIpInterfaces(java.util.List<IpInterfaceRestRep> ipInterfaces) |
public IpInterfaceBulkRep()
public IpInterfaceBulkRep(java.util.List<IpInterfaceRestRep> ipInterfaces)
public java.util.List<IpInterfaceRestRep> getIpInterfaces()
public void setIpInterfaces(java.util.List<IpInterfaceRestRep> ipInterfaces)