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.
 
  
  
  
  
  Assembly: OCI.DotNetSDK.Core.dll
  Syntax
  
  Properties
  
  DestinationPortRange
  
  
  Declaration
  
    [JsonProperty(PropertyName = "destinationPortRange")]
public PortRange DestinationPortRange { get; set; }
   
  Property Value
  
  
  SourcePortRange
  
  
  Declaration
  
    [JsonProperty(PropertyName = "sourcePortRange")]
public PortRange SourcePortRange { get; set; }
   
  Property Value