strongdm 15.5.0__zip → 15.7.0__zip

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. {strongdm-15.5.0 → strongdm-15.7.0}/PKG-INFO +2 -2
  2. {strongdm-15.5.0 → strongdm-15.7.0}/setup.py +2 -2
  3. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/client.py +1 -1
  4. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/constants.py +8 -0
  5. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/drivers_pb2.py +292 -284
  6. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/models.py +404 -368
  7. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/options_pb2.py +16 -16
  8. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/plumbing.py +64 -60
  9. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/svc.py +1 -1
  10. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm.egg-info/PKG-INFO +2 -2
  11. {strongdm-15.5.0 → strongdm-15.7.0}/LICENSE +0 -0
  12. {strongdm-15.5.0 → strongdm-15.7.0}/README.md +0 -0
  13. {strongdm-15.5.0 → strongdm-15.7.0}/setup.cfg +0 -0
  14. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/__init__.py +0 -0
  15. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/access_request_events_history_pb2.py +0 -0
  16. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
  17. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/access_requests_history_pb2.py +0 -0
  18. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
  19. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/access_requests_pb2.py +0 -0
  20. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/access_requests_pb2_grpc.py +0 -0
  21. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_attachments_history_pb2.py +0 -0
  22. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
  23. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_attachments_pb2.py +0 -0
  24. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
  25. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_grants_history_pb2.py +0 -0
  26. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
  27. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_grants_pb2.py +0 -0
  28. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_grants_pb2_grpc.py +0 -0
  29. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_permissions_pb2.py +0 -0
  30. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
  31. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_resources_history_pb2.py +0 -0
  32. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
  33. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_resources_pb2.py +0 -0
  34. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/account_resources_pb2_grpc.py +0 -0
  35. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/accounts_history_pb2.py +0 -0
  36. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
  37. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/accounts_pb2.py +0 -0
  38. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/accounts_pb2_grpc.py +0 -0
  39. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/activities_pb2.py +0 -0
  40. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/activities_pb2_grpc.py +0 -0
  41. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
  42. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
  43. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
  44. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
  45. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
  46. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
  47. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
  48. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
  49. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflows_history_pb2.py +0 -0
  50. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
  51. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflows_pb2.py +0 -0
  52. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
  53. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/control_panel_pb2.py +0 -0
  54. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/control_panel_pb2_grpc.py +0 -0
  55. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/drivers_pb2_grpc.py +0 -0
  56. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/errors.py +0 -0
  57. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/health_checks_pb2.py +0 -0
  58. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/health_checks_pb2_grpc.py +0 -0
  59. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/identity_aliases_history_pb2.py +0 -0
  60. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
  61. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/identity_aliases_pb2.py +0 -0
  62. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
  63. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/identity_sets_history_pb2.py +0 -0
  64. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
  65. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/identity_sets_pb2.py +0 -0
  66. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
  67. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/managed_secrets_pb2.py +0 -0
  68. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/managed_secrets_pb2_grpc.py +0 -0
  69. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/nodes_history_pb2.py +0 -0
  70. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
  71. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/nodes_pb2.py +0 -0
  72. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/nodes_pb2_grpc.py +0 -0
  73. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/options_pb2_grpc.py +0 -0
  74. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/organization_history_pb2.py +0 -0
  75. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/organization_history_pb2_grpc.py +0 -0
  76. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/peering_group_nodes_pb2.py +0 -0
  77. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
  78. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/peering_group_peers_pb2.py +0 -0
  79. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
  80. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/peering_group_resources_pb2.py +0 -0
  81. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
  82. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/peering_groups_pb2.py +0 -0
  83. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
  84. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/policies_history_pb2.py +0 -0
  85. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/policies_history_pb2_grpc.py +0 -0
  86. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/policies_pb2.py +0 -0
  87. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/policies_pb2_grpc.py +0 -0
  88. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
  89. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
  90. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/queries_pb2.py +0 -0
  91. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/queries_pb2_grpc.py +0 -0
  92. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/remote_identities_history_pb2.py +0 -0
  93. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
  94. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/remote_identities_pb2.py +0 -0
  95. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
  96. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
  97. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
  98. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/remote_identity_groups_pb2.py +0 -0
  99. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
  100. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/replays_pb2.py +0 -0
  101. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/replays_pb2_grpc.py +0 -0
  102. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/resources_history_pb2.py +0 -0
  103. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/resources_history_pb2_grpc.py +0 -0
  104. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/resources_pb2.py +0 -0
  105. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/resources_pb2_grpc.py +0 -0
  106. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/role_resources_history_pb2.py +0 -0
  107. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
  108. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/role_resources_pb2.py +0 -0
  109. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/role_resources_pb2_grpc.py +0 -0
  110. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/roles_history_pb2.py +0 -0
  111. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/roles_history_pb2_grpc.py +0 -0
  112. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/roles_pb2.py +0 -0
  113. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/roles_pb2_grpc.py +0 -0
  114. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_engine_policy_pb2.py +0 -0
  115. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
  116. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_engine_types_pb2.py +0 -0
  117. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
  118. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_engines_pb2.py +0 -0
  119. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_engines_pb2_grpc.py +0 -0
  120. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_store_healths_pb2.py +0 -0
  121. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
  122. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_store_types_pb2.py +0 -0
  123. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
  124. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_stores_history_pb2.py +0 -0
  125. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
  126. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_stores_pb2.py +0 -0
  127. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
  128. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/spec_pb2.py +0 -0
  129. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/spec_pb2_grpc.py +0 -0
  130. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/tags_pb2.py +0 -0
  131. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/tags_pb2_grpc.py +0 -0
  132. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
  133. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
  134. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflow_approvers_pb2.py +0 -0
  135. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
  136. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflow_roles_history_pb2.py +0 -0
  137. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
  138. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflow_roles_pb2.py +0 -0
  139. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
  140. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflows_history_pb2.py +0 -0
  141. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
  142. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflows_pb2.py +0 -0
  143. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm/workflows_pb2_grpc.py +0 -0
  144. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm.egg-info/SOURCES.txt +0 -0
  145. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm.egg-info/dependency_links.txt +0 -0
  146. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm.egg-info/requires.txt +0 -0
  147. {strongdm-15.5.0 → strongdm-15.7.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -74,7 +74,7 @@ class AKS:
74
74
  '''
75
75
  self.bind_interface = bind_interface if bind_interface is not None else ''
76
76
  '''
77
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
77
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
78
78
  '''
79
79
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
80
80
  '''
@@ -135,7 +135,7 @@ class AKS:
135
135
  '''
136
136
  self.port_override = port_override if port_override is not None else 0
137
137
  '''
138
- The local port used by clients to connect to this resource.
138
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
139
139
  '''
140
140
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
141
141
  '''
@@ -276,7 +276,7 @@ class AKSBasicAuth:
276
276
  ):
277
277
  self.bind_interface = bind_interface if bind_interface is not None else ''
278
278
  '''
279
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
279
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
280
280
  '''
281
281
  self.egress_filter = egress_filter if egress_filter is not None else ''
282
282
  '''
@@ -312,7 +312,7 @@ class AKSBasicAuth:
312
312
  '''
313
313
  self.port_override = port_override if port_override is not None else 0
314
314
  '''
315
- The local port used by clients to connect to this resource.
315
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
316
316
  '''
317
317
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
318
318
  '''
@@ -446,7 +446,7 @@ class AKSServiceAccount:
446
446
  '''
447
447
  self.bind_interface = bind_interface if bind_interface is not None else ''
448
448
  '''
449
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
449
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
450
450
  '''
451
451
  self.discovery_enabled = discovery_enabled if discovery_enabled is not None else False
452
452
  '''
@@ -495,7 +495,7 @@ class AKSServiceAccount:
495
495
  '''
496
496
  self.port_override = port_override if port_override is not None else 0
497
497
  '''
498
- The local port used by clients to connect to this resource.
498
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
499
499
  '''
500
500
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
501
501
  '''
@@ -631,7 +631,7 @@ class AKSServiceAccountUserImpersonation:
631
631
  ):
632
632
  self.bind_interface = bind_interface if bind_interface is not None else ''
633
633
  '''
634
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
634
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
635
635
  '''
636
636
  self.egress_filter = egress_filter if egress_filter is not None else ''
637
637
  '''
@@ -663,7 +663,7 @@ class AKSServiceAccountUserImpersonation:
663
663
  '''
664
664
  self.port_override = port_override if port_override is not None else 0
665
665
  '''
666
- The local port used by clients to connect to this resource.
666
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
667
667
  '''
668
668
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
669
669
  '''
@@ -786,7 +786,7 @@ class AKSUserImpersonation:
786
786
  ):
787
787
  self.bind_interface = bind_interface if bind_interface is not None else ''
788
788
  '''
789
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
789
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
790
790
  '''
791
791
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
792
792
  '''
@@ -830,7 +830,7 @@ class AKSUserImpersonation:
830
830
  '''
831
831
  self.port_override = port_override if port_override is not None else 0
832
832
  '''
833
- The local port used by clients to connect to this resource.
833
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
834
834
  '''
835
835
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
836
836
  '''
@@ -954,7 +954,7 @@ class AMQP:
954
954
  ):
955
955
  self.bind_interface = bind_interface if bind_interface is not None else ''
956
956
  '''
957
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
957
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
958
958
  '''
959
959
  self.egress_filter = egress_filter if egress_filter is not None else ''
960
960
  '''
@@ -986,7 +986,7 @@ class AMQP:
986
986
  '''
987
987
  self.port_override = port_override if port_override is not None else 0
988
988
  '''
989
- The local port used by clients to connect to this resource.
989
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
990
990
  '''
991
991
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
992
992
  '''
@@ -1115,7 +1115,7 @@ class AWS:
1115
1115
  '''
1116
1116
  self.bind_interface = bind_interface if bind_interface is not None else ''
1117
1117
  '''
1118
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1118
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1119
1119
  '''
1120
1120
  self.egress_filter = egress_filter if egress_filter is not None else ''
1121
1121
  '''
@@ -1139,7 +1139,7 @@ class AWS:
1139
1139
  '''
1140
1140
  self.port_override = port_override if port_override is not None else 0
1141
1141
  '''
1142
- The local port used by clients to connect to this resource.
1142
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1143
1143
  '''
1144
1144
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
1145
1145
  '''
@@ -1366,7 +1366,7 @@ class AWSConsole:
1366
1366
  ):
1367
1367
  self.bind_interface = bind_interface if bind_interface is not None else ''
1368
1368
  '''
1369
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1369
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1370
1370
  '''
1371
1371
  self.egress_filter = egress_filter if egress_filter is not None else ''
1372
1372
  '''
@@ -1398,7 +1398,7 @@ class AWSConsole:
1398
1398
  '''
1399
1399
  self.port_override = port_override if port_override is not None else 0
1400
1400
  '''
1401
- The local port used by clients to connect to this resource.
1401
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1402
1402
  '''
1403
1403
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
1404
1404
  '''
@@ -1549,7 +1549,7 @@ class AWSConsoleStaticKeyPair:
1549
1549
  '''
1550
1550
  self.bind_interface = bind_interface if bind_interface is not None else ''
1551
1551
  '''
1552
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1552
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1553
1553
  '''
1554
1554
  self.egress_filter = egress_filter if egress_filter is not None else ''
1555
1555
  '''
@@ -1577,7 +1577,7 @@ class AWSConsoleStaticKeyPair:
1577
1577
  '''
1578
1578
  self.port_override = port_override if port_override is not None else 0
1579
1579
  '''
1580
- The local port used by clients to connect to this resource.
1580
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1581
1581
  '''
1582
1582
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
1583
1583
  '''
@@ -1723,7 +1723,7 @@ class AWSInstanceProfile:
1723
1723
  ):
1724
1724
  self.bind_interface = bind_interface if bind_interface is not None else ''
1725
1725
  '''
1726
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1726
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1727
1727
  '''
1728
1728
  self.egress_filter = egress_filter if egress_filter is not None else ''
1729
1729
  '''
@@ -1747,7 +1747,7 @@ class AWSInstanceProfile:
1747
1747
  '''
1748
1748
  self.port_override = port_override if port_override is not None else 0
1749
1749
  '''
1750
- The local port used by clients to connect to this resource.
1750
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1751
1751
  '''
1752
1752
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
1753
1753
  '''
@@ -4052,7 +4052,7 @@ class Aerospike:
4052
4052
  ):
4053
4053
  self.bind_interface = bind_interface if bind_interface is not None else ''
4054
4054
  '''
4055
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4055
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4056
4056
  '''
4057
4057
  self.egress_filter = egress_filter if egress_filter is not None else ''
4058
4058
  '''
@@ -4084,7 +4084,7 @@ class Aerospike:
4084
4084
  '''
4085
4085
  self.port_override = port_override if port_override is not None else 0
4086
4086
  '''
4087
- The local port used by clients to connect to this resource.
4087
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4088
4088
  '''
4089
4089
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
4090
4090
  '''
@@ -4236,7 +4236,7 @@ class AmazonEKS:
4236
4236
  '''
4237
4237
  self.bind_interface = bind_interface if bind_interface is not None else ''
4238
4238
  '''
4239
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4239
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4240
4240
  '''
4241
4241
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
4242
4242
  '''
@@ -4289,7 +4289,7 @@ class AmazonEKS:
4289
4289
  '''
4290
4290
  self.port_override = port_override if port_override is not None else 0
4291
4291
  '''
4292
- The local port used by clients to connect to this resource.
4292
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4293
4293
  '''
4294
4294
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
4295
4295
  '''
@@ -4470,7 +4470,7 @@ class AmazonEKSInstanceProfile:
4470
4470
  '''
4471
4471
  self.bind_interface = bind_interface if bind_interface is not None else ''
4472
4472
  '''
4473
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4473
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4474
4474
  '''
4475
4475
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
4476
4476
  '''
@@ -4523,7 +4523,7 @@ class AmazonEKSInstanceProfile:
4523
4523
  '''
4524
4524
  self.port_override = port_override if port_override is not None else 0
4525
4525
  '''
4526
- The local port used by clients to connect to this resource.
4526
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4527
4527
  '''
4528
4528
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
4529
4529
  '''
@@ -4682,7 +4682,7 @@ class AmazonEKSInstanceProfileUserImpersonation:
4682
4682
  ):
4683
4683
  self.bind_interface = bind_interface if bind_interface is not None else ''
4684
4684
  '''
4685
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4685
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4686
4686
  '''
4687
4687
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
4688
4688
  '''
@@ -4718,7 +4718,7 @@ class AmazonEKSInstanceProfileUserImpersonation:
4718
4718
  '''
4719
4719
  self.port_override = port_override if port_override is not None else 0
4720
4720
  '''
4721
- The local port used by clients to connect to this resource.
4721
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4722
4722
  '''
4723
4723
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
4724
4724
  '''
@@ -4868,7 +4868,7 @@ class AmazonEKSUserImpersonation:
4868
4868
  '''
4869
4869
  self.bind_interface = bind_interface if bind_interface is not None else ''
4870
4870
  '''
4871
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4871
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4872
4872
  '''
4873
4873
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
4874
4874
  '''
@@ -4904,7 +4904,7 @@ class AmazonEKSUserImpersonation:
4904
4904
  '''
4905
4905
  self.port_override = port_override if port_override is not None else 0
4906
4906
  '''
4907
- The local port used by clients to connect to this resource.
4907
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4908
4908
  '''
4909
4909
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
4910
4910
  '''
@@ -5055,7 +5055,7 @@ class AmazonES:
5055
5055
  '''
5056
5056
  self.bind_interface = bind_interface if bind_interface is not None else ''
5057
5057
  '''
5058
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5058
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5059
5059
  '''
5060
5060
  self.egress_filter = egress_filter if egress_filter is not None else ''
5061
5061
  '''
@@ -5079,7 +5079,7 @@ class AmazonES:
5079
5079
  '''
5080
5080
  self.port_override = port_override if port_override is not None else 0
5081
5081
  '''
5082
- The local port used by clients to connect to this resource.
5082
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5083
5083
  '''
5084
5084
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
5085
5085
  '''
@@ -5215,7 +5215,7 @@ class AmazonESIAM:
5215
5215
  ):
5216
5216
  self.bind_interface = bind_interface if bind_interface is not None else ''
5217
5217
  '''
5218
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5218
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5219
5219
  '''
5220
5220
  self.egress_filter = egress_filter if egress_filter is not None else ''
5221
5221
  '''
@@ -5239,7 +5239,7 @@ class AmazonESIAM:
5239
5239
  '''
5240
5240
  self.port_override = port_override if port_override is not None else 0
5241
5241
  '''
5242
- The local port used by clients to connect to this resource.
5242
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5243
5243
  '''
5244
5244
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
5245
5245
  '''
@@ -5372,7 +5372,7 @@ class AmazonMQAMQP091:
5372
5372
  ):
5373
5373
  self.bind_interface = bind_interface if bind_interface is not None else ''
5374
5374
  '''
5375
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5375
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5376
5376
  '''
5377
5377
  self.egress_filter = egress_filter if egress_filter is not None else ''
5378
5378
  '''
@@ -5404,7 +5404,7 @@ class AmazonMQAMQP091:
5404
5404
  '''
5405
5405
  self.port_override = port_override if port_override is not None else 0
5406
5406
  '''
5407
- The local port used by clients to connect to this resource.
5407
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5408
5408
  '''
5409
5409
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
5410
5410
  '''
@@ -6613,7 +6613,7 @@ class Athena:
6613
6613
  '''
6614
6614
  self.bind_interface = bind_interface if bind_interface is not None else ''
6615
6615
  '''
6616
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6616
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6617
6617
  '''
6618
6618
  self.egress_filter = egress_filter if egress_filter is not None else ''
6619
6619
  '''
@@ -6637,7 +6637,7 @@ class Athena:
6637
6637
  '''
6638
6638
  self.port_override = port_override if port_override is not None else 0
6639
6639
  '''
6640
- The local port used by clients to connect to this resource.
6640
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6641
6641
  '''
6642
6642
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
6643
6643
  '''
@@ -6771,7 +6771,7 @@ class AthenaIAM:
6771
6771
  ):
6772
6772
  self.bind_interface = bind_interface if bind_interface is not None else ''
6773
6773
  '''
6774
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6774
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6775
6775
  '''
6776
6776
  self.egress_filter = egress_filter if egress_filter is not None else ''
6777
6777
  '''
@@ -6795,7 +6795,7 @@ class AthenaIAM:
6795
6795
  '''
6796
6796
  self.port_override = port_override if port_override is not None else 0
6797
6797
  '''
6798
- The local port used by clients to connect to this resource.
6798
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6799
6799
  '''
6800
6800
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
6801
6801
  '''
@@ -6925,7 +6925,7 @@ class AuroraMysql:
6925
6925
  ):
6926
6926
  self.bind_interface = bind_interface if bind_interface is not None else ''
6927
6927
  '''
6928
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6928
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6929
6929
  '''
6930
6930
  self.database = database if database is not None else ''
6931
6931
  '''
@@ -6961,7 +6961,7 @@ class AuroraMysql:
6961
6961
  '''
6962
6962
  self.port_override = port_override if port_override is not None else 0
6963
6963
  '''
6964
- The local port used by clients to connect to this resource.
6964
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6965
6965
  '''
6966
6966
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
6967
6967
  '''
@@ -7100,7 +7100,7 @@ class AuroraMysqlIAM:
7100
7100
  ):
7101
7101
  self.bind_interface = bind_interface if bind_interface is not None else ''
7102
7102
  '''
7103
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7103
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7104
7104
  '''
7105
7105
  self.database = database if database is not None else ''
7106
7106
  '''
@@ -7132,7 +7132,7 @@ class AuroraMysqlIAM:
7132
7132
  '''
7133
7133
  self.port_override = port_override if port_override is not None else 0
7134
7134
  '''
7135
- The local port used by clients to connect to this resource.
7135
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7136
7136
  '''
7137
7137
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
7138
7138
  '''
@@ -7266,7 +7266,7 @@ class AuroraPostgres:
7266
7266
  ):
7267
7267
  self.bind_interface = bind_interface if bind_interface is not None else ''
7268
7268
  '''
7269
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7269
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7270
7270
  '''
7271
7271
  self.database = database if database is not None else ''
7272
7272
  '''
@@ -7306,7 +7306,7 @@ class AuroraPostgres:
7306
7306
  '''
7307
7307
  self.port_override = port_override if port_override is not None else 0
7308
7308
  '''
7309
- The local port used by clients to connect to this resource.
7309
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7310
7310
  '''
7311
7311
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
7312
7312
  '''
@@ -7434,7 +7434,7 @@ class AuroraPostgresIAM:
7434
7434
  ):
7435
7435
  self.bind_interface = bind_interface if bind_interface is not None else ''
7436
7436
  '''
7437
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7437
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7438
7438
  '''
7439
7439
  self.database = database if database is not None else ''
7440
7440
  '''
@@ -7470,7 +7470,7 @@ class AuroraPostgresIAM:
7470
7470
  '''
7471
7471
  self.port_override = port_override if port_override is not None else 0
7472
7472
  '''
7473
- The local port used by clients to connect to this resource.
7473
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7474
7474
  '''
7475
7475
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
7476
7476
  '''
@@ -7605,7 +7605,7 @@ class Azure:
7605
7605
  '''
7606
7606
  self.bind_interface = bind_interface if bind_interface is not None else ''
7607
7607
  '''
7608
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7608
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7609
7609
  '''
7610
7610
  self.egress_filter = egress_filter if egress_filter is not None else ''
7611
7611
  '''
@@ -7629,7 +7629,7 @@ class Azure:
7629
7629
  '''
7630
7630
  self.port_override = port_override if port_override is not None else 0
7631
7631
  '''
7632
- The local port used by clients to connect to this resource.
7632
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7633
7633
  '''
7634
7634
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
7635
7635
  '''
@@ -7744,7 +7744,7 @@ class AzureCertificate:
7744
7744
  '''
7745
7745
  self.bind_interface = bind_interface if bind_interface is not None else ''
7746
7746
  '''
7747
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7747
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7748
7748
  '''
7749
7749
  self.client_certificate = client_certificate if client_certificate is not None else ''
7750
7750
  '''
@@ -7768,7 +7768,7 @@ class AzureCertificate:
7768
7768
  '''
7769
7769
  self.port_override = port_override if port_override is not None else 0
7770
7770
  '''
7771
- The local port used by clients to connect to this resource.
7771
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7772
7772
  '''
7773
7773
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
7774
7774
  '''
@@ -7844,158 +7844,6 @@ class AzureCertificate:
7844
7844
  )
7845
7845
 
7846
7846
 
7847
- class AzureConsole:
7848
- '''
7849
- AzureConsole is currently unstable, and its API may change, or it may be removed,
7850
- without a major version bump.
7851
- '''
7852
- __slots__ = [
7853
- 'bind_interface',
7854
- 'connector_id',
7855
- 'egress_filter',
7856
- 'healthy',
7857
- 'id',
7858
- 'identity_set_id',
7859
- 'management_group_id',
7860
- 'name',
7861
- 'privilege_levels',
7862
- 'proxy_cluster_id',
7863
- 'secret_store_id',
7864
- 'subdomain',
7865
- 'subscription_id',
7866
- 'tags',
7867
- ]
7868
-
7869
- def __init__(
7870
- self,
7871
- bind_interface=None,
7872
- connector_id=None,
7873
- egress_filter=None,
7874
- healthy=None,
7875
- id=None,
7876
- identity_set_id=None,
7877
- management_group_id=None,
7878
- name=None,
7879
- privilege_levels=None,
7880
- proxy_cluster_id=None,
7881
- secret_store_id=None,
7882
- subdomain=None,
7883
- subscription_id=None,
7884
- tags=None,
7885
- ):
7886
- self.bind_interface = bind_interface if bind_interface is not None else ''
7887
- '''
7888
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7889
- '''
7890
- self.connector_id = connector_id if connector_id is not None else ''
7891
- '''
7892
- The connector ID to authenticate through.
7893
- '''
7894
- self.egress_filter = egress_filter if egress_filter is not None else ''
7895
- '''
7896
- A filter applied to the routing logic to pin datasource to nodes.
7897
- '''
7898
- self.healthy = healthy if healthy is not None else False
7899
- '''
7900
- True if the datasource is reachable and the credentials are valid.
7901
- '''
7902
- self.id = id if id is not None else ''
7903
- '''
7904
- Unique identifier of the Resource.
7905
- '''
7906
- self.identity_set_id = identity_set_id if identity_set_id is not None else ''
7907
- '''
7908
- The ID of the identity set to use for identity connections.
7909
- '''
7910
- self.management_group_id = management_group_id if management_group_id is not None else ''
7911
- '''
7912
- The management group ID to authenticate scope Privileges to.
7913
- '''
7914
- self.name = name if name is not None else ''
7915
- '''
7916
- Unique human-readable name of the Resource.
7917
- '''
7918
- self.privilege_levels = privilege_levels if privilege_levels is not None else ''
7919
- '''
7920
- The privilege levels specify which Groups are managed externally
7921
- '''
7922
- self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
7923
- '''
7924
- ID of the proxy cluster for this resource, if any.
7925
- '''
7926
- self.secret_store_id = secret_store_id if secret_store_id is not None else ''
7927
- '''
7928
- ID of the secret store containing credentials for this resource, if any.
7929
- '''
7930
- self.subdomain = subdomain if subdomain is not None else ''
7931
- '''
7932
- Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
7933
- '''
7934
- self.subscription_id = subscription_id if subscription_id is not None else ''
7935
- '''
7936
- The subscription ID to authenticate scope Privileges to.
7937
- '''
7938
- self.tags = tags if tags is not None else _porcelain_zero_value_tags()
7939
- '''
7940
- Tags is a map of key, value pairs.
7941
- '''
7942
-
7943
- def __repr__(self):
7944
- return '<sdm.AzureConsole ' + \
7945
- 'bind_interface: ' + repr(self.bind_interface) + ' ' +\
7946
- 'connector_id: ' + repr(self.connector_id) + ' ' +\
7947
- 'egress_filter: ' + repr(self.egress_filter) + ' ' +\
7948
- 'healthy: ' + repr(self.healthy) + ' ' +\
7949
- 'id: ' + repr(self.id) + ' ' +\
7950
- 'identity_set_id: ' + repr(self.identity_set_id) + ' ' +\
7951
- 'management_group_id: ' + repr(self.management_group_id) + ' ' +\
7952
- 'name: ' + repr(self.name) + ' ' +\
7953
- 'privilege_levels: ' + repr(self.privilege_levels) + ' ' +\
7954
- 'proxy_cluster_id: ' + repr(self.proxy_cluster_id) + ' ' +\
7955
- 'secret_store_id: ' + repr(self.secret_store_id) + ' ' +\
7956
- 'subdomain: ' + repr(self.subdomain) + ' ' +\
7957
- 'subscription_id: ' + repr(self.subscription_id) + ' ' +\
7958
- 'tags: ' + repr(self.tags) + ' ' +\
7959
- '>'
7960
-
7961
- def to_dict(self):
7962
- return {
7963
- 'bind_interface': self.bind_interface,
7964
- 'connector_id': self.connector_id,
7965
- 'egress_filter': self.egress_filter,
7966
- 'healthy': self.healthy,
7967
- 'id': self.id,
7968
- 'identity_set_id': self.identity_set_id,
7969
- 'management_group_id': self.management_group_id,
7970
- 'name': self.name,
7971
- 'privilege_levels': self.privilege_levels,
7972
- 'proxy_cluster_id': self.proxy_cluster_id,
7973
- 'secret_store_id': self.secret_store_id,
7974
- 'subdomain': self.subdomain,
7975
- 'subscription_id': self.subscription_id,
7976
- 'tags': self.tags,
7977
- }
7978
-
7979
- @classmethod
7980
- def from_dict(cls, d):
7981
- return cls(
7982
- bind_interface=d.get('bind_interface'),
7983
- connector_id=d.get('connector_id'),
7984
- egress_filter=d.get('egress_filter'),
7985
- healthy=d.get('healthy'),
7986
- id=d.get('id'),
7987
- identity_set_id=d.get('identity_set_id'),
7988
- management_group_id=d.get('management_group_id'),
7989
- name=d.get('name'),
7990
- privilege_levels=d.get('privilege_levels'),
7991
- proxy_cluster_id=d.get('proxy_cluster_id'),
7992
- secret_store_id=d.get('secret_store_id'),
7993
- subdomain=d.get('subdomain'),
7994
- subscription_id=d.get('subscription_id'),
7995
- tags=d.get('tags'),
7996
- )
7997
-
7998
-
7999
7847
  class AzureMysql:
8000
7848
  __slots__ = [
8001
7849
  'bind_interface',
@@ -8039,7 +7887,7 @@ class AzureMysql:
8039
7887
  ):
8040
7888
  self.bind_interface = bind_interface if bind_interface is not None else ''
8041
7889
  '''
8042
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7890
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8043
7891
  '''
8044
7892
  self.database = database if database is not None else ''
8045
7893
  '''
@@ -8075,7 +7923,7 @@ class AzureMysql:
8075
7923
  '''
8076
7924
  self.port_override = port_override if port_override is not None else 0
8077
7925
  '''
8078
- The local port used by clients to connect to this resource.
7926
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
8079
7927
  '''
8080
7928
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
8081
7929
  '''
@@ -8218,7 +8066,7 @@ class AzureMysqlManagedIdentity:
8218
8066
  ):
8219
8067
  self.bind_interface = bind_interface if bind_interface is not None else ''
8220
8068
  '''
8221
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8069
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8222
8070
  '''
8223
8071
  self.database = database if database is not None else ''
8224
8072
  '''
@@ -8254,7 +8102,7 @@ class AzureMysqlManagedIdentity:
8254
8102
  '''
8255
8103
  self.port_override = port_override if port_override is not None else 0
8256
8104
  '''
8257
- The local port used by clients to connect to this resource.
8105
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
8258
8106
  '''
8259
8107
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
8260
8108
  '''
@@ -8386,7 +8234,7 @@ class AzurePostgres:
8386
8234
  ):
8387
8235
  self.bind_interface = bind_interface if bind_interface is not None else ''
8388
8236
  '''
8389
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8237
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8390
8238
  '''
8391
8239
  self.database = database if database is not None else ''
8392
8240
  '''
@@ -8426,7 +8274,7 @@ class AzurePostgres:
8426
8274
  '''
8427
8275
  self.port_override = port_override if port_override is not None else 0
8428
8276
  '''
8429
- The local port used by clients to connect to this resource.
8277
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
8430
8278
  '''
8431
8279
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
8432
8280
  '''
@@ -8554,7 +8402,7 @@ class AzurePostgresManagedIdentity:
8554
8402
  ):
8555
8403
  self.bind_interface = bind_interface if bind_interface is not None else ''
8556
8404
  '''
8557
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8405
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8558
8406
  '''
8559
8407
  self.database = database if database is not None else ''
8560
8408
  '''
@@ -8594,7 +8442,7 @@ class AzurePostgresManagedIdentity:
8594
8442
  '''
8595
8443
  self.port_override = port_override if port_override is not None else 0
8596
8444
  '''
8597
- The local port used by clients to connect to this resource.
8445
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
8598
8446
  '''
8599
8447
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
8600
8448
  '''
@@ -8783,7 +8631,7 @@ class BigQuery:
8783
8631
  ):
8784
8632
  self.bind_interface = bind_interface if bind_interface is not None else ''
8785
8633
  '''
8786
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8634
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8787
8635
  '''
8788
8636
  self.egress_filter = egress_filter if egress_filter is not None else ''
8789
8637
  '''
@@ -8807,7 +8655,7 @@ class BigQuery:
8807
8655
  '''
8808
8656
  self.port_override = port_override if port_override is not None else 0
8809
8657
  '''
8810
- The local port used by clients to connect to this resource.
8658
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
8811
8659
  '''
8812
8660
  self.private_key = private_key if private_key is not None else ''
8813
8661
  '''
@@ -8933,7 +8781,7 @@ class Cassandra:
8933
8781
  ):
8934
8782
  self.bind_interface = bind_interface if bind_interface is not None else ''
8935
8783
  '''
8936
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8784
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8937
8785
  '''
8938
8786
  self.egress_filter = egress_filter if egress_filter is not None else ''
8939
8787
  '''
@@ -8965,7 +8813,7 @@ class Cassandra:
8965
8813
  '''
8966
8814
  self.port_override = port_override if port_override is not None else 0
8967
8815
  '''
8968
- The local port used by clients to connect to this resource.
8816
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
8969
8817
  '''
8970
8818
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
8971
8819
  '''
@@ -9092,7 +8940,7 @@ class Citus:
9092
8940
  ):
9093
8941
  self.bind_interface = bind_interface if bind_interface is not None else ''
9094
8942
  '''
9095
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8943
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9096
8944
  '''
9097
8945
  self.database = database if database is not None else ''
9098
8946
  '''
@@ -9132,7 +8980,7 @@ class Citus:
9132
8980
  '''
9133
8981
  self.port_override = port_override if port_override is not None else 0
9134
8982
  '''
9135
- The local port used by clients to connect to this resource.
8983
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9136
8984
  '''
9137
8985
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
9138
8986
  '''
@@ -9252,7 +9100,7 @@ class ClickHouseHTTP:
9252
9100
  ):
9253
9101
  self.bind_interface = bind_interface if bind_interface is not None else ''
9254
9102
  '''
9255
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9103
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9256
9104
  '''
9257
9105
  self.database = database if database is not None else ''
9258
9106
  '''
@@ -9280,7 +9128,7 @@ class ClickHouseHTTP:
9280
9128
  '''
9281
9129
  self.port_override = port_override if port_override is not None else 0
9282
9130
  '''
9283
- The local port used by clients to connect to this resource.
9131
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9284
9132
  '''
9285
9133
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
9286
9134
  '''
@@ -9397,7 +9245,7 @@ class ClickHouseMySQL:
9397
9245
  ):
9398
9246
  self.bind_interface = bind_interface if bind_interface is not None else ''
9399
9247
  '''
9400
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9248
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9401
9249
  '''
9402
9250
  self.database = database if database is not None else ''
9403
9251
  '''
@@ -9433,7 +9281,7 @@ class ClickHouseMySQL:
9433
9281
  '''
9434
9282
  self.port_override = port_override if port_override is not None else 0
9435
9283
  '''
9436
- The local port used by clients to connect to this resource.
9284
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9437
9285
  '''
9438
9286
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
9439
9287
  '''
@@ -9563,7 +9411,7 @@ class ClickHouseTCP:
9563
9411
  ):
9564
9412
  self.bind_interface = bind_interface if bind_interface is not None else ''
9565
9413
  '''
9566
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9414
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9567
9415
  '''
9568
9416
  self.database = database if database is not None else ''
9569
9417
  '''
@@ -9599,7 +9447,7 @@ class ClickHouseTCP:
9599
9447
  '''
9600
9448
  self.port_override = port_override if port_override is not None else 0
9601
9449
  '''
9602
- The local port used by clients to connect to this resource.
9450
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9603
9451
  '''
9604
9452
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
9605
9453
  '''
@@ -9731,7 +9579,7 @@ class Clustrix:
9731
9579
  ):
9732
9580
  self.bind_interface = bind_interface if bind_interface is not None else ''
9733
9581
  '''
9734
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9582
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9735
9583
  '''
9736
9584
  self.database = database if database is not None else ''
9737
9585
  '''
@@ -9767,7 +9615,7 @@ class Clustrix:
9767
9615
  '''
9768
9616
  self.port_override = port_override if port_override is not None else 0
9769
9617
  '''
9770
- The local port used by clients to connect to this resource.
9618
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9771
9619
  '''
9772
9620
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
9773
9621
  '''
@@ -9906,7 +9754,7 @@ class Cockroach:
9906
9754
  ):
9907
9755
  self.bind_interface = bind_interface if bind_interface is not None else ''
9908
9756
  '''
9909
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9757
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9910
9758
  '''
9911
9759
  self.database = database if database is not None else ''
9912
9760
  '''
@@ -9946,7 +9794,7 @@ class Cockroach:
9946
9794
  '''
9947
9795
  self.port_override = port_override if port_override is not None else 0
9948
9796
  '''
9949
- The local port used by clients to connect to this resource.
9797
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9950
9798
  '''
9951
9799
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
9952
9800
  '''
@@ -10232,7 +10080,7 @@ class CouchbaseDatabase:
10232
10080
  ):
10233
10081
  self.bind_interface = bind_interface if bind_interface is not None else ''
10234
10082
  '''
10235
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10083
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10236
10084
  '''
10237
10085
  self.egress_filter = egress_filter if egress_filter is not None else ''
10238
10086
  '''
@@ -10268,7 +10116,7 @@ class CouchbaseDatabase:
10268
10116
  '''
10269
10117
  self.port_override = port_override if port_override is not None else 0
10270
10118
  '''
10271
- The local port used by clients to connect to this resource.
10119
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10272
10120
  '''
10273
10121
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
10274
10122
  '''
@@ -10392,7 +10240,7 @@ class CouchbaseWebUI:
10392
10240
  ):
10393
10241
  self.bind_interface = bind_interface if bind_interface is not None else ''
10394
10242
  '''
10395
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10243
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10396
10244
  '''
10397
10245
  self.egress_filter = egress_filter if egress_filter is not None else ''
10398
10246
  '''
@@ -10416,7 +10264,7 @@ class CouchbaseWebUI:
10416
10264
  '''
10417
10265
  self.port_override = port_override if port_override is not None else 0
10418
10266
  '''
10419
- The local port used by clients to connect to this resource.
10267
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10420
10268
  '''
10421
10269
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
10422
10270
  '''
@@ -10734,7 +10582,7 @@ class DB2I:
10734
10582
  ):
10735
10583
  self.bind_interface = bind_interface if bind_interface is not None else ''
10736
10584
  '''
10737
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10585
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10738
10586
  '''
10739
10587
  self.egress_filter = egress_filter if egress_filter is not None else ''
10740
10588
  '''
@@ -10766,7 +10614,7 @@ class DB2I:
10766
10614
  '''
10767
10615
  self.port_override = port_override if port_override is not None else 0
10768
10616
  '''
10769
- The local port used by clients to connect to this resource.
10617
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10770
10618
  '''
10771
10619
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
10772
10620
  '''
@@ -10893,7 +10741,7 @@ class DB2LUW:
10893
10741
  ):
10894
10742
  self.bind_interface = bind_interface if bind_interface is not None else ''
10895
10743
  '''
10896
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10744
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10897
10745
  '''
10898
10746
  self.database = database if database is not None else ''
10899
10747
  '''
@@ -10929,7 +10777,7 @@ class DB2LUW:
10929
10777
  '''
10930
10778
  self.port_override = port_override if port_override is not None else 0
10931
10779
  '''
10932
- The local port used by clients to connect to this resource.
10780
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10933
10781
  '''
10934
10782
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
10935
10783
  '''
@@ -11149,7 +10997,7 @@ class DocumentDBHost:
11149
10997
  '''
11150
10998
  self.bind_interface = bind_interface if bind_interface is not None else ''
11151
10999
  '''
11152
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11000
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11153
11001
  '''
11154
11002
  self.egress_filter = egress_filter if egress_filter is not None else ''
11155
11003
  '''
@@ -11181,7 +11029,7 @@ class DocumentDBHost:
11181
11029
  '''
11182
11030
  self.port_override = port_override if port_override is not None else 0
11183
11031
  '''
11184
- The local port used by clients to connect to this resource.
11032
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11185
11033
  '''
11186
11034
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
11187
11035
  '''
@@ -11298,7 +11146,7 @@ class DocumentDBHostIAM:
11298
11146
  ):
11299
11147
  self.bind_interface = bind_interface if bind_interface is not None else ''
11300
11148
  '''
11301
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11149
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11302
11150
  '''
11303
11151
  self.egress_filter = egress_filter if egress_filter is not None else ''
11304
11152
  '''
@@ -11326,7 +11174,7 @@ class DocumentDBHostIAM:
11326
11174
  '''
11327
11175
  self.port_override = port_override if port_override is not None else 0
11328
11176
  '''
11329
- The local port used by clients to connect to this resource.
11177
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11330
11178
  '''
11331
11179
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
11332
11180
  '''
@@ -11447,7 +11295,7 @@ class DocumentDBReplicaSet:
11447
11295
  '''
11448
11296
  self.bind_interface = bind_interface if bind_interface is not None else ''
11449
11297
  '''
11450
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11298
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11451
11299
  '''
11452
11300
  self.connect_to_replica = connect_to_replica if connect_to_replica is not None else False
11453
11301
  '''
@@ -11479,7 +11327,7 @@ class DocumentDBReplicaSet:
11479
11327
  '''
11480
11328
  self.port_override = port_override if port_override is not None else 0
11481
11329
  '''
11482
- The local port used by clients to connect to this resource.
11330
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11483
11331
  '''
11484
11332
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
11485
11333
  '''
@@ -11607,7 +11455,7 @@ class DocumentDBReplicaSetIAM:
11607
11455
  ):
11608
11456
  self.bind_interface = bind_interface if bind_interface is not None else ''
11609
11457
  '''
11610
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11458
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11611
11459
  '''
11612
11460
  self.connect_to_replica = connect_to_replica if connect_to_replica is not None else False
11613
11461
  '''
@@ -11635,7 +11483,7 @@ class DocumentDBReplicaSetIAM:
11635
11483
  '''
11636
11484
  self.port_override = port_override if port_override is not None else 0
11637
11485
  '''
11638
- The local port used by clients to connect to this resource.
11486
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11639
11487
  '''
11640
11488
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
11641
11489
  '''
@@ -11748,7 +11596,7 @@ class Druid:
11748
11596
  ):
11749
11597
  self.bind_interface = bind_interface if bind_interface is not None else ''
11750
11598
  '''
11751
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11599
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11752
11600
  '''
11753
11601
  self.egress_filter = egress_filter if egress_filter is not None else ''
11754
11602
  '''
@@ -11780,7 +11628,7 @@ class Druid:
11780
11628
  '''
11781
11629
  self.port_override = port_override if port_override is not None else 0
11782
11630
  '''
11783
- The local port used by clients to connect to this resource.
11631
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11784
11632
  '''
11785
11633
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
11786
11634
  '''
@@ -11904,7 +11752,7 @@ class DynamoDB:
11904
11752
  '''
11905
11753
  self.bind_interface = bind_interface if bind_interface is not None else ''
11906
11754
  '''
11907
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11755
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11908
11756
  '''
11909
11757
  self.egress_filter = egress_filter if egress_filter is not None else ''
11910
11758
  '''
@@ -11928,7 +11776,7 @@ class DynamoDB:
11928
11776
  '''
11929
11777
  self.port_override = port_override if port_override is not None else 0
11930
11778
  '''
11931
- The local port used by clients to connect to this resource.
11779
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11932
11780
  '''
11933
11781
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
11934
11782
  '''
@@ -12062,7 +11910,7 @@ class DynamoDBIAM:
12062
11910
  ):
12063
11911
  self.bind_interface = bind_interface if bind_interface is not None else ''
12064
11912
  '''
12065
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11913
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12066
11914
  '''
12067
11915
  self.egress_filter = egress_filter if egress_filter is not None else ''
12068
11916
  '''
@@ -12086,7 +11934,7 @@ class DynamoDBIAM:
12086
11934
  '''
12087
11935
  self.port_override = port_override if port_override is not None else 0
12088
11936
  '''
12089
- The local port used by clients to connect to this resource.
11937
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12090
11938
  '''
12091
11939
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
12092
11940
  '''
@@ -12212,7 +12060,7 @@ class Elastic:
12212
12060
  ):
12213
12061
  self.bind_interface = bind_interface if bind_interface is not None else ''
12214
12062
  '''
12215
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12063
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12216
12064
  '''
12217
12065
  self.egress_filter = egress_filter if egress_filter is not None else ''
12218
12066
  '''
@@ -12244,7 +12092,7 @@ class Elastic:
12244
12092
  '''
12245
12093
  self.port_override = port_override if port_override is not None else 0
12246
12094
  '''
12247
- The local port used by clients to connect to this resource.
12095
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12248
12096
  '''
12249
12097
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
12250
12098
  '''
@@ -12369,7 +12217,7 @@ class ElasticacheRedis:
12369
12217
  ):
12370
12218
  self.bind_interface = bind_interface if bind_interface is not None else ''
12371
12219
  '''
12372
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12220
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12373
12221
  '''
12374
12222
  self.egress_filter = egress_filter if egress_filter is not None else ''
12375
12223
  '''
@@ -12401,7 +12249,7 @@ class ElasticacheRedis:
12401
12249
  '''
12402
12250
  self.port_override = port_override if port_override is not None else 0
12403
12251
  '''
12404
- The local port used by clients to connect to this resource.
12252
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12405
12253
  '''
12406
12254
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
12407
12255
  '''
@@ -12487,6 +12335,185 @@ class ElasticacheRedis:
12487
12335
  )
12488
12336
 
12489
12337
 
12338
+ class EntraID:
12339
+ '''
12340
+ EntraID is currently unstable, and its API may change, or it may be removed,
12341
+ without a major version bump.
12342
+ '''
12343
+ __slots__ = [
12344
+ 'bind_interface',
12345
+ 'discovery_enabled',
12346
+ 'egress_filter',
12347
+ 'group_names',
12348
+ 'healthy',
12349
+ 'id',
12350
+ 'identity_set_id',
12351
+ 'management_group_id',
12352
+ 'name',
12353
+ 'privilege_levels',
12354
+ 'proxy_cluster_id',
12355
+ 'resource_group_id',
12356
+ 'secret_store_id',
12357
+ 'subdomain',
12358
+ 'subscription_id',
12359
+ 'tags',
12360
+ 'tenant_id',
12361
+ ]
12362
+
12363
+ def __init__(
12364
+ self,
12365
+ bind_interface=None,
12366
+ discovery_enabled=None,
12367
+ egress_filter=None,
12368
+ group_names=None,
12369
+ healthy=None,
12370
+ id=None,
12371
+ identity_set_id=None,
12372
+ management_group_id=None,
12373
+ name=None,
12374
+ privilege_levels=None,
12375
+ proxy_cluster_id=None,
12376
+ resource_group_id=None,
12377
+ secret_store_id=None,
12378
+ subdomain=None,
12379
+ subscription_id=None,
12380
+ tags=None,
12381
+ tenant_id=None,
12382
+ ):
12383
+ self.bind_interface = bind_interface if bind_interface is not None else ''
12384
+ '''
12385
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12386
+ '''
12387
+ self.discovery_enabled = discovery_enabled if discovery_enabled is not None else False
12388
+ '''
12389
+ If true, configures discovery of the tenant to be run from a node.
12390
+ '''
12391
+ self.egress_filter = egress_filter if egress_filter is not None else ''
12392
+ '''
12393
+ A filter applied to the routing logic to pin datasource to nodes.
12394
+ '''
12395
+ self.group_names = group_names if group_names is not None else ''
12396
+ '''
12397
+ comma separated list of group names to filter by. Supports wildcards (*)
12398
+ '''
12399
+ self.healthy = healthy if healthy is not None else False
12400
+ '''
12401
+ True if the datasource is reachable and the credentials are valid.
12402
+ '''
12403
+ self.id = id if id is not None else ''
12404
+ '''
12405
+ Unique identifier of the Resource.
12406
+ '''
12407
+ self.identity_set_id = identity_set_id if identity_set_id is not None else ''
12408
+ '''
12409
+ The ID of the identity set to use for identity connections.
12410
+ '''
12411
+ self.management_group_id = management_group_id if management_group_id is not None else ''
12412
+ '''
12413
+ The management group ID to authenticate scope Privileges to.
12414
+ '''
12415
+ self.name = name if name is not None else ''
12416
+ '''
12417
+ Unique human-readable name of the Resource.
12418
+ '''
12419
+ self.privilege_levels = privilege_levels if privilege_levels is not None else ''
12420
+ '''
12421
+ The privilege levels specify which Groups are managed externally
12422
+ '''
12423
+ self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
12424
+ '''
12425
+ ID of the proxy cluster for this resource, if any.
12426
+ '''
12427
+ self.resource_group_id = resource_group_id if resource_group_id is not None else ''
12428
+ '''
12429
+ filters discovered groups to the specified Resource Group
12430
+ '''
12431
+ self.secret_store_id = secret_store_id if secret_store_id is not None else ''
12432
+ '''
12433
+ ID of the secret store containing credentials for this resource, if any.
12434
+ '''
12435
+ self.subdomain = subdomain if subdomain is not None else ''
12436
+ '''
12437
+ Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
12438
+ '''
12439
+ self.subscription_id = subscription_id if subscription_id is not None else ''
12440
+ '''
12441
+ The subscription ID to authenticate scope Privileges to.
12442
+ '''
12443
+ self.tags = tags if tags is not None else _porcelain_zero_value_tags()
12444
+ '''
12445
+ Tags is a map of key, value pairs.
12446
+ '''
12447
+ self.tenant_id = tenant_id if tenant_id is not None else ''
12448
+ '''
12449
+ The connector ID to authenticate through.
12450
+ '''
12451
+
12452
+ def __repr__(self):
12453
+ return '<sdm.EntraID ' + \
12454
+ 'bind_interface: ' + repr(self.bind_interface) + ' ' +\
12455
+ 'discovery_enabled: ' + repr(self.discovery_enabled) + ' ' +\
12456
+ 'egress_filter: ' + repr(self.egress_filter) + ' ' +\
12457
+ 'group_names: ' + repr(self.group_names) + ' ' +\
12458
+ 'healthy: ' + repr(self.healthy) + ' ' +\
12459
+ 'id: ' + repr(self.id) + ' ' +\
12460
+ 'identity_set_id: ' + repr(self.identity_set_id) + ' ' +\
12461
+ 'management_group_id: ' + repr(self.management_group_id) + ' ' +\
12462
+ 'name: ' + repr(self.name) + ' ' +\
12463
+ 'privilege_levels: ' + repr(self.privilege_levels) + ' ' +\
12464
+ 'proxy_cluster_id: ' + repr(self.proxy_cluster_id) + ' ' +\
12465
+ 'resource_group_id: ' + repr(self.resource_group_id) + ' ' +\
12466
+ 'secret_store_id: ' + repr(self.secret_store_id) + ' ' +\
12467
+ 'subdomain: ' + repr(self.subdomain) + ' ' +\
12468
+ 'subscription_id: ' + repr(self.subscription_id) + ' ' +\
12469
+ 'tags: ' + repr(self.tags) + ' ' +\
12470
+ 'tenant_id: ' + repr(self.tenant_id) + ' ' +\
12471
+ '>'
12472
+
12473
+ def to_dict(self):
12474
+ return {
12475
+ 'bind_interface': self.bind_interface,
12476
+ 'discovery_enabled': self.discovery_enabled,
12477
+ 'egress_filter': self.egress_filter,
12478
+ 'group_names': self.group_names,
12479
+ 'healthy': self.healthy,
12480
+ 'id': self.id,
12481
+ 'identity_set_id': self.identity_set_id,
12482
+ 'management_group_id': self.management_group_id,
12483
+ 'name': self.name,
12484
+ 'privilege_levels': self.privilege_levels,
12485
+ 'proxy_cluster_id': self.proxy_cluster_id,
12486
+ 'resource_group_id': self.resource_group_id,
12487
+ 'secret_store_id': self.secret_store_id,
12488
+ 'subdomain': self.subdomain,
12489
+ 'subscription_id': self.subscription_id,
12490
+ 'tags': self.tags,
12491
+ 'tenant_id': self.tenant_id,
12492
+ }
12493
+
12494
+ @classmethod
12495
+ def from_dict(cls, d):
12496
+ return cls(
12497
+ bind_interface=d.get('bind_interface'),
12498
+ discovery_enabled=d.get('discovery_enabled'),
12499
+ egress_filter=d.get('egress_filter'),
12500
+ group_names=d.get('group_names'),
12501
+ healthy=d.get('healthy'),
12502
+ id=d.get('id'),
12503
+ identity_set_id=d.get('identity_set_id'),
12504
+ management_group_id=d.get('management_group_id'),
12505
+ name=d.get('name'),
12506
+ privilege_levels=d.get('privilege_levels'),
12507
+ proxy_cluster_id=d.get('proxy_cluster_id'),
12508
+ resource_group_id=d.get('resource_group_id'),
12509
+ secret_store_id=d.get('secret_store_id'),
12510
+ subdomain=d.get('subdomain'),
12511
+ subscription_id=d.get('subscription_id'),
12512
+ tags=d.get('tags'),
12513
+ tenant_id=d.get('tenant_id'),
12514
+ )
12515
+
12516
+
12490
12517
  class GCP:
12491
12518
  __slots__ = [
12492
12519
  'bind_interface',
@@ -12520,7 +12547,7 @@ class GCP:
12520
12547
  ):
12521
12548
  self.bind_interface = bind_interface if bind_interface is not None else ''
12522
12549
  '''
12523
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12550
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12524
12551
  '''
12525
12552
  self.egress_filter = egress_filter if egress_filter is not None else ''
12526
12553
  '''
@@ -12544,7 +12571,7 @@ class GCP:
12544
12571
  '''
12545
12572
  self.port_override = port_override if port_override is not None else 0
12546
12573
  '''
12547
- The local port used by clients to connect to this resource.
12574
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12548
12575
  '''
12549
12576
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
12550
12577
  '''
@@ -12750,7 +12777,7 @@ class GCPConsole:
12750
12777
  ):
12751
12778
  self.bind_interface = bind_interface if bind_interface is not None else ''
12752
12779
  '''
12753
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12780
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12754
12781
  '''
12755
12782
  self.egress_filter = egress_filter if egress_filter is not None else ''
12756
12783
  '''
@@ -12778,7 +12805,7 @@ class GCPConsole:
12778
12805
  '''
12779
12806
  self.port_override = port_override if port_override is not None else 0
12780
12807
  '''
12781
- The local port used by clients to connect to this resource.
12808
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12782
12809
  '''
12783
12810
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
12784
12811
  '''
@@ -12971,7 +12998,7 @@ class GCPWIF:
12971
12998
  ):
12972
12999
  self.bind_interface = bind_interface if bind_interface is not None else ''
12973
13000
  '''
12974
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13001
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12975
13002
  '''
12976
13003
  self.egress_filter = egress_filter if egress_filter is not None else ''
12977
13004
  '''
@@ -12999,7 +13026,7 @@ class GCPWIF:
12999
13026
  '''
13000
13027
  self.port_override = port_override if port_override is not None else 0
13001
13028
  '''
13002
- The local port used by clients to connect to this resource.
13029
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13003
13030
  '''
13004
13031
  self.project_id = project_id if project_id is not None else ''
13005
13032
  '''
@@ -13399,7 +13426,7 @@ class GoogleGKE:
13399
13426
  '''
13400
13427
  self.bind_interface = bind_interface if bind_interface is not None else ''
13401
13428
  '''
13402
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13429
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13403
13430
  '''
13404
13431
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
13405
13432
  '''
@@ -13448,7 +13475,7 @@ class GoogleGKE:
13448
13475
  '''
13449
13476
  self.port_override = port_override if port_override is not None else 0
13450
13477
  '''
13451
- The local port used by clients to connect to this resource.
13478
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13452
13479
  '''
13453
13480
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
13454
13481
  '''
@@ -13584,7 +13611,7 @@ class GoogleGKEUserImpersonation:
13584
13611
  ):
13585
13612
  self.bind_interface = bind_interface if bind_interface is not None else ''
13586
13613
  '''
13587
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13614
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13588
13615
  '''
13589
13616
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
13590
13617
  '''
@@ -13616,7 +13643,7 @@ class GoogleGKEUserImpersonation:
13616
13643
  '''
13617
13644
  self.port_override = port_override if port_override is not None else 0
13618
13645
  '''
13619
- The local port used by clients to connect to this resource.
13646
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13620
13647
  '''
13621
13648
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
13622
13649
  '''
@@ -13736,7 +13763,7 @@ class Greenplum:
13736
13763
  ):
13737
13764
  self.bind_interface = bind_interface if bind_interface is not None else ''
13738
13765
  '''
13739
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13766
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13740
13767
  '''
13741
13768
  self.database = database if database is not None else ''
13742
13769
  '''
@@ -13776,7 +13803,7 @@ class Greenplum:
13776
13803
  '''
13777
13804
  self.port_override = port_override if port_override is not None else 0
13778
13805
  '''
13779
- The local port used by clients to connect to this resource.
13806
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13780
13807
  '''
13781
13808
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
13782
13809
  '''
@@ -13906,7 +13933,7 @@ class HTTPAuth:
13906
13933
  '''
13907
13934
  self.bind_interface = bind_interface if bind_interface is not None else ''
13908
13935
  '''
13909
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13936
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13910
13937
  '''
13911
13938
  self.default_path = default_path if default_path is not None else ''
13912
13939
  '''
@@ -13942,7 +13969,7 @@ class HTTPAuth:
13942
13969
  '''
13943
13970
  self.port_override = port_override if port_override is not None else 0
13944
13971
  '''
13945
- The local port used by clients to connect to this resource.
13972
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13946
13973
  '''
13947
13974
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
13948
13975
  '''
@@ -14070,7 +14097,7 @@ class HTTPBasicAuth:
14070
14097
  ):
14071
14098
  self.bind_interface = bind_interface if bind_interface is not None else ''
14072
14099
  '''
14073
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14100
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14074
14101
  '''
14075
14102
  self.default_path = default_path if default_path is not None else ''
14076
14103
  '''
@@ -14110,7 +14137,7 @@ class HTTPBasicAuth:
14110
14137
  '''
14111
14138
  self.port_override = port_override if port_override is not None else 0
14112
14139
  '''
14113
- The local port used by clients to connect to this resource.
14140
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14114
14141
  '''
14115
14142
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
14116
14143
  '''
@@ -14241,7 +14268,7 @@ class HTTPNoAuth:
14241
14268
  ):
14242
14269
  self.bind_interface = bind_interface if bind_interface is not None else ''
14243
14270
  '''
14244
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14271
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14245
14272
  '''
14246
14273
  self.default_path = default_path if default_path is not None else ''
14247
14274
  '''
@@ -14277,7 +14304,7 @@ class HTTPNoAuth:
14277
14304
  '''
14278
14305
  self.port_override = port_override if port_override is not None else 0
14279
14306
  '''
14280
- The local port used by clients to connect to this resource.
14307
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14281
14308
  '''
14282
14309
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
14283
14310
  '''
@@ -15664,7 +15691,7 @@ class Kubernetes:
15664
15691
  '''
15665
15692
  self.bind_interface = bind_interface if bind_interface is not None else ''
15666
15693
  '''
15667
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
15694
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
15668
15695
  '''
15669
15696
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
15670
15697
  '''
@@ -15725,7 +15752,7 @@ class Kubernetes:
15725
15752
  '''
15726
15753
  self.port_override = port_override if port_override is not None else 0
15727
15754
  '''
15728
- The local port used by clients to connect to this resource.
15755
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
15729
15756
  '''
15730
15757
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
15731
15758
  '''
@@ -15866,7 +15893,7 @@ class KubernetesBasicAuth:
15866
15893
  ):
15867
15894
  self.bind_interface = bind_interface if bind_interface is not None else ''
15868
15895
  '''
15869
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
15896
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
15870
15897
  '''
15871
15898
  self.egress_filter = egress_filter if egress_filter is not None else ''
15872
15899
  '''
@@ -15902,7 +15929,7 @@ class KubernetesBasicAuth:
15902
15929
  '''
15903
15930
  self.port_override = port_override if port_override is not None else 0
15904
15931
  '''
15905
- The local port used by clients to connect to this resource.
15932
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
15906
15933
  '''
15907
15934
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
15908
15935
  '''
@@ -16032,7 +16059,7 @@ class KubernetesPodIdentity:
16032
16059
  '''
16033
16060
  self.bind_interface = bind_interface if bind_interface is not None else ''
16034
16061
  '''
16035
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
16062
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
16036
16063
  '''
16037
16064
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
16038
16065
  '''
@@ -16077,7 +16104,7 @@ class KubernetesPodIdentity:
16077
16104
  '''
16078
16105
  self.port_override = port_override if port_override is not None else 0
16079
16106
  '''
16080
- The local port used by clients to connect to this resource.
16107
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
16081
16108
  '''
16082
16109
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
16083
16110
  '''
@@ -16215,7 +16242,7 @@ class KubernetesServiceAccount:
16215
16242
  '''
16216
16243
  self.bind_interface = bind_interface if bind_interface is not None else ''
16217
16244
  '''
16218
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
16245
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
16219
16246
  '''
16220
16247
  self.discovery_enabled = discovery_enabled if discovery_enabled is not None else False
16221
16248
  '''
@@ -16264,7 +16291,7 @@ class KubernetesServiceAccount:
16264
16291
  '''
16265
16292
  self.port_override = port_override if port_override is not None else 0
16266
16293
  '''
16267
- The local port used by clients to connect to this resource.
16294
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
16268
16295
  '''
16269
16296
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
16270
16297
  '''
@@ -16400,7 +16427,7 @@ class KubernetesServiceAccountUserImpersonation:
16400
16427
  ):
16401
16428
  self.bind_interface = bind_interface if bind_interface is not None else ''
16402
16429
  '''
16403
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
16430
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
16404
16431
  '''
16405
16432
  self.egress_filter = egress_filter if egress_filter is not None else ''
16406
16433
  '''
@@ -16432,7 +16459,7 @@ class KubernetesServiceAccountUserImpersonation:
16432
16459
  '''
16433
16460
  self.port_override = port_override if port_override is not None else 0
16434
16461
  '''
16435
- The local port used by clients to connect to this resource.
16462
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
16436
16463
  '''
16437
16464
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
16438
16465
  '''
@@ -16555,7 +16582,7 @@ class KubernetesUserImpersonation:
16555
16582
  ):
16556
16583
  self.bind_interface = bind_interface if bind_interface is not None else ''
16557
16584
  '''
16558
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
16585
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
16559
16586
  '''
16560
16587
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
16561
16588
  '''
@@ -16599,7 +16626,7 @@ class KubernetesUserImpersonation:
16599
16626
  '''
16600
16627
  self.port_override = port_override if port_override is not None else 0
16601
16628
  '''
16602
- The local port used by clients to connect to this resource.
16629
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
16603
16630
  '''
16604
16631
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
16605
16632
  '''
@@ -16861,7 +16888,7 @@ class MTLSMysql:
16861
16888
  ):
16862
16889
  self.bind_interface = bind_interface if bind_interface is not None else ''
16863
16890
  '''
16864
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
16891
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
16865
16892
  '''
16866
16893
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
16867
16894
  '''
@@ -16909,7 +16936,7 @@ class MTLSMysql:
16909
16936
  '''
16910
16937
  self.port_override = port_override if port_override is not None else 0
16911
16938
  '''
16912
- The local port used by clients to connect to this resource.
16939
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
16913
16940
  '''
16914
16941
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
16915
16942
  '''
@@ -17072,7 +17099,7 @@ class MTLSPostgres:
17072
17099
  ):
17073
17100
  self.bind_interface = bind_interface if bind_interface is not None else ''
17074
17101
  '''
17075
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
17102
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
17076
17103
  '''
17077
17104
  self.certificate_authority = certificate_authority if certificate_authority is not None else ''
17078
17105
  '''
@@ -17124,7 +17151,7 @@ class MTLSPostgres:
17124
17151
  '''
17125
17152
  self.port_override = port_override if port_override is not None else 0
17126
17153
  '''
17127
- The local port used by clients to connect to this resource.
17154
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
17128
17155
  '''
17129
17156
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
17130
17157
  '''
@@ -18325,7 +18352,7 @@ class Maria:
18325
18352
  ):
18326
18353
  self.bind_interface = bind_interface if bind_interface is not None else ''
18327
18354
  '''
18328
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
18355
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
18329
18356
  '''
18330
18357
  self.database = database if database is not None else ''
18331
18358
  '''
@@ -18361,7 +18388,7 @@ class Maria:
18361
18388
  '''
18362
18389
  self.port_override = port_override if port_override is not None else 0
18363
18390
  '''
18364
- The local port used by clients to connect to this resource.
18391
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
18365
18392
  '''
18366
18393
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
18367
18394
  '''
@@ -18492,7 +18519,7 @@ class Memcached:
18492
18519
  ):
18493
18520
  self.bind_interface = bind_interface if bind_interface is not None else ''
18494
18521
  '''
18495
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
18522
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
18496
18523
  '''
18497
18524
  self.egress_filter = egress_filter if egress_filter is not None else ''
18498
18525
  '''
@@ -18520,7 +18547,7 @@ class Memcached:
18520
18547
  '''
18521
18548
  self.port_override = port_override if port_override is not None else 0
18522
18549
  '''
18523
- The local port used by clients to connect to this resource.
18550
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
18524
18551
  '''
18525
18552
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
18526
18553
  '''
@@ -18632,7 +18659,7 @@ class Memsql:
18632
18659
  ):
18633
18660
  self.bind_interface = bind_interface if bind_interface is not None else ''
18634
18661
  '''
18635
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
18662
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
18636
18663
  '''
18637
18664
  self.database = database if database is not None else ''
18638
18665
  '''
@@ -18668,7 +18695,7 @@ class Memsql:
18668
18695
  '''
18669
18696
  self.port_override = port_override if port_override is not None else 0
18670
18697
  '''
18671
- The local port used by clients to connect to this resource.
18698
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
18672
18699
  '''
18673
18700
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
18674
18701
  '''
@@ -18811,7 +18838,7 @@ class MongoHost:
18811
18838
  '''
18812
18839
  self.bind_interface = bind_interface if bind_interface is not None else ''
18813
18840
  '''
18814
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
18841
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
18815
18842
  '''
18816
18843
  self.egress_filter = egress_filter if egress_filter is not None else ''
18817
18844
  '''
@@ -18843,7 +18870,7 @@ class MongoHost:
18843
18870
  '''
18844
18871
  self.port_override = port_override if port_override is not None else 0
18845
18872
  '''
18846
- The local port used by clients to connect to this resource.
18873
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
18847
18874
  '''
18848
18875
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
18849
18876
  '''
@@ -18981,7 +19008,7 @@ class MongoLegacyHost:
18981
19008
  '''
18982
19009
  self.bind_interface = bind_interface if bind_interface is not None else ''
18983
19010
  '''
18984
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
19011
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
18985
19012
  '''
18986
19013
  self.egress_filter = egress_filter if egress_filter is not None else ''
18987
19014
  '''
@@ -19013,7 +19040,7 @@ class MongoLegacyHost:
19013
19040
  '''
19014
19041
  self.port_override = port_override if port_override is not None else 0
19015
19042
  '''
19016
- The local port used by clients to connect to this resource.
19043
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
19017
19044
  '''
19018
19045
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
19019
19046
  '''
@@ -19155,7 +19182,7 @@ class MongoLegacyReplicaset:
19155
19182
  '''
19156
19183
  self.bind_interface = bind_interface if bind_interface is not None else ''
19157
19184
  '''
19158
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
19185
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
19159
19186
  '''
19160
19187
  self.connect_to_replica = connect_to_replica if connect_to_replica is not None else False
19161
19188
  '''
@@ -19191,7 +19218,7 @@ class MongoLegacyReplicaset:
19191
19218
  '''
19192
19219
  self.port_override = port_override if port_override is not None else 0
19193
19220
  '''
19194
- The local port used by clients to connect to this resource.
19221
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
19195
19222
  '''
19196
19223
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
19197
19224
  '''
@@ -19339,7 +19366,7 @@ class MongoReplicaSet:
19339
19366
  '''
19340
19367
  self.bind_interface = bind_interface if bind_interface is not None else ''
19341
19368
  '''
19342
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
19369
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
19343
19370
  '''
19344
19371
  self.connect_to_replica = connect_to_replica if connect_to_replica is not None else False
19345
19372
  '''
@@ -19375,7 +19402,7 @@ class MongoReplicaSet:
19375
19402
  '''
19376
19403
  self.port_override = port_override if port_override is not None else 0
19377
19404
  '''
19378
- The local port used by clients to connect to this resource.
19405
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
19379
19406
  '''
19380
19407
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
19381
19408
  '''
@@ -19517,7 +19544,7 @@ class MongoShardedCluster:
19517
19544
  '''
19518
19545
  self.bind_interface = bind_interface if bind_interface is not None else ''
19519
19546
  '''
19520
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
19547
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
19521
19548
  '''
19522
19549
  self.egress_filter = egress_filter if egress_filter is not None else ''
19523
19550
  '''
@@ -19545,7 +19572,7 @@ class MongoShardedCluster:
19545
19572
  '''
19546
19573
  self.port_override = port_override if port_override is not None else 0
19547
19574
  '''
19548
- The local port used by clients to connect to this resource.
19575
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
19549
19576
  '''
19550
19577
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
19551
19578
  '''
@@ -19674,7 +19701,7 @@ class Mysql:
19674
19701
  ):
19675
19702
  self.bind_interface = bind_interface if bind_interface is not None else ''
19676
19703
  '''
19677
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
19704
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
19678
19705
  '''
19679
19706
  self.database = database if database is not None else ''
19680
19707
  '''
@@ -19710,7 +19737,7 @@ class Mysql:
19710
19737
  '''
19711
19738
  self.port_override = port_override if port_override is not None else 0
19712
19739
  '''
19713
- The local port used by clients to connect to this resource.
19740
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
19714
19741
  '''
19715
19742
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
19716
19743
  '''
@@ -19841,7 +19868,7 @@ class Neptune:
19841
19868
  ):
19842
19869
  self.bind_interface = bind_interface if bind_interface is not None else ''
19843
19870
  '''
19844
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
19871
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
19845
19872
  '''
19846
19873
  self.egress_filter = egress_filter if egress_filter is not None else ''
19847
19874
  '''
@@ -19869,7 +19896,7 @@ class Neptune:
19869
19896
  '''
19870
19897
  self.port_override = port_override if port_override is not None else 0
19871
19898
  '''
19872
- The local port used by clients to connect to this resource.
19899
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
19873
19900
  '''
19874
19901
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
19875
19902
  '''
@@ -19985,7 +20012,7 @@ class NeptuneIAM:
19985
20012
  '''
19986
20013
  self.bind_interface = bind_interface if bind_interface is not None else ''
19987
20014
  '''
19988
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
20015
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
19989
20016
  '''
19990
20017
  self.egress_filter = egress_filter if egress_filter is not None else ''
19991
20018
  '''
@@ -20013,7 +20040,7 @@ class NeptuneIAM:
20013
20040
  '''
20014
20041
  self.port_override = port_override if port_override is not None else 0
20015
20042
  '''
20016
- The local port used by clients to connect to this resource.
20043
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
20017
20044
  '''
20018
20045
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
20019
20046
  '''
@@ -20477,7 +20504,7 @@ class Oracle:
20477
20504
  ):
20478
20505
  self.bind_interface = bind_interface if bind_interface is not None else ''
20479
20506
  '''
20480
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
20507
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
20481
20508
  '''
20482
20509
  self.database = database if database is not None else ''
20483
20510
  '''
@@ -20513,7 +20540,7 @@ class Oracle:
20513
20540
  '''
20514
20541
  self.port_override = port_override if port_override is not None else 0
20515
20542
  '''
20516
- The local port used by clients to connect to this resource.
20543
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
20517
20544
  '''
20518
20545
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
20519
20546
  '''
@@ -20641,7 +20668,7 @@ class OracleNNE:
20641
20668
  ):
20642
20669
  self.bind_interface = bind_interface if bind_interface is not None else ''
20643
20670
  '''
20644
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
20671
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
20645
20672
  '''
20646
20673
  self.database = database if database is not None else ''
20647
20674
  '''
@@ -20677,7 +20704,7 @@ class OracleNNE:
20677
20704
  '''
20678
20705
  self.port_override = port_override if port_override is not None else 0
20679
20706
  '''
20680
- The local port used by clients to connect to this resource.
20707
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
20681
20708
  '''
20682
20709
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
20683
20710
  '''
@@ -22285,7 +22312,7 @@ class Postgres:
22285
22312
  ):
22286
22313
  self.bind_interface = bind_interface if bind_interface is not None else ''
22287
22314
  '''
22288
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
22315
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
22289
22316
  '''
22290
22317
  self.database = database if database is not None else ''
22291
22318
  '''
@@ -22325,7 +22352,7 @@ class Postgres:
22325
22352
  '''
22326
22353
  self.port_override = port_override if port_override is not None else 0
22327
22354
  '''
22328
- The local port used by clients to connect to this resource.
22355
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
22329
22356
  '''
22330
22357
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
22331
22358
  '''
@@ -22451,7 +22478,7 @@ class Presto:
22451
22478
  ):
22452
22479
  self.bind_interface = bind_interface if bind_interface is not None else ''
22453
22480
  '''
22454
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
22481
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
22455
22482
  '''
22456
22483
  self.database = database if database is not None else ''
22457
22484
  '''
@@ -22487,7 +22514,7 @@ class Presto:
22487
22514
  '''
22488
22515
  self.port_override = port_override if port_override is not None else 0
22489
22516
  '''
22490
- The local port used by clients to connect to this resource.
22517
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
22491
22518
  '''
22492
22519
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
22493
22520
  '''
@@ -23394,7 +23421,7 @@ class RDP:
23394
23421
  ):
23395
23422
  self.bind_interface = bind_interface if bind_interface is not None else ''
23396
23423
  '''
23397
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
23424
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
23398
23425
  '''
23399
23426
  self.downgrade_nla_connections = downgrade_nla_connections if downgrade_nla_connections is not None else False
23400
23427
  '''
@@ -23434,7 +23461,7 @@ class RDP:
23434
23461
  '''
23435
23462
  self.port_override = port_override if port_override is not None else 0
23436
23463
  '''
23437
- The local port used by clients to connect to this resource.
23464
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
23438
23465
  '''
23439
23466
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
23440
23467
  '''
@@ -23534,6 +23561,7 @@ class RDPCert:
23534
23561
  'port_override',
23535
23562
  'proxy_cluster_id',
23536
23563
  'secret_store_id',
23564
+ 'sid',
23537
23565
  'subdomain',
23538
23566
  'tags',
23539
23567
  'username',
@@ -23554,13 +23582,14 @@ class RDPCert:
23554
23582
  port_override=None,
23555
23583
  proxy_cluster_id=None,
23556
23584
  secret_store_id=None,
23585
+ sid=None,
23557
23586
  subdomain=None,
23558
23587
  tags=None,
23559
23588
  username=None,
23560
23589
  ):
23561
23590
  self.bind_interface = bind_interface if bind_interface is not None else ''
23562
23591
  '''
23563
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
23592
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
23564
23593
  '''
23565
23594
  self.egress_filter = egress_filter if egress_filter is not None else ''
23566
23595
  '''
@@ -23600,7 +23629,7 @@ class RDPCert:
23600
23629
  '''
23601
23630
  self.port_override = port_override if port_override is not None else 0
23602
23631
  '''
23603
- The local port used by clients to connect to this resource.
23632
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
23604
23633
  '''
23605
23634
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
23606
23635
  '''
@@ -23610,6 +23639,10 @@ class RDPCert:
23610
23639
  '''
23611
23640
  ID of the secret store containing credentials for this resource, if any.
23612
23641
  '''
23642
+ self.sid = sid if sid is not None else ''
23643
+ '''
23644
+ Windows Security Identifier (SID) of the configured Username, required for strong certificate mapping in full enforcement mode.
23645
+ '''
23613
23646
  self.subdomain = subdomain if subdomain is not None else ''
23614
23647
  '''
23615
23648
  Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -23638,6 +23671,7 @@ class RDPCert:
23638
23671
  'port_override: ' + repr(self.port_override) + ' ' +\
23639
23672
  'proxy_cluster_id: ' + repr(self.proxy_cluster_id) + ' ' +\
23640
23673
  'secret_store_id: ' + repr(self.secret_store_id) + ' ' +\
23674
+ 'sid: ' + repr(self.sid) + ' ' +\
23641
23675
  'subdomain: ' + repr(self.subdomain) + ' ' +\
23642
23676
  'tags: ' + repr(self.tags) + ' ' +\
23643
23677
  'username: ' + repr(self.username) + ' ' +\
@@ -23659,6 +23693,7 @@ class RDPCert:
23659
23693
  'port_override': self.port_override,
23660
23694
  'proxy_cluster_id': self.proxy_cluster_id,
23661
23695
  'secret_store_id': self.secret_store_id,
23696
+ 'sid': self.sid,
23662
23697
  'subdomain': self.subdomain,
23663
23698
  'tags': self.tags,
23664
23699
  'username': self.username,
@@ -23681,6 +23716,7 @@ class RDPCert:
23681
23716
  port_override=d.get('port_override'),
23682
23717
  proxy_cluster_id=d.get('proxy_cluster_id'),
23683
23718
  secret_store_id=d.get('secret_store_id'),
23719
+ sid=d.get('sid'),
23684
23720
  subdomain=d.get('subdomain'),
23685
23721
  tags=d.get('tags'),
23686
23722
  username=d.get('username'),
@@ -23730,7 +23766,7 @@ class RDSPostgresIAM:
23730
23766
  ):
23731
23767
  self.bind_interface = bind_interface if bind_interface is not None else ''
23732
23768
  '''
23733
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
23769
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
23734
23770
  '''
23735
23771
  self.database = database if database is not None else ''
23736
23772
  '''
@@ -23766,7 +23802,7 @@ class RDSPostgresIAM:
23766
23802
  '''
23767
23803
  self.port_override = port_override if port_override is not None else 0
23768
23804
  '''
23769
- The local port used by clients to connect to this resource.
23805
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
23770
23806
  '''
23771
23807
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
23772
23808
  '''
@@ -23901,7 +23937,7 @@ class RabbitMQAMQP091:
23901
23937
  ):
23902
23938
  self.bind_interface = bind_interface if bind_interface is not None else ''
23903
23939
  '''
23904
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
23940
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
23905
23941
  '''
23906
23942
  self.egress_filter = egress_filter if egress_filter is not None else ''
23907
23943
  '''
@@ -23933,7 +23969,7 @@ class RabbitMQAMQP091:
23933
23969
  '''
23934
23970
  self.port_override = port_override if port_override is not None else 0
23935
23971
  '''
23936
- The local port used by clients to connect to this resource.
23972
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
23937
23973
  '''
23938
23974
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
23939
23975
  '''
@@ -24116,7 +24152,7 @@ class RawTCP:
24116
24152
  ):
24117
24153
  self.bind_interface = bind_interface if bind_interface is not None else ''
24118
24154
  '''
24119
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
24155
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
24120
24156
  '''
24121
24157
  self.egress_filter = egress_filter if egress_filter is not None else ''
24122
24158
  '''
@@ -24144,7 +24180,7 @@ class RawTCP:
24144
24180
  '''
24145
24181
  self.port_override = port_override if port_override is not None else 0
24146
24182
  '''
24147
- The local port used by clients to connect to this resource.
24183
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
24148
24184
  '''
24149
24185
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
24150
24186
  '''
@@ -24252,7 +24288,7 @@ class Redis:
24252
24288
  ):
24253
24289
  self.bind_interface = bind_interface if bind_interface is not None else ''
24254
24290
  '''
24255
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
24291
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
24256
24292
  '''
24257
24293
  self.egress_filter = egress_filter if egress_filter is not None else ''
24258
24294
  '''
@@ -24284,7 +24320,7 @@ class Redis:
24284
24320
  '''
24285
24321
  self.port_override = port_override if port_override is not None else 0
24286
24322
  '''
24287
- The local port used by clients to connect to this resource.
24323
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
24288
24324
  '''
24289
24325
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
24290
24326
  '''
@@ -24409,7 +24445,7 @@ class RedisCluster:
24409
24445
  ):
24410
24446
  self.bind_interface = bind_interface if bind_interface is not None else ''
24411
24447
  '''
24412
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
24448
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
24413
24449
  '''
24414
24450
  self.egress_filter = egress_filter if egress_filter is not None else ''
24415
24451
  '''
@@ -24441,7 +24477,7 @@ class RedisCluster:
24441
24477
  '''
24442
24478
  self.port_override = port_override if port_override is not None else 0
24443
24479
  '''
24444
- The local port used by clients to connect to this resource.
24480
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
24445
24481
  '''
24446
24482
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
24447
24483
  '''
@@ -24568,7 +24604,7 @@ class Redshift:
24568
24604
  ):
24569
24605
  self.bind_interface = bind_interface if bind_interface is not None else ''
24570
24606
  '''
24571
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
24607
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
24572
24608
  '''
24573
24609
  self.database = database if database is not None else ''
24574
24610
  '''
@@ -24608,7 +24644,7 @@ class Redshift:
24608
24644
  '''
24609
24645
  self.port_override = port_override if port_override is not None else 0
24610
24646
  '''
24611
- The local port used by clients to connect to this resource.
24647
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
24612
24648
  '''
24613
24649
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
24614
24650
  '''
@@ -24736,7 +24772,7 @@ class RedshiftIAM:
24736
24772
  ):
24737
24773
  self.bind_interface = bind_interface if bind_interface is not None else ''
24738
24774
  '''
24739
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
24775
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
24740
24776
  '''
24741
24777
  self.cluster_id = cluster_id if cluster_id is not None else ''
24742
24778
  '''
@@ -24776,7 +24812,7 @@ class RedshiftIAM:
24776
24812
  '''
24777
24813
  self.port_override = port_override if port_override is not None else 0
24778
24814
  '''
24779
- The local port used by clients to connect to this resource.
24815
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
24780
24816
  '''
24781
24817
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
24782
24818
  '''
@@ -24911,7 +24947,7 @@ class RedshiftServerlessIAM:
24911
24947
  ):
24912
24948
  self.bind_interface = bind_interface if bind_interface is not None else ''
24913
24949
  '''
24914
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
24950
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
24915
24951
  '''
24916
24952
  self.database = database if database is not None else ''
24917
24953
  '''
@@ -24947,7 +24983,7 @@ class RedshiftServerlessIAM:
24947
24983
  '''
24948
24984
  self.port_override = port_override if port_override is not None else 0
24949
24985
  '''
24950
- The local port used by clients to connect to this resource.
24986
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
24951
24987
  '''
24952
24988
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
24953
24989
  '''
@@ -26679,7 +26715,7 @@ class SQLServer:
26679
26715
  '''
26680
26716
  self.bind_interface = bind_interface if bind_interface is not None else ''
26681
26717
  '''
26682
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
26718
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
26683
26719
  '''
26684
26720
  self.database = database if database is not None else ''
26685
26721
  '''
@@ -26719,7 +26755,7 @@ class SQLServer:
26719
26755
  '''
26720
26756
  self.port_override = port_override if port_override is not None else 0
26721
26757
  '''
26722
- The local port used by clients to connect to this resource.
26758
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
26723
26759
  '''
26724
26760
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
26725
26761
  '''
@@ -26866,7 +26902,7 @@ class SQLServerAzureAD:
26866
26902
  '''
26867
26903
  self.bind_interface = bind_interface if bind_interface is not None else ''
26868
26904
  '''
26869
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
26905
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
26870
26906
  '''
26871
26907
  self.client_id = client_id if client_id is not None else ''
26872
26908
  '''
@@ -26906,7 +26942,7 @@ class SQLServerAzureAD:
26906
26942
  '''
26907
26943
  self.port_override = port_override if port_override is not None else 0
26908
26944
  '''
26909
- The local port used by clients to connect to this resource.
26945
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
26910
26946
  '''
26911
26947
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
26912
26948
  '''
@@ -27064,7 +27100,7 @@ class SQLServerKerberosAD:
27064
27100
  '''
27065
27101
  self.bind_interface = bind_interface if bind_interface is not None else ''
27066
27102
  '''
27067
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
27103
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
27068
27104
  '''
27069
27105
  self.database = database if database is not None else ''
27070
27106
  '''
@@ -27108,7 +27144,7 @@ class SQLServerKerberosAD:
27108
27144
  '''
27109
27145
  self.port_override = port_override if port_override is not None else 0
27110
27146
  '''
27111
- The local port used by clients to connect to this resource.
27147
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
27112
27148
  '''
27113
27149
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
27114
27150
  '''
@@ -27267,7 +27303,7 @@ class SSH:
27267
27303
  '''
27268
27304
  self.bind_interface = bind_interface if bind_interface is not None else ''
27269
27305
  '''
27270
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
27306
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
27271
27307
  '''
27272
27308
  self.egress_filter = egress_filter if egress_filter is not None else ''
27273
27309
  '''
@@ -27303,7 +27339,7 @@ class SSH:
27303
27339
  '''
27304
27340
  self.port_override = port_override if port_override is not None else 0
27305
27341
  '''
27306
- The local port used by clients to connect to this resource.
27342
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
27307
27343
  '''
27308
27344
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
27309
27345
  '''
@@ -27446,7 +27482,7 @@ class SSHCert:
27446
27482
  '''
27447
27483
  self.bind_interface = bind_interface if bind_interface is not None else ''
27448
27484
  '''
27449
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
27485
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
27450
27486
  '''
27451
27487
  self.egress_filter = egress_filter if egress_filter is not None else ''
27452
27488
  '''
@@ -27490,7 +27526,7 @@ class SSHCert:
27490
27526
  '''
27491
27527
  self.port_override = port_override if port_override is not None else 0
27492
27528
  '''
27493
- The local port used by clients to connect to this resource.
27529
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
27494
27530
  '''
27495
27531
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
27496
27532
  '''
@@ -27634,7 +27670,7 @@ class SSHCustomerKey:
27634
27670
  '''
27635
27671
  self.bind_interface = bind_interface if bind_interface is not None else ''
27636
27672
  '''
27637
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
27673
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
27638
27674
  '''
27639
27675
  self.egress_filter = egress_filter if egress_filter is not None else ''
27640
27676
  '''
@@ -27674,7 +27710,7 @@ class SSHCustomerKey:
27674
27710
  '''
27675
27711
  self.port_override = port_override if port_override is not None else 0
27676
27712
  '''
27677
- The local port used by clients to connect to this resource.
27713
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
27678
27714
  '''
27679
27715
  self.private_key = private_key if private_key is not None else ''
27680
27716
  '''
@@ -27818,7 +27854,7 @@ class SSHPassword:
27818
27854
  '''
27819
27855
  self.bind_interface = bind_interface if bind_interface is not None else ''
27820
27856
  '''
27821
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
27857
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
27822
27858
  '''
27823
27859
  self.egress_filter = egress_filter if egress_filter is not None else ''
27824
27860
  '''
@@ -27854,7 +27890,7 @@ class SSHPassword:
27854
27890
  '''
27855
27891
  self.port_override = port_override if port_override is not None else 0
27856
27892
  '''
27857
- The local port used by clients to connect to this resource.
27893
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
27858
27894
  '''
27859
27895
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
27860
27896
  '''
@@ -29022,7 +29058,7 @@ class SingleStore:
29022
29058
  ):
29023
29059
  self.bind_interface = bind_interface if bind_interface is not None else ''
29024
29060
  '''
29025
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
29061
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
29026
29062
  '''
29027
29063
  self.database = database if database is not None else ''
29028
29064
  '''
@@ -29058,7 +29094,7 @@ class SingleStore:
29058
29094
  '''
29059
29095
  self.port_override = port_override if port_override is not None else 0
29060
29096
  '''
29061
- The local port used by clients to connect to this resource.
29097
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
29062
29098
  '''
29063
29099
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
29064
29100
  '''
@@ -29197,7 +29233,7 @@ class Snowflake:
29197
29233
  ):
29198
29234
  self.bind_interface = bind_interface if bind_interface is not None else ''
29199
29235
  '''
29200
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
29236
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
29201
29237
  '''
29202
29238
  self.database = database if database is not None else ''
29203
29239
  '''
@@ -29229,7 +29265,7 @@ class Snowflake:
29229
29265
  '''
29230
29266
  self.port_override = port_override if port_override is not None else 0
29231
29267
  '''
29232
- The local port used by clients to connect to this resource.
29268
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
29233
29269
  '''
29234
29270
  self.private_key = private_key if private_key is not None else ''
29235
29271
  '''
@@ -29355,7 +29391,7 @@ class Snowsight:
29355
29391
  ):
29356
29392
  self.bind_interface = bind_interface if bind_interface is not None else ''
29357
29393
  '''
29358
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
29394
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
29359
29395
  '''
29360
29396
  self.egress_filter = egress_filter if egress_filter is not None else ''
29361
29397
  '''
@@ -29379,7 +29415,7 @@ class Snowsight:
29379
29415
  '''
29380
29416
  self.port_override = port_override if port_override is not None else 0
29381
29417
  '''
29382
- The local port used by clients to connect to this resource.
29418
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
29383
29419
  '''
29384
29420
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
29385
29421
  '''
@@ -29489,7 +29525,7 @@ class Sybase:
29489
29525
  ):
29490
29526
  self.bind_interface = bind_interface if bind_interface is not None else ''
29491
29527
  '''
29492
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
29528
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
29493
29529
  '''
29494
29530
  self.egress_filter = egress_filter if egress_filter is not None else ''
29495
29531
  '''
@@ -29521,7 +29557,7 @@ class Sybase:
29521
29557
  '''
29522
29558
  self.port_override = port_override if port_override is not None else 0
29523
29559
  '''
29524
- The local port used by clients to connect to this resource.
29560
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
29525
29561
  '''
29526
29562
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
29527
29563
  '''
@@ -29637,7 +29673,7 @@ class SybaseIQ:
29637
29673
  ):
29638
29674
  self.bind_interface = bind_interface if bind_interface is not None else ''
29639
29675
  '''
29640
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
29676
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
29641
29677
  '''
29642
29678
  self.egress_filter = egress_filter if egress_filter is not None else ''
29643
29679
  '''
@@ -29669,7 +29705,7 @@ class SybaseIQ:
29669
29705
  '''
29670
29706
  self.port_override = port_override if port_override is not None else 0
29671
29707
  '''
29672
- The local port used by clients to connect to this resource.
29708
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
29673
29709
  '''
29674
29710
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
29675
29711
  '''
@@ -29825,7 +29861,7 @@ class Teradata:
29825
29861
  ):
29826
29862
  self.bind_interface = bind_interface if bind_interface is not None else ''
29827
29863
  '''
29828
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
29864
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
29829
29865
  '''
29830
29866
  self.egress_filter = egress_filter if egress_filter is not None else ''
29831
29867
  '''
@@ -29857,7 +29893,7 @@ class Teradata:
29857
29893
  '''
29858
29894
  self.port_override = port_override if port_override is not None else 0
29859
29895
  '''
29860
- The local port used by clients to connect to this resource.
29896
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
29861
29897
  '''
29862
29898
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
29863
29899
  '''
@@ -30082,7 +30118,7 @@ class Trino:
30082
30118
  ):
30083
30119
  self.bind_interface = bind_interface if bind_interface is not None else ''
30084
30120
  '''
30085
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
30121
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
30086
30122
  '''
30087
30123
  self.egress_filter = egress_filter if egress_filter is not None else ''
30088
30124
  '''
@@ -30114,7 +30150,7 @@ class Trino:
30114
30150
  '''
30115
30151
  self.port_override = port_override if port_override is not None else 0
30116
30152
  '''
30117
- The local port used by clients to connect to this resource.
30153
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
30118
30154
  '''
30119
30155
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
30120
30156
  '''
@@ -31386,7 +31422,7 @@ class Vertica:
31386
31422
  ):
31387
31423
  self.bind_interface = bind_interface if bind_interface is not None else ''
31388
31424
  '''
31389
- The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
31425
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
31390
31426
  '''
31391
31427
  self.database = database if database is not None else ''
31392
31428
  '''
@@ -31422,7 +31458,7 @@ class Vertica:
31422
31458
  '''
31423
31459
  self.port_override = port_override if port_override is not None else 0
31424
31460
  '''
31425
- The local port used by clients to connect to this resource.
31461
+ The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
31426
31462
  '''
31427
31463
  self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
31428
31464
  '''