Show / Hide Table of Contents

Class UdpOptions

Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.

Inheritance
object
UdpOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class UdpOptions

Properties

DestinationPortRange

Declaration
[JsonProperty(PropertyName = "destinationPortRange")]
public PortRange DestinationPortRange { get; set; }
Property Value
Type Description
PortRange

SourcePortRange

Declaration
[JsonProperty(PropertyName = "sourcePortRange")]
public PortRange SourcePortRange { get; set; }
Property Value
Type Description
PortRange
In this article
Back to top