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