Show / Hide Table of Contents

Class UpdateTcpServiceDetails

Request for updating TCP Service.

Inheritance
object
UpdateServiceDetails
UpdateTcpServiceDetails
Inherited Members
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 UpdateTcpServiceDetails : UpdateServiceDetails

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 to be used.

Remarks

Required

In this article
Back to top