Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
EgressSecurityRule |
EgressSecurityRule.Builder.build() |
EgressSecurityRule |
StatefulIngressSecurityListConfiguration.getSecurityRule() |
EgressSecurityRule |
EgressSecurityListConfiguration.getSecurityRule() |
Modifier and Type | Method and Description |
---|---|
List<EgressSecurityRule> |
CreateSecurityListDetails.getEgressSecurityRules()
Rules for allowing egress IP packets.
|
List<EgressSecurityRule> |
SecurityList.getEgressSecurityRules()
Rules for allowing egress IP packets.
|
List<EgressSecurityRule> |
UpdateSecurityListDetails.getEgressSecurityRules()
Rules for allowing egress IP packets.
|
Modifier and Type | Method and Description |
---|---|
EgressSecurityRule.Builder |
EgressSecurityRule.Builder.copy(EgressSecurityRule model) |
StatefulIngressSecurityListConfiguration.Builder |
StatefulIngressSecurityListConfiguration.Builder.securityRule(EgressSecurityRule securityRule) |
EgressSecurityListConfiguration.Builder |
EgressSecurityListConfiguration.Builder.securityRule(EgressSecurityRule securityRule) |
Modifier and Type | Method and Description |
---|---|
CreateSecurityListDetails.Builder |
CreateSecurityListDetails.Builder.egressSecurityRules(List<EgressSecurityRule> egressSecurityRules)
Rules for allowing egress IP packets.
|
SecurityList.Builder |
SecurityList.Builder.egressSecurityRules(List<EgressSecurityRule> egressSecurityRules)
Rules for allowing egress IP packets.
|
UpdateSecurityListDetails.Builder |
UpdateSecurityListDetails.Builder.egressSecurityRules(List<EgressSecurityRule> egressSecurityRules)
Rules for allowing egress IP packets.
|
Constructor and Description |
---|
EgressSecurityListConfiguration(String securityListId,
EgressSecurityRule securityRule)
Deprecated.
|
StatefulIngressSecurityListConfiguration(String securityListId,
EgressSecurityRule securityRule)
Deprecated.
|
Constructor and Description |
---|
CreateSecurityListDetails(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
List<EgressSecurityRule> egressSecurityRules,
Map<String,String> freeformTags,
List<IngressSecurityRule> ingressSecurityRules,
String vcnId)
Deprecated.
|
SecurityList(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
List<EgressSecurityRule> egressSecurityRules,
Map<String,String> freeformTags,
String id,
List<IngressSecurityRule> ingressSecurityRules,
SecurityList.LifecycleState lifecycleState,
Date timeCreated,
String vcnId)
Deprecated.
|
UpdateSecurityListDetails(Map<String,Map<String,Object>> definedTags,
String displayName,
List<EgressSecurityRule> egressSecurityRules,
Map<String,String> freeformTags,
List<IngressSecurityRule> ingressSecurityRules)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.