@Override public List<NetworkInterfacePrivateIpAddress> getPrivateIpAddresses() { return (List<NetworkInterfacePrivateIpAddress>) resource.getAttribute("PrivateIpAddresses"); }
/** * Gets the value of the PrivateIpAddresses attribute. If this resource is * not yet loaded, a call to {@code load()} is made to retrieve the value of * the attribute. */ List<NetworkInterfacePrivateIpAddress> getPrivateIpAddresses();