Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
PortRange |
PortRange.Builder.build() |
PortRange |
TcpOptions.getDestinationPortRange()
An inclusive range of allowed destination ports.
|
PortRange |
UdpOptions.getDestinationPortRange()
An inclusive range of allowed destination ports.
|
PortRange |
TcpOptions.getSourcePortRange()
An inclusive range of allowed source ports.
|
PortRange |
UdpOptions.getSourcePortRange()
An inclusive range of allowed source ports.
|
Modifier and Type | Method and Description |
---|---|
PortRange.Builder |
PortRange.Builder.copy(PortRange o) |
TcpOptions.Builder |
TcpOptions.Builder.destinationPortRange(PortRange destinationPortRange) |
UdpOptions.Builder |
UdpOptions.Builder.destinationPortRange(PortRange destinationPortRange) |
TcpOptions.Builder |
TcpOptions.Builder.sourcePortRange(PortRange sourcePortRange) |
UdpOptions.Builder |
UdpOptions.Builder.sourcePortRange(PortRange sourcePortRange) |
Constructor and Description |
---|
TcpOptions(PortRange destinationPortRange,
PortRange sourcePortRange)
Deprecated.
|
UdpOptions(PortRange destinationPortRange,
PortRange sourcePortRange)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.