Class SecureConnectTunnelCreateRequest
SecureConnectTunnelCreateRequest
[DataContract]
public class SecureConnectTunnelCreateRequest
- Inheritance
-
SecureConnectTunnelCreateRequest
- Inherited Members
Constructors
SecureConnectTunnelCreateRequest()
public SecureConnectTunnelCreateRequest()
Properties
Authentication
Authentication
[DataMember(Name = "authentication")]
public SecureConnectTunnelCreateRequestAuthentication? Authentication { get; set; }
Property Value
DeviceType
The type of device where the tunnel originates. The default value is other.
[DataMember(Name = "deviceType")]
public string? DeviceType { get; set; }
Property Value
Name
The name of the tunnel.
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
NetworkCIDRs
Enter IPv4 ranges and CIDR addresses. If serviceType is SIG, add all public and private address ranges used internally by your organization.Overrides Umbrella's default behavior, which allows traffic that is destined for RFC-1918 addresses to return through the tunnel. If serviceType is Private Access, this field is required. The 0.0.0.0/0 address range is not allowed.
[DataMember(Name = "networkCIDRs")]
public List<string>? NetworkCIDRs { get; set; }
Property Value
ServiceType
The type of service to associate with the tunnel. The default value is SIG. enum = ["SIG", "Private Access"]
[DataMember(Name = "serviceType")]
public SecureConnectTunnelServiceType? ServiceType { get; set; }
Property Value
SiteOriginId
Site Origin ID to associate with the tunnel
[DataMember(Name = "siteOriginId")]
public int? SiteOriginId { get; set; }
Property Value
- int?
Transport
Transport
[DataMember(Name = "transport")]
public SecureConnectTunnelTransport? Transport { get; set; }