Show / Hide Table of Contents

Class UpdateUdpServiceDetails

Request for updating UDP Service used on the firewall policy rules.

Inheritance
object
UpdateServiceDetails
UpdateUdpServiceDetails
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 UpdateUdpServiceDetails : 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