Show / Hide Table of Contents

Class TcpService

TCP Service used on the firewall policy rules.

Inheritance
object
Service
TcpService
Inherited Members
Service.Name
Service.ParentResourceId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class TcpService : Service

Properties

PortRanges

Declaration
[Required(ErrorMessage = "PortRanges is required.")]
[JsonProperty(PropertyName = "portRanges")]
public List<PortRange> PortRanges { get; set; }
Property Value
Type Description
List<PortRange>

List of port-ranges used.

Remarks

Required

In this article
Back to top