Class IpAccessList
- java.lang.Object
-
- com.databricks.sdk.service.sharing.IpAccessList
-
@Generated public class IpAccessList extends Object
-
-
Constructor Summary
Constructors Constructor Description IpAccessList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<String>
getAllowedIpAddresses()
int
hashCode()
IpAccessList
setAllowedIpAddresses(Collection<String> allowedIpAddresses)
String
toString()
-
-
-
Method Detail
-
setAllowedIpAddresses
public IpAccessList setAllowedIpAddresses(Collection<String> allowedIpAddresses)
-
getAllowedIpAddresses
public Collection<String> getAllowedIpAddresses()
-
-