Uses of Record Class
org.jenkinsci.plugins.proxmox.api.model.NetworkInterface.IpAddress
Packages that use NetworkInterface.IpAddress
-
Uses of NetworkInterface.IpAddress in org.jenkinsci.plugins.proxmox.api.model
Methods in org.jenkinsci.plugins.proxmox.api.model that return types with arguments of type NetworkInterface.IpAddressModifier and TypeMethodDescriptionNetworkInterface.ipAddresses()Returns the value of theipAddressesrecord component.Constructor parameters in org.jenkinsci.plugins.proxmox.api.model with type arguments of type NetworkInterface.IpAddressModifierConstructorDescriptionNetworkInterface(String name, List<NetworkInterface.IpAddress> ipAddresses) Creates an instance of aNetworkInterfacerecord class.