Uses of Class
com.oracle.bmc.distributeddatabasev26.model.VcnNsgIdsDetails
-
Packages that use VcnNsgIdsDetails Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of VcnNsgIdsDetails in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return VcnNsgIdsDetails Modifier and Type Method Description VcnNsgIdsDetailsVcnNsgIdsDetails.Builder. build()Methods in com.oracle.bmc.distributeddatabasev26.model that return types with arguments of type VcnNsgIdsDetails Modifier and Type Method Description List<VcnNsgIdsDetails>CreateDistributedAutonomousDatabaseDetails. getVcnNsgIds()The list of network security group (NSG) details to be associated with the distributed autonomous database.List<VcnNsgIdsDetails>CreateDistributedDatabaseDetails. getVcnNsgIds()The list of network security group (NSG) details to be associated with the distributed database.List<VcnNsgIdsDetails>CreateDistributedDatabasePrivateEndpointDetails. getVcnNsgIds()The list of network security group (NSG) details to be associated with the private endpoint.List<VcnNsgIdsDetails>DistributedAutonomousDatabase. getVcnNsgIds()The list of network security group (NSG) details associated with the distributed autonomous database.List<VcnNsgIdsDetails>DistributedDatabase. getVcnNsgIds()The list of network security group (NSG) details associated with the distributed database.List<VcnNsgIdsDetails>DistributedDatabasePrivateEndpoint. getVcnNsgIds()The list of network security group (NSG) details associated with the private endpoint.List<VcnNsgIdsDetails>DistributedDatabasePrivateEndpointSummary. getVcnNsgIds()The list of network security group (NSG) details associated with the private endpoint.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type VcnNsgIdsDetails Modifier and Type Method Description VcnNsgIdsDetails.BuilderVcnNsgIdsDetails.Builder. copy(VcnNsgIdsDetails model)Method parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type VcnNsgIdsDetails Modifier and Type Method Description CreateDistributedAutonomousDatabaseDetails.BuilderCreateDistributedAutonomousDatabaseDetails.Builder. vcnNsgIds(List<VcnNsgIdsDetails> vcnNsgIds)The list of network security group (NSG) details to be associated with the distributed autonomous database.CreateDistributedDatabaseDetails.BuilderCreateDistributedDatabaseDetails.Builder. vcnNsgIds(List<VcnNsgIdsDetails> vcnNsgIds)The list of network security group (NSG) details to be associated with the distributed database.CreateDistributedDatabasePrivateEndpointDetails.BuilderCreateDistributedDatabasePrivateEndpointDetails.Builder. vcnNsgIds(List<VcnNsgIdsDetails> vcnNsgIds)The list of network security group (NSG) details to be associated with the private endpoint.DistributedAutonomousDatabase.BuilderDistributedAutonomousDatabase.Builder. vcnNsgIds(List<VcnNsgIdsDetails> vcnNsgIds)The list of network security group (NSG) details associated with the distributed autonomous database.DistributedDatabase.BuilderDistributedDatabase.Builder. vcnNsgIds(List<VcnNsgIdsDetails> vcnNsgIds)The list of network security group (NSG) details associated with the distributed database.DistributedDatabasePrivateEndpoint.BuilderDistributedDatabasePrivateEndpoint.Builder. vcnNsgIds(List<VcnNsgIdsDetails> vcnNsgIds)The list of network security group (NSG) details associated with the private endpoint.DistributedDatabasePrivateEndpointSummary.BuilderDistributedDatabasePrivateEndpointSummary.Builder. vcnNsgIds(List<VcnNsgIdsDetails> vcnNsgIds)The list of network security group (NSG) details associated with the private endpoint.Constructor parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type VcnNsgIdsDetails Constructor Description CreateDistributedDatabasePrivateEndpointDetails(String compartmentId, String subnetId, String displayName, String description, List<VcnNsgIdsDetails> vcnNsgIds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.DistributedDatabasePrivateEndpoint(String id, String compartmentId, String subnetId, String vcnId, String displayName, String description, String privateIp, List<VcnNsgIdsDetails> vcnNsgIds, Date timeCreated, Date timeUpdated, DistributedDatabasePrivateEndpoint.LifecycleState lifecycleState, String lifecycleDetails, String proxyComputeInstanceId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.DistributedDatabasePrivateEndpointSummary(String id, String description, String compartmentId, String subnetId, String vcnId, String displayName, List<VcnNsgIdsDetails> vcnNsgIds, Date timeCreated, Date timeUpdated, DistributedDatabasePrivateEndpoint.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-