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