Class TcpOptions
Optional and valid only for TCP. Use to specify particular destination ports for TCP rules.
If you specify TCP 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