Class OrganizationApplianceSdwanInternetPoliciesPreferencePerformanceClass
Performance class setting for uplink preference rule
[DataContract]
public class OrganizationApplianceSdwanInternetPoliciesPreferencePerformanceClass
- Inheritance
-
OrganizationApplianceSdwanInternetPoliciesPreferencePerformanceClass
- Inherited Members
Constructors
OrganizationApplianceSdwanInternetPoliciesPreferencePerformanceClass()
public OrganizationApplianceSdwanInternetPoliciesPreferencePerformanceClass()
Properties
BuiltinPerformanceClassName
Name of builtin performance class. Must be present when performanceClass type is 'builtin' and value must be one of: 'VoIP'
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "builtinPerformanceClassName")]
public PerformanceClassName BuiltinPerformanceClassName { get; set; }
Property Value
CustomPerformanceClassId
ID of created custom performance class, must be present when performanceClass type is "custom"
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "customPerformanceClassId")]
public string CustomPerformanceClassId { get; set; }
Property Value
Type
Type of this performance class. Must be one of: 'builtin' or 'custom'
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public PerformanceClassType Type { get; set; }