Class LiveToolsAclHitCountGetResponseAclDestination
Destination address and port configuration for the rule
[DataContract]
public class LiveToolsAclHitCountGetResponseAclDestination
- Inheritance
-
LiveToolsAclHitCountGetResponseAclDestination
- Inherited Members
Constructors
LiveToolsAclHitCountGetResponseAclDestination()
public LiveToolsAclHitCountGetResponseAclDestination()
Properties
Address
Destination IP address for the rule, or "any"
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "address")]
public string Address { get; set; }
Property Value
Port
Destination port configuration for the rule.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "port")]
public List<LiveToolsAclHitCountGetResponseAclDestinationPortItem> Port { get; set; }