Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
TcpOptions |
TcpOptions.Builder.build() |
TcpOptions |
EgressSecurityRule.getTcpOptions()
Optional and valid only for TCP.
|
TcpOptions |
IngressSecurityRule.getTcpOptions()
Optional and valid only for TCP.
|
Modifier and Type | Method and Description |
---|---|
TcpOptions.Builder |
TcpOptions.Builder.copy(TcpOptions o) |
EgressSecurityRule.Builder |
EgressSecurityRule.Builder.tcpOptions(TcpOptions tcpOptions) |
IngressSecurityRule.Builder |
IngressSecurityRule.Builder.tcpOptions(TcpOptions tcpOptions) |
Constructor and Description |
---|
EgressSecurityRule(String destination,
EgressSecurityRule.DestinationType destinationType,
IcmpOptions icmpOptions,
Boolean isStateless,
String protocol,
TcpOptions tcpOptions,
UdpOptions udpOptions)
Deprecated.
|
IngressSecurityRule(IcmpOptions icmpOptions,
Boolean isStateless,
String protocol,
String source,
IngressSecurityRule.SourceType sourceType,
TcpOptions tcpOptions,
UdpOptions udpOptions)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.