**VOLATILE** This API is subject to change at any time. Apply the provided options to ClusterOptions. This method will need to be implemented in derived classes. Args: options (:class:`~couchbase.options.ClusterOptions`): The options the profile will apply towa
(self,
options # type: ClusterOptions
)
| 200 | |
| 201 | @abstractmethod |
| 202 | def apply(self, |
| 203 | options # type: ClusterOptions |
| 204 | ) -> None: |
| 205 | """ |
| 206 | **VOLATILE** This API is subject to change at any time. |
| 207 | |
| 208 | Apply the provided options to ClusterOptions. This method will need to be implemented in derived classes. |
| 209 | |
| 210 | Args: |
| 211 | options (:class:`~couchbase.options.ClusterOptions`): The options the profile will apply toward. |
| 212 | """ |
| 213 | pass |
| 214 | |
| 215 | |
| 216 | class WanDevelopmentProfile(ConfigProfile): |