Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
IngressSecurityRule |
IngressSecurityRule.Builder.build() |
IngressSecurityRule |
StatefulEgressSecurityListConfiguration.getSecurityRule() |
IngressSecurityRule |
IngressSecurityListConfiguration.getSecurityRule() |
Modifier and Type | Method and Description |
---|---|
List<IngressSecurityRule> |
CreateSecurityListDetails.getIngressSecurityRules()
Rules for allowing ingress IP packets.
|
List<IngressSecurityRule> |
SecurityList.getIngressSecurityRules()
Rules for allowing ingress IP packets.
|
List<IngressSecurityRule> |
UpdateSecurityListDetails.getIngressSecurityRules()
Rules for allowing ingress IP packets.
|
Modifier and Type | Method and Description |
---|---|
IngressSecurityRule.Builder |
IngressSecurityRule.Builder.copy(IngressSecurityRule model) |
StatefulEgressSecurityListConfiguration.Builder |
StatefulEgressSecurityListConfiguration.Builder.securityRule(IngressSecurityRule securityRule) |
IngressSecurityListConfiguration.Builder |
IngressSecurityListConfiguration.Builder.securityRule(IngressSecurityRule securityRule) |
Modifier and Type | Method and Description |
---|---|
CreateSecurityListDetails.Builder |
CreateSecurityListDetails.Builder.ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)
Rules for allowing ingress IP packets.
|
SecurityList.Builder |
SecurityList.Builder.ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)
Rules for allowing ingress IP packets.
|
UpdateSecurityListDetails.Builder |
UpdateSecurityListDetails.Builder.ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)
Rules for allowing ingress IP packets.
|
Constructor and Description |
---|
IngressSecurityListConfiguration(String securityListId,
IngressSecurityRule securityRule)
Deprecated.
|
StatefulEgressSecurityListConfiguration(String securityListId,
IngressSecurityRule 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.