You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The logic of updating the network access configurations is as follows:
936
-
// 1. Shared databases:
937
-
// If the network access type changes
938
-
// a. to PUBLIC:
941
+
//
942
+
// 1. Shared databases:
943
+
// If the network access type changes
944
+
// a. to PUBLIC:
939
945
// was RESTRICTED: re-enable IsMTLSConnectionRequired if its not. Then set WhitelistedIps to an array with a single empty string entry.
940
946
// was PRIVATE: re-enable IsMTLSConnectionRequired if its not. Then set PrivateEndpointLabel to an emtpy string.
941
-
// b. to RESTRICTED:
947
+
// b. to RESTRICTED:
942
948
// was PUBLIC: set WhitelistedIps to desired IPs/CIDR blocks/VCN OCID. Configure the IsMTLSConnectionRequired settings if it is set to disabled.
943
949
// was PRIVATE: re-enable IsMTLSConnectionRequired if its not. Set the type to PUBLIC first, and then configure the WhitelistedIps. Finally resume the IsMTLSConnectionRequired settings if it was, or is configured as disabled.
944
-
// c. to PRIVATE:
950
+
// c. to PRIVATE:
945
951
// was PUBLIC: set subnetOCID and nsgOCIDs. Configure the IsMTLSConnectionRequired settings if it is set.
946
952
// was RESTRICTED: set subnetOCID and nsgOCIDs. Configure the IsMTLSConnectionRequired settings if it is set.
947
953
//
948
-
// Otherwise, if the network access type remains the same, apply the network configuration, and then set the IsMTLSConnectionRequired.
954
+
// Otherwise, if the network access type remains the same, apply the network configuration, and then set the IsMTLSConnectionRequired.
0 commit comments