Uses of Class
com.oracle.bmc.vnmonitoring.model.SecurityRule
-
Packages that use SecurityRule Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of SecurityRule in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return SecurityRule Modifier and Type Method Description SecurityRule
SecurityRule.Builder. build()
SecurityRule
NsgConfiguration. getSecurityRule()
SecurityRule
StatefulNsgConfiguration. getSecurityRule()
Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type SecurityRule Modifier and Type Method Description List<SecurityRule>
AddedNetworkSecurityGroupSecurityRules. getSecurityRules()
The NSG security rules that were added.List<SecurityRule>
UpdatedNetworkSecurityGroupSecurityRules. getSecurityRules()
The NSG security rules that were updated.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type SecurityRule Modifier and Type Method Description SecurityRule.Builder
SecurityRule.Builder. copy(SecurityRule model)
NsgConfiguration.Builder
NsgConfiguration.Builder. securityRule(SecurityRule securityRule)
StatefulNsgConfiguration.Builder
StatefulNsgConfiguration.Builder. securityRule(SecurityRule securityRule)
Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type SecurityRule Modifier and Type Method Description AddedNetworkSecurityGroupSecurityRules.Builder
AddedNetworkSecurityGroupSecurityRules.Builder. securityRules(List<SecurityRule> securityRules)
The NSG security rules that were added.UpdatedNetworkSecurityGroupSecurityRules.Builder
UpdatedNetworkSecurityGroupSecurityRules.Builder. securityRules(List<SecurityRule> securityRules)
The NSG security rules that were updated.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type SecurityRule Constructor Description NsgConfiguration(String nsgId, SecurityRule securityRule)
Deprecated.StatefulNsgConfiguration(String nsgId, SecurityRule securityRule)
Deprecated.Constructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type SecurityRule Constructor Description AddedNetworkSecurityGroupSecurityRules(List<SecurityRule> securityRules)
Deprecated.UpdatedNetworkSecurityGroupSecurityRules(List<SecurityRule> securityRules)
Deprecated.
-