Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static EgressSecurityRule.DestinationType |
EgressSecurityRule.DestinationType.create(String key) |
EgressSecurityRule.DestinationType |
EgressSecurityRule.getDestinationType()
Type of destination for the rule.
|
static EgressSecurityRule.DestinationType |
EgressSecurityRule.DestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EgressSecurityRule.DestinationType[] |
EgressSecurityRule.DestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EgressSecurityRule.Builder |
EgressSecurityRule.Builder.destinationType(EgressSecurityRule.DestinationType destinationType)
Type of destination for the rule.
|
Constructor and Description |
---|
EgressSecurityRule(String destination,
EgressSecurityRule.DestinationType destinationType,
IcmpOptions icmpOptions,
Boolean isStateless,
String protocol,
TcpOptions tcpOptions,
UdpOptions udpOptions,
String description)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.