Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
UdpOptions |
UdpOptions.Builder.build() |
UdpOptions |
EgressSecurityRule.getUdpOptions()
Optional and valid only for UDP.
|
UdpOptions |
IngressSecurityRule.getUdpOptions()
Optional and valid only for UDP.
|
Modifier and Type | Method and Description |
---|---|
UdpOptions.Builder |
UdpOptions.Builder.copy(UdpOptions o) |
EgressSecurityRule.Builder |
EgressSecurityRule.Builder.udpOptions(UdpOptions udpOptions) |
IngressSecurityRule.Builder |
IngressSecurityRule.Builder.udpOptions(UdpOptions udpOptions) |
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.