public class IpAddress extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
associatedWith
The object that this public IP address list is associated with.
|
Long |
groupId
Group ID
|
String |
id
Unique label for list; used by Zapier and other integrations.
|
String[] |
ipAddresses
A list of IP addresses.
|
| Constructor and Description |
|---|
IpAddress() |
IpAddress(HashMap<String,Object> parameters) |
IpAddress(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic String id
public String associatedWith
public Long groupId
public String[] ipAddresses
public static ListIterator<IpAddress> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<IpAddress> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<IpAddress> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<IpAddress> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<IpAddress> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static PublicIpAddress getSmartfileReserved() throws RuntimeException
RuntimeExceptionpublic static PublicIpAddress getSmartfileReserved(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static PublicIpAddress getSmartfileReserved(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static PublicIpAddress getExavaultReserved() throws RuntimeException
RuntimeExceptionpublic static PublicIpAddress getExavaultReserved(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static PublicIpAddress getExavaultReserved(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static PublicIpAddress getReserved() throws RuntimeException
RuntimeExceptionpublic static PublicIpAddress getReserved(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static PublicIpAddress getReserved(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.