Class SecureConnectDestinationListMeta
SecureConnectDestinationListMeta
[DataContract]
public class SecureConnectDestinationListMeta
- Inheritance
-
SecureConnectDestinationListMeta
- Inherited Members
Constructors
SecureConnectDestinationListMeta()
public SecureConnectDestinationListMeta()
Properties
ApplicationCount
The total number of applications in a destination list. Applications are part of the total number of destinations in a destination list.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "applicationCount")]
public int? ApplicationCount { get; set; }
Property Value
- int?
DestinationCount
The total number of destinations in a destination list.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "destinationCount")]
public int? DestinationCount { get; set; }
Property Value
- int?
DomainCount
The total number of domains in a destination list. Domains are part of the total number of destinations in a destination list.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "domainCount")]
public int? DomainCount { get; set; }
Property Value
- int?
Ipv4Count
The total number of IP addresses in a destination list. IP addresses are part of the total number of destinations in a destination list.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipv4Count")]
public int? Ipv4Count { get; set; }
Property Value
- int?
UrlCount
The total number of URLs in a destination list. Urls are part of the total number of destinations in a destination list.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "urlCount")]
public int? UrlCount { get; set; }
Property Value
- int?