Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
SecurityRule |
SecurityRule.Builder.build() |
SecurityRule |
StatefulNsgConfiguration.getSecurityRule() |
SecurityRule |
NsgConfiguration.getSecurityRule() |
Modifier and Type | Method and Description |
---|---|
List<SecurityRule> |
AddedNetworkSecurityGroupSecurityRules.getSecurityRules()
The NSG security rules that were added.
|
List<SecurityRule> |
UpdatedNetworkSecurityGroupSecurityRules.getSecurityRules()
The NSG security rules that were updated.
|
Modifier and Type | Method and Description |
---|---|
SecurityRule.Builder |
SecurityRule.Builder.copy(SecurityRule model) |
StatefulNsgConfiguration.Builder |
StatefulNsgConfiguration.Builder.securityRule(SecurityRule securityRule) |
NsgConfiguration.Builder |
NsgConfiguration.Builder.securityRule(SecurityRule securityRule) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
NsgConfiguration(String nsgId,
SecurityRule securityRule)
Deprecated.
|
StatefulNsgConfiguration(String nsgId,
SecurityRule securityRule)
Deprecated.
|
Constructor and Description |
---|
AddedNetworkSecurityGroupSecurityRules(List<SecurityRule> securityRules)
Deprecated.
|
UpdatedNetworkSecurityGroupSecurityRules(List<SecurityRule> securityRules)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.