static SecurityRule.Builder |
SecurityRule.builder() |
Create a new builder.
|
SecurityRule.Builder |
SecurityRule.Builder.copy(SecurityRule model) |
|
SecurityRule.Builder |
SecurityRule.Builder.description(String description) |
An optional description of your choice for the rule.
|
SecurityRule.Builder |
SecurityRule.Builder.destination(String destination) |
Conceptually, this is the range of IP addresses that a packet originating from the
instance can go to.
|
SecurityRule.Builder |
SecurityRule.Builder.destinationType(SecurityRule.DestinationType destinationType) |
Type of destination for the rule.
|
SecurityRule.Builder |
SecurityRule.Builder.direction(SecurityRule.Direction direction) |
Direction of the security rule.
|
SecurityRule.Builder |
SecurityRule.Builder.icmpOptions(IcmpOptions icmpOptions) |
|
SecurityRule.Builder |
SecurityRule.Builder.id(String id) |
An Oracle-assigned identifier for the security rule.
|
SecurityRule.Builder |
SecurityRule.Builder.isStateless(Boolean isStateless) |
A stateless rule allows traffic in one direction.
|
SecurityRule.Builder |
SecurityRule.Builder.isValid(Boolean isValid) |
Whether the rule is valid.
|
SecurityRule.Builder |
SecurityRule.Builder.protocol(String protocol) |
The transport protocol.
|
SecurityRule.Builder |
SecurityRule.Builder.source(String source) |
Conceptually, this is the range of IP addresses that a packet coming into the instance
can come from.
|
SecurityRule.Builder |
SecurityRule.Builder.sourceType(SecurityRule.SourceType sourceType) |
Type of source for the rule.
|
SecurityRule.Builder |
SecurityRule.Builder.tcpOptions(TcpOptions tcpOptions) |
|
SecurityRule.Builder |
SecurityRule.Builder.timeCreated(Date timeCreated) |
The date and time the security rule was created.
|
SecurityRule.Builder |
SecurityRule.toBuilder() |
|
SecurityRule.Builder |
SecurityRule.Builder.udpOptions(UdpOptions udpOptions) |
|