Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static SecurityRule.SourceType |
SecurityRule.SourceType.create(String key) |
SecurityRule.SourceType |
SecurityRule.getSourceType()
Type of source for the rule.
|
static SecurityRule.SourceType |
SecurityRule.SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityRule.SourceType[] |
SecurityRule.SourceType.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.sourceType(SecurityRule.SourceType sourceType)
Type of source 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–2025. All rights reserved.