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