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 booleanequals(Object o)Collection<String>getAllowedIpAddresses()inthashCode()IpAccessListsetAllowedIpAddresses(Collection<String> allowedIpAddresses)StringtoString()
-
-
-
Method Detail
-
setAllowedIpAddresses
public IpAccessList setAllowedIpAddresses(Collection<String> allowedIpAddresses)
-
getAllowedIpAddresses
public Collection<String> getAllowedIpAddresses()
-
-