Class InsightMonitoredMediaServerUpdateRequest
UpdateOrganizationInsightMonitoredMediaServer
[DataContract]
public class InsightMonitoredMediaServerUpdateRequest
- Inheritance
-
InsightMonitoredMediaServerUpdateRequest
- Inherited Members
Properties
Address
The IP address (IPv4 only) or hostname of the media server to monitor
[DataMember(Name = "address")]
public string Address { get; set; }
Property Value
- string
The IP address (IPv4 only) or hostname of the media server to monitor
BestEffortMonitoringEnabled
Indicates that if the media server doesn't respond to ICMP pings, the nearest hop will be used in its stead.
[DataMember(Name = "bestEffortMonitoringEnabled")]
public bool BestEffortMonitoringEnabled { get; set; }
Property Value
Name
The name of the VoIP provider
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
- string
The name of the VoIP provider