Class: KalturaApi::KalturaIpAddressRestriction

Inherits:
KalturaBaseRestriction show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#ip_address_listObject

Comma separated list of ip address to allow to deny



7552
7553
7554
# File 'lib/kaltura_client.rb', line 7552

def ip_address_list
  @ip_address_list
end

#ip_address_restriction_typeObject

Ip address restriction type (Allow or deny)



7549
7550
7551
# File 'lib/kaltura_client.rb', line 7549

def ip_address_restriction_type
  @ip_address_restriction_type
end