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