|
NAMEONVIF::Device::Types::DynamicDNSInformation DESCRIPTIONPerl data type class for the XML Schema defined complexType DynamicDNSInformation from the namespace http://www.onvif.org/ver10/schema. PROPERTIESThe following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
METHODSnewConstructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::DynamicDNSInformation
Type => $some_value, # DynamicDNSType
Name => $some_value, # DNSName
TTL => $some_value, # duration
Extension => { # ONVIF::Device::Types::DynamicDNSInformationExtension
},
},
AUTHORGenerated by SOAP::WSDL
|