class Kaltura::KalturaValidateActiveEdgeCondition

Attributes

edge_server_ids[RW]

Comma separated list of edge servers to validate are active

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method Kaltura::KalturaCondition#from_xml
# File lib/kaltura_types.rb, line 16037
def from_xml(xml_element)
        super
        if xml_element.elements['edgeServerIds'] != nil
                self.edge_server_ids = xml_element.elements['edgeServerIds'].text
        end
end