Class SwitchPortAssignedAdaptivePolicyGroup
An asaptive policy group assigned to a Port
[DataContract]
public class SwitchPortAssignedAdaptivePolicyGroup
- Inheritance
-
SwitchPortAssignedAdaptivePolicyGroup
- Inherited Members
Properties
Id
The ID of the adaptive policy group.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
The name of the adaptive policy group.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }