Class SwitchAccessControlListRule
Rule12
[DataContract]
public class SwitchAccessControlListRule
- Inheritance
-
SwitchAccessControlListRule
- Inherited Members
Properties
Comment
Description of the rule (optional).
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "comment")]
public string Comment { get; set; }
Property Value
DestinationCidr
Destination IP address (in IP or CIDR notation) or 'any'.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "dstCidr")]
public string DestinationCidr { get; set; }
Property Value
DestinationPort
Destination port. Must be in the range of 1-65535 or 'any'. Default is 'any'.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "dstPort")]
public string DestinationPort { get; set; }
Property Value
IpVersion
Gets or Sets IpVersion
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ipVersion")]
public IpVersion IpVersion { get; set; }
Property Value
Policy
Gets or Sets Policy
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "policy")]
public AllowOrDeny Policy { get; set; }
Property Value
Protocol
Gets or Sets Protocol
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "protocol")]
public TcpUdpAnyProtocol Protocol { get; set; }
Property Value
SourceCidr
Source IP address (in IP or CIDR notation) or 'any'.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "srcCidr")]
public string SourceCidr { get; set; }
Property Value
SourcePort
Source port. Must be in the range of 1-65535 or 'any'. Default is 'any'
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "srcPort")]
public string SourcePort { get; set; }
Property Value
Vlan
Incoming traffic VLAN. Must be in the range of 1-4095 or 'any'. Default is 'any'.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vlan")]
public string Vlan { get; set; }