Show / Hide Table of Contents

Class CreateTcpServiceDetails

Request for TCP Service used on the firewall policy rules.

Inheritance
object
CreateServiceDetails
CreateTcpServiceDetails
Inherited Members
CreateServiceDetails.Name
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 CreateTcpServiceDetails : CreateServiceDetails

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