Method: OCI::Database::Models::UpdateAutonomousExadataInfrastructureDetails#nsg_ids
- Defined in:
- lib/oci/database/models/update_autonomous_exadata_infrastructure_details.rb
#nsg_ids ⇒ Array<String>
A list of the [OCIDs](docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
-
Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
23 24 25 |
# File 'lib/oci/database/models/update_autonomous_exadata_infrastructure_details.rb', line 23 def nsg_ids @nsg_ids end |