strongdm 15.6.0 → 15.7.0
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.
- checksums.yaml +4 -4
- data/.git/ORIG_HEAD +1 -1
- data/.git/index +0 -0
- data/.git/logs/HEAD +3 -3
- data/.git/logs/refs/heads/master +2 -2
- data/.git/logs/refs/remotes/origin/HEAD +1 -1
- data/.git/objects/pack/{pack-600de8921699dae3fc998e4e2d9827eeaebc593b.idx → pack-478e5d8febe29c1c719ce3b7cbcc1fd4da85f4e6.idx} +0 -0
- data/.git/objects/pack/{pack-600de8921699dae3fc998e4e2d9827eeaebc593b.pack → pack-478e5d8febe29c1c719ce3b7cbcc1fd4da85f4e6.pack} +0 -0
- data/.git/packed-refs +3 -2
- data/.git/refs/heads/master +1 -1
- data/lib/constants.rb +8 -0
- data/lib/models/porcelain.rb +218 -219
- data/lib/strongdm.rb +1 -1
- data/lib/version +1 -1
- data/lib/version.rb +1 -1
- metadata +4 -4
data/lib/models/porcelain.rb
CHANGED
@@ -20,7 +20,7 @@ module SDM
|
|
20
20
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
21
21
|
# when a resource role is not provided.
|
22
22
|
attr_accessor :allow_resource_role_bypass
|
23
|
-
# 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.
|
23
|
+
# 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.
|
24
24
|
attr_accessor :bind_interface
|
25
25
|
# The CA to authenticate TLS connections with.
|
26
26
|
attr_accessor :certificate_authority
|
@@ -51,7 +51,7 @@ module SDM
|
|
51
51
|
attr_accessor :name
|
52
52
|
# The port to dial to initiate a connection from the egress node to this resource.
|
53
53
|
attr_accessor :port
|
54
|
-
# The local port used by clients to connect to this resource.
|
54
|
+
# 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.
|
55
55
|
attr_accessor :port_override
|
56
56
|
# ID of the proxy cluster for this resource, if any.
|
57
57
|
attr_accessor :proxy_cluster_id
|
@@ -119,7 +119,7 @@ module SDM
|
|
119
119
|
|
120
120
|
# AKSBasicAuth is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
121
121
|
class AKSBasicAuth
|
122
|
-
# 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.
|
122
|
+
# 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.
|
123
123
|
attr_accessor :bind_interface
|
124
124
|
# A filter applied to the routing logic to pin datasource to nodes.
|
125
125
|
attr_accessor :egress_filter
|
@@ -137,7 +137,7 @@ module SDM
|
|
137
137
|
attr_accessor :password
|
138
138
|
# The port to dial to initiate a connection from the egress node to this resource.
|
139
139
|
attr_accessor :port
|
140
|
-
# The local port used by clients to connect to this resource.
|
140
|
+
# 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.
|
141
141
|
attr_accessor :port_override
|
142
142
|
# ID of the proxy cluster for this resource, if any.
|
143
143
|
attr_accessor :proxy_cluster_id
|
@@ -197,7 +197,7 @@ module SDM
|
|
197
197
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
198
198
|
# when a resource role is not provided.
|
199
199
|
attr_accessor :allow_resource_role_bypass
|
200
|
-
# 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.
|
200
|
+
# 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.
|
201
201
|
attr_accessor :bind_interface
|
202
202
|
# If true, configures discovery of a cluster to be run from a node.
|
203
203
|
attr_accessor :discovery_enabled
|
@@ -222,7 +222,7 @@ module SDM
|
|
222
222
|
attr_accessor :name
|
223
223
|
# The port to dial to initiate a connection from the egress node to this resource.
|
224
224
|
attr_accessor :port
|
225
|
-
# The local port used by clients to connect to this resource.
|
225
|
+
# 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.
|
226
226
|
attr_accessor :port_override
|
227
227
|
# ID of the proxy cluster for this resource, if any.
|
228
228
|
attr_accessor :proxy_cluster_id
|
@@ -288,7 +288,7 @@ module SDM
|
|
288
288
|
|
289
289
|
# AKSServiceAccountUserImpersonation is deprecated, see docs for more info.
|
290
290
|
class AKSServiceAccountUserImpersonation
|
291
|
-
# 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.
|
291
|
+
# 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.
|
292
292
|
attr_accessor :bind_interface
|
293
293
|
# A filter applied to the routing logic to pin datasource to nodes.
|
294
294
|
attr_accessor :egress_filter
|
@@ -304,7 +304,7 @@ module SDM
|
|
304
304
|
attr_accessor :name
|
305
305
|
# The port to dial to initiate a connection from the egress node to this resource.
|
306
306
|
attr_accessor :port
|
307
|
-
# The local port used by clients to connect to this resource.
|
307
|
+
# 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.
|
308
308
|
attr_accessor :port_override
|
309
309
|
# ID of the proxy cluster for this resource, if any.
|
310
310
|
attr_accessor :proxy_cluster_id
|
@@ -360,7 +360,7 @@ module SDM
|
|
360
360
|
|
361
361
|
# AKSUserImpersonation is deprecated, see docs for more info.
|
362
362
|
class AKSUserImpersonation
|
363
|
-
# 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.
|
363
|
+
# 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.
|
364
364
|
attr_accessor :bind_interface
|
365
365
|
# The CA to authenticate TLS connections with.
|
366
366
|
attr_accessor :certificate_authority
|
@@ -382,7 +382,7 @@ module SDM
|
|
382
382
|
attr_accessor :name
|
383
383
|
# The port to dial to initiate a connection from the egress node to this resource.
|
384
384
|
attr_accessor :port
|
385
|
-
# The local port used by clients to connect to this resource.
|
385
|
+
# 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.
|
386
386
|
attr_accessor :port_override
|
387
387
|
# ID of the proxy cluster for this resource, if any.
|
388
388
|
attr_accessor :proxy_cluster_id
|
@@ -440,7 +440,7 @@ module SDM
|
|
440
440
|
|
441
441
|
# AMQP is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
442
442
|
class AMQP
|
443
|
-
# 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.
|
443
|
+
# 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.
|
444
444
|
attr_accessor :bind_interface
|
445
445
|
# A filter applied to the routing logic to pin datasource to nodes.
|
446
446
|
attr_accessor :egress_filter
|
@@ -456,7 +456,7 @@ module SDM
|
|
456
456
|
attr_accessor :password
|
457
457
|
# The port to dial to initiate a connection from the egress node to this resource.
|
458
458
|
attr_accessor :port
|
459
|
-
# The local port used by clients to connect to this resource.
|
459
|
+
# 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.
|
460
460
|
attr_accessor :port_override
|
461
461
|
# ID of the proxy cluster for this resource, if any.
|
462
462
|
attr_accessor :proxy_cluster_id
|
@@ -517,7 +517,7 @@ module SDM
|
|
517
517
|
class AWS
|
518
518
|
# The Access Key ID to use to authenticate.
|
519
519
|
attr_accessor :access_key
|
520
|
-
# 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.
|
520
|
+
# 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.
|
521
521
|
attr_accessor :bind_interface
|
522
522
|
# A filter applied to the routing logic to pin datasource to nodes.
|
523
523
|
attr_accessor :egress_filter
|
@@ -529,7 +529,7 @@ module SDM
|
|
529
529
|
attr_accessor :id
|
530
530
|
# Unique human-readable name of the Resource.
|
531
531
|
attr_accessor :name
|
532
|
-
# The local port used by clients to connect to this resource.
|
532
|
+
# 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.
|
533
533
|
attr_accessor :port_override
|
534
534
|
# ID of the proxy cluster for this resource, if any.
|
535
535
|
attr_accessor :proxy_cluster_id
|
@@ -637,7 +637,7 @@ module SDM
|
|
637
637
|
end
|
638
638
|
|
639
639
|
class AWSConsole
|
640
|
-
# 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.
|
640
|
+
# 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.
|
641
641
|
attr_accessor :bind_interface
|
642
642
|
# A filter applied to the routing logic to pin datasource to nodes.
|
643
643
|
attr_accessor :egress_filter
|
@@ -653,7 +653,7 @@ module SDM
|
|
653
653
|
attr_accessor :identity_set_id
|
654
654
|
# Unique human-readable name of the Resource.
|
655
655
|
attr_accessor :name
|
656
|
-
# The local port used by clients to connect to this resource.
|
656
|
+
# 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.
|
657
657
|
attr_accessor :port_override
|
658
658
|
# ID of the proxy cluster for this resource, if any.
|
659
659
|
attr_accessor :proxy_cluster_id
|
@@ -722,7 +722,7 @@ module SDM
|
|
722
722
|
class AWSConsoleStaticKeyPair
|
723
723
|
# The Access Key ID to authenticate with.
|
724
724
|
attr_accessor :access_key
|
725
|
-
# 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.
|
725
|
+
# 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.
|
726
726
|
attr_accessor :bind_interface
|
727
727
|
# A filter applied to the routing logic to pin datasource to nodes.
|
728
728
|
attr_accessor :egress_filter
|
@@ -736,7 +736,7 @@ module SDM
|
|
736
736
|
attr_accessor :identity_set_id
|
737
737
|
# Unique human-readable name of the Resource.
|
738
738
|
attr_accessor :name
|
739
|
-
# The local port used by clients to connect to this resource.
|
739
|
+
# 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.
|
740
740
|
attr_accessor :port_override
|
741
741
|
# ID of the proxy cluster for this resource, if any.
|
742
742
|
attr_accessor :proxy_cluster_id
|
@@ -807,7 +807,7 @@ module SDM
|
|
807
807
|
end
|
808
808
|
|
809
809
|
class AWSInstanceProfile
|
810
|
-
# 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.
|
810
|
+
# 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.
|
811
811
|
attr_accessor :bind_interface
|
812
812
|
# A filter applied to the routing logic to pin datasource to nodes.
|
813
813
|
attr_accessor :egress_filter
|
@@ -819,7 +819,7 @@ module SDM
|
|
819
819
|
attr_accessor :id
|
820
820
|
# Unique human-readable name of the Resource.
|
821
821
|
attr_accessor :name
|
822
|
-
# The local port used by clients to connect to this resource.
|
822
|
+
# 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.
|
823
823
|
attr_accessor :port_override
|
824
824
|
# ID of the proxy cluster for this resource, if any.
|
825
825
|
attr_accessor :proxy_cluster_id
|
@@ -2029,7 +2029,7 @@ module SDM
|
|
2029
2029
|
end
|
2030
2030
|
|
2031
2031
|
class Aerospike
|
2032
|
-
# 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.
|
2032
|
+
# 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.
|
2033
2033
|
attr_accessor :bind_interface
|
2034
2034
|
# A filter applied to the routing logic to pin datasource to nodes.
|
2035
2035
|
attr_accessor :egress_filter
|
@@ -2045,7 +2045,7 @@ module SDM
|
|
2045
2045
|
attr_accessor :password
|
2046
2046
|
# The port to dial to initiate a connection from the egress node to this resource.
|
2047
2047
|
attr_accessor :port
|
2048
|
-
# The local port used by clients to connect to this resource.
|
2048
|
+
# 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.
|
2049
2049
|
attr_accessor :port_override
|
2050
2050
|
# ID of the proxy cluster for this resource, if any.
|
2051
2051
|
attr_accessor :proxy_cluster_id
|
@@ -2109,7 +2109,7 @@ module SDM
|
|
2109
2109
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
2110
2110
|
# when a resource role is not provided.
|
2111
2111
|
attr_accessor :allow_resource_role_bypass
|
2112
|
-
# 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.
|
2112
|
+
# 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.
|
2113
2113
|
attr_accessor :bind_interface
|
2114
2114
|
# The CA to authenticate TLS connections with.
|
2115
2115
|
attr_accessor :certificate_authority
|
@@ -2136,7 +2136,7 @@ module SDM
|
|
2136
2136
|
attr_accessor :identity_set_id
|
2137
2137
|
# Unique human-readable name of the Resource.
|
2138
2138
|
attr_accessor :name
|
2139
|
-
# The local port used by clients to connect to this resource.
|
2139
|
+
# 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.
|
2140
2140
|
attr_accessor :port_override
|
2141
2141
|
# ID of the proxy cluster for this resource, if any.
|
2142
2142
|
attr_accessor :proxy_cluster_id
|
@@ -2220,7 +2220,7 @@ module SDM
|
|
2220
2220
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
2221
2221
|
# when a resource role is not provided.
|
2222
2222
|
attr_accessor :allow_resource_role_bypass
|
2223
|
-
# 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.
|
2223
|
+
# 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.
|
2224
2224
|
attr_accessor :bind_interface
|
2225
2225
|
# The CA to authenticate TLS connections with.
|
2226
2226
|
attr_accessor :certificate_authority
|
@@ -2247,7 +2247,7 @@ module SDM
|
|
2247
2247
|
attr_accessor :identity_set_id
|
2248
2248
|
# Unique human-readable name of the Resource.
|
2249
2249
|
attr_accessor :name
|
2250
|
-
# The local port used by clients to connect to this resource.
|
2250
|
+
# 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.
|
2251
2251
|
attr_accessor :port_override
|
2252
2252
|
# ID of the proxy cluster for this resource, if any.
|
2253
2253
|
attr_accessor :proxy_cluster_id
|
@@ -2323,7 +2323,7 @@ module SDM
|
|
2323
2323
|
|
2324
2324
|
# AmazonEKSInstanceProfileUserImpersonation is deprecated, see docs for more info.
|
2325
2325
|
class AmazonEKSInstanceProfileUserImpersonation
|
2326
|
-
# 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.
|
2326
|
+
# 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.
|
2327
2327
|
attr_accessor :bind_interface
|
2328
2328
|
# The CA to authenticate TLS connections with.
|
2329
2329
|
attr_accessor :certificate_authority
|
@@ -2341,7 +2341,7 @@ module SDM
|
|
2341
2341
|
attr_accessor :id
|
2342
2342
|
# Unique human-readable name of the Resource.
|
2343
2343
|
attr_accessor :name
|
2344
|
-
# The local port used by clients to connect to this resource.
|
2344
|
+
# 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.
|
2345
2345
|
attr_accessor :port_override
|
2346
2346
|
# ID of the proxy cluster for this resource, if any.
|
2347
2347
|
attr_accessor :proxy_cluster_id
|
@@ -2409,7 +2409,7 @@ module SDM
|
|
2409
2409
|
class AmazonEKSUserImpersonation
|
2410
2410
|
# The Access Key ID to use to authenticate.
|
2411
2411
|
attr_accessor :access_key
|
2412
|
-
# 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.
|
2412
|
+
# 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.
|
2413
2413
|
attr_accessor :bind_interface
|
2414
2414
|
# The CA to authenticate TLS connections with.
|
2415
2415
|
attr_accessor :certificate_authority
|
@@ -2427,7 +2427,7 @@ module SDM
|
|
2427
2427
|
attr_accessor :id
|
2428
2428
|
# Unique human-readable name of the Resource.
|
2429
2429
|
attr_accessor :name
|
2430
|
-
# The local port used by clients to connect to this resource.
|
2430
|
+
# 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.
|
2431
2431
|
attr_accessor :port_override
|
2432
2432
|
# ID of the proxy cluster for this resource, if any.
|
2433
2433
|
attr_accessor :proxy_cluster_id
|
@@ -2500,7 +2500,7 @@ module SDM
|
|
2500
2500
|
class AmazonES
|
2501
2501
|
# The Access Key ID to use to authenticate.
|
2502
2502
|
attr_accessor :access_key
|
2503
|
-
# 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.
|
2503
|
+
# 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.
|
2504
2504
|
attr_accessor :bind_interface
|
2505
2505
|
# A filter applied to the routing logic to pin datasource to nodes.
|
2506
2506
|
attr_accessor :egress_filter
|
@@ -2512,7 +2512,7 @@ module SDM
|
|
2512
2512
|
attr_accessor :id
|
2513
2513
|
# Unique human-readable name of the Resource.
|
2514
2514
|
attr_accessor :name
|
2515
|
-
# The local port used by clients to connect to this resource.
|
2515
|
+
# 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.
|
2516
2516
|
attr_accessor :port_override
|
2517
2517
|
# ID of the proxy cluster for this resource, if any.
|
2518
2518
|
attr_accessor :proxy_cluster_id
|
@@ -2577,7 +2577,7 @@ module SDM
|
|
2577
2577
|
end
|
2578
2578
|
|
2579
2579
|
class AmazonESIAM
|
2580
|
-
# 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.
|
2580
|
+
# 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.
|
2581
2581
|
attr_accessor :bind_interface
|
2582
2582
|
# A filter applied to the routing logic to pin datasource to nodes.
|
2583
2583
|
attr_accessor :egress_filter
|
@@ -2589,7 +2589,7 @@ module SDM
|
|
2589
2589
|
attr_accessor :id
|
2590
2590
|
# Unique human-readable name of the Resource.
|
2591
2591
|
attr_accessor :name
|
2592
|
-
# The local port used by clients to connect to this resource.
|
2592
|
+
# 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.
|
2593
2593
|
attr_accessor :port_override
|
2594
2594
|
# ID of the proxy cluster for this resource, if any.
|
2595
2595
|
attr_accessor :proxy_cluster_id
|
@@ -2652,7 +2652,7 @@ module SDM
|
|
2652
2652
|
end
|
2653
2653
|
|
2654
2654
|
class AmazonMQAMQP091
|
2655
|
-
# 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.
|
2655
|
+
# 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.
|
2656
2656
|
attr_accessor :bind_interface
|
2657
2657
|
# A filter applied to the routing logic to pin datasource to nodes.
|
2658
2658
|
attr_accessor :egress_filter
|
@@ -2668,7 +2668,7 @@ module SDM
|
|
2668
2668
|
attr_accessor :password
|
2669
2669
|
# The port to dial to initiate a connection from the egress node to this resource.
|
2670
2670
|
attr_accessor :port
|
2671
|
-
# The local port used by clients to connect to this resource.
|
2671
|
+
# 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.
|
2672
2672
|
attr_accessor :port_override
|
2673
2673
|
# ID of the proxy cluster for this resource, if any.
|
2674
2674
|
attr_accessor :proxy_cluster_id
|
@@ -3324,7 +3324,7 @@ module SDM
|
|
3324
3324
|
class Athena
|
3325
3325
|
# The Access Key ID to use to authenticate.
|
3326
3326
|
attr_accessor :access_key
|
3327
|
-
# 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.
|
3327
|
+
# 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.
|
3328
3328
|
attr_accessor :bind_interface
|
3329
3329
|
# A filter applied to the routing logic to pin datasource to nodes.
|
3330
3330
|
attr_accessor :egress_filter
|
@@ -3336,7 +3336,7 @@ module SDM
|
|
3336
3336
|
attr_accessor :name
|
3337
3337
|
# The AWS S3 output location.
|
3338
3338
|
attr_accessor :output
|
3339
|
-
# The local port used by clients to connect to this resource.
|
3339
|
+
# 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.
|
3340
3340
|
attr_accessor :port_override
|
3341
3341
|
# ID of the proxy cluster for this resource, if any.
|
3342
3342
|
attr_accessor :proxy_cluster_id
|
@@ -3401,7 +3401,7 @@ module SDM
|
|
3401
3401
|
end
|
3402
3402
|
|
3403
3403
|
class AthenaIAM
|
3404
|
-
# 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.
|
3404
|
+
# 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.
|
3405
3405
|
attr_accessor :bind_interface
|
3406
3406
|
# A filter applied to the routing logic to pin datasource to nodes.
|
3407
3407
|
attr_accessor :egress_filter
|
@@ -3413,7 +3413,7 @@ module SDM
|
|
3413
3413
|
attr_accessor :name
|
3414
3414
|
# The AWS S3 output location.
|
3415
3415
|
attr_accessor :output
|
3416
|
-
# The local port used by clients to connect to this resource.
|
3416
|
+
# 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.
|
3417
3417
|
attr_accessor :port_override
|
3418
3418
|
# ID of the proxy cluster for this resource, if any.
|
3419
3419
|
attr_accessor :proxy_cluster_id
|
@@ -3472,7 +3472,7 @@ module SDM
|
|
3472
3472
|
end
|
3473
3473
|
|
3474
3474
|
class AuroraMysql
|
3475
|
-
# 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.
|
3475
|
+
# 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.
|
3476
3476
|
attr_accessor :bind_interface
|
3477
3477
|
# The database for healthchecks. Does not affect client requests
|
3478
3478
|
attr_accessor :database
|
@@ -3490,7 +3490,7 @@ module SDM
|
|
3490
3490
|
attr_accessor :password
|
3491
3491
|
# The port to dial to initiate a connection from the egress node to this resource.
|
3492
3492
|
attr_accessor :port
|
3493
|
-
# The local port used by clients to connect to this resource.
|
3493
|
+
# 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.
|
3494
3494
|
attr_accessor :port_override
|
3495
3495
|
# ID of the proxy cluster for this resource, if any.
|
3496
3496
|
attr_accessor :proxy_cluster_id
|
@@ -3555,7 +3555,7 @@ module SDM
|
|
3555
3555
|
end
|
3556
3556
|
|
3557
3557
|
class AuroraMysqlIAM
|
3558
|
-
# 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.
|
3558
|
+
# 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.
|
3559
3559
|
attr_accessor :bind_interface
|
3560
3560
|
# The database for healthchecks. Does not affect client requests
|
3561
3561
|
attr_accessor :database
|
@@ -3571,7 +3571,7 @@ module SDM
|
|
3571
3571
|
attr_accessor :name
|
3572
3572
|
# The port to dial to initiate a connection from the egress node to this resource.
|
3573
3573
|
attr_accessor :port
|
3574
|
-
# The local port used by clients to connect to this resource.
|
3574
|
+
# 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.
|
3575
3575
|
attr_accessor :port_override
|
3576
3576
|
# ID of the proxy cluster for this resource, if any.
|
3577
3577
|
attr_accessor :proxy_cluster_id
|
@@ -3634,7 +3634,7 @@ module SDM
|
|
3634
3634
|
end
|
3635
3635
|
|
3636
3636
|
class AuroraPostgres
|
3637
|
-
# 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.
|
3637
|
+
# 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.
|
3638
3638
|
attr_accessor :bind_interface
|
3639
3639
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
3640
3640
|
attr_accessor :database
|
@@ -3654,7 +3654,7 @@ module SDM
|
|
3654
3654
|
attr_accessor :password
|
3655
3655
|
# The port to dial to initiate a connection from the egress node to this resource.
|
3656
3656
|
attr_accessor :port
|
3657
|
-
# The local port used by clients to connect to this resource.
|
3657
|
+
# 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.
|
3658
3658
|
attr_accessor :port_override
|
3659
3659
|
# ID of the proxy cluster for this resource, if any.
|
3660
3660
|
attr_accessor :proxy_cluster_id
|
@@ -3713,7 +3713,7 @@ module SDM
|
|
3713
3713
|
end
|
3714
3714
|
|
3715
3715
|
class AuroraPostgresIAM
|
3716
|
-
# 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.
|
3716
|
+
# 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.
|
3717
3717
|
attr_accessor :bind_interface
|
3718
3718
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
3719
3719
|
attr_accessor :database
|
@@ -3731,7 +3731,7 @@ module SDM
|
|
3731
3731
|
attr_accessor :override_database
|
3732
3732
|
# The port to dial to initiate a connection from the egress node to this resource.
|
3733
3733
|
attr_accessor :port
|
3734
|
-
# The local port used by clients to connect to this resource.
|
3734
|
+
# 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.
|
3735
3735
|
attr_accessor :port_override
|
3736
3736
|
# ID of the proxy cluster for this resource, if any.
|
3737
3737
|
attr_accessor :proxy_cluster_id
|
@@ -3798,7 +3798,7 @@ module SDM
|
|
3798
3798
|
class Azure
|
3799
3799
|
# The application ID to authenticate with.
|
3800
3800
|
attr_accessor :app_id
|
3801
|
-
# 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.
|
3801
|
+
# 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.
|
3802
3802
|
attr_accessor :bind_interface
|
3803
3803
|
# A filter applied to the routing logic to pin datasource to nodes.
|
3804
3804
|
attr_accessor :egress_filter
|
@@ -3810,7 +3810,7 @@ module SDM
|
|
3810
3810
|
attr_accessor :name
|
3811
3811
|
# The password to authenticate with.
|
3812
3812
|
attr_accessor :password
|
3813
|
-
# The local port used by clients to connect to this resource.
|
3813
|
+
# 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.
|
3814
3814
|
attr_accessor :port_override
|
3815
3815
|
# ID of the proxy cluster for this resource, if any.
|
3816
3816
|
attr_accessor :proxy_cluster_id
|
@@ -3865,7 +3865,7 @@ module SDM
|
|
3865
3865
|
class AzureCertificate
|
3866
3866
|
# The application ID to authenticate with.
|
3867
3867
|
attr_accessor :app_id
|
3868
|
-
# 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.
|
3868
|
+
# 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.
|
3869
3869
|
attr_accessor :bind_interface
|
3870
3870
|
# The service Principal certificate file, both private and public key included.
|
3871
3871
|
attr_accessor :client_certificate
|
@@ -3877,7 +3877,7 @@ module SDM
|
|
3877
3877
|
attr_accessor :id
|
3878
3878
|
# Unique human-readable name of the Resource.
|
3879
3879
|
attr_accessor :name
|
3880
|
-
# The local port used by clients to connect to this resource.
|
3880
|
+
# 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.
|
3881
3881
|
attr_accessor :port_override
|
3882
3882
|
# ID of the proxy cluster for this resource, if any.
|
3883
3883
|
attr_accessor :proxy_cluster_id
|
@@ -3930,7 +3930,7 @@ module SDM
|
|
3930
3930
|
end
|
3931
3931
|
|
3932
3932
|
class AzureMysql
|
3933
|
-
# 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.
|
3933
|
+
# 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.
|
3934
3934
|
attr_accessor :bind_interface
|
3935
3935
|
# The database for healthchecks. Does not affect client requests.
|
3936
3936
|
attr_accessor :database
|
@@ -3948,7 +3948,7 @@ module SDM
|
|
3948
3948
|
attr_accessor :password
|
3949
3949
|
# The port to dial to initiate a connection from the egress node to this resource.
|
3950
3950
|
attr_accessor :port
|
3951
|
-
# The local port used by clients to connect to this resource.
|
3951
|
+
# 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.
|
3952
3952
|
attr_accessor :port_override
|
3953
3953
|
# ID of the proxy cluster for this resource, if any.
|
3954
3954
|
attr_accessor :proxy_cluster_id
|
@@ -4014,7 +4014,7 @@ module SDM
|
|
4014
4014
|
|
4015
4015
|
# AzureMysqlManagedIdentity is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
4016
4016
|
class AzureMysqlManagedIdentity
|
4017
|
-
# 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.
|
4017
|
+
# 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.
|
4018
4018
|
attr_accessor :bind_interface
|
4019
4019
|
# The database for healthchecks. Does not affect client requests.
|
4020
4020
|
attr_accessor :database
|
@@ -4032,7 +4032,7 @@ module SDM
|
|
4032
4032
|
attr_accessor :password
|
4033
4033
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4034
4034
|
attr_accessor :port
|
4035
|
-
# The local port used by clients to connect to this resource.
|
4035
|
+
# 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.
|
4036
4036
|
attr_accessor :port_override
|
4037
4037
|
# ID of the proxy cluster for this resource, if any.
|
4038
4038
|
attr_accessor :proxy_cluster_id
|
@@ -4093,7 +4093,7 @@ module SDM
|
|
4093
4093
|
end
|
4094
4094
|
|
4095
4095
|
class AzurePostgres
|
4096
|
-
# 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.
|
4096
|
+
# 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.
|
4097
4097
|
attr_accessor :bind_interface
|
4098
4098
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4099
4099
|
attr_accessor :database
|
@@ -4113,7 +4113,7 @@ module SDM
|
|
4113
4113
|
attr_accessor :password
|
4114
4114
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4115
4115
|
attr_accessor :port
|
4116
|
-
# The local port used by clients to connect to this resource.
|
4116
|
+
# 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.
|
4117
4117
|
attr_accessor :port_override
|
4118
4118
|
# ID of the proxy cluster for this resource, if any.
|
4119
4119
|
attr_accessor :proxy_cluster_id
|
@@ -4172,7 +4172,7 @@ module SDM
|
|
4172
4172
|
end
|
4173
4173
|
|
4174
4174
|
class AzurePostgresManagedIdentity
|
4175
|
-
# 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.
|
4175
|
+
# 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.
|
4176
4176
|
attr_accessor :bind_interface
|
4177
4177
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4178
4178
|
attr_accessor :database
|
@@ -4192,7 +4192,7 @@ module SDM
|
|
4192
4192
|
attr_accessor :password
|
4193
4193
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4194
4194
|
attr_accessor :port
|
4195
|
-
# The local port used by clients to connect to this resource.
|
4195
|
+
# 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.
|
4196
4196
|
attr_accessor :port_override
|
4197
4197
|
# ID of the proxy cluster for this resource, if any.
|
4198
4198
|
attr_accessor :proxy_cluster_id
|
@@ -4286,7 +4286,7 @@ module SDM
|
|
4286
4286
|
end
|
4287
4287
|
|
4288
4288
|
class BigQuery
|
4289
|
-
# 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.
|
4289
|
+
# 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.
|
4290
4290
|
attr_accessor :bind_interface
|
4291
4291
|
# A filter applied to the routing logic to pin datasource to nodes.
|
4292
4292
|
attr_accessor :egress_filter
|
@@ -4298,7 +4298,7 @@ module SDM
|
|
4298
4298
|
attr_accessor :id
|
4299
4299
|
# Unique human-readable name of the Resource.
|
4300
4300
|
attr_accessor :name
|
4301
|
-
# The local port used by clients to connect to this resource.
|
4301
|
+
# 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.
|
4302
4302
|
attr_accessor :port_override
|
4303
4303
|
# The JSON Private key to authenticate with.
|
4304
4304
|
attr_accessor :private_key
|
@@ -4357,7 +4357,7 @@ module SDM
|
|
4357
4357
|
end
|
4358
4358
|
|
4359
4359
|
class Cassandra
|
4360
|
-
# 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.
|
4360
|
+
# 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.
|
4361
4361
|
attr_accessor :bind_interface
|
4362
4362
|
# A filter applied to the routing logic to pin datasource to nodes.
|
4363
4363
|
attr_accessor :egress_filter
|
@@ -4373,7 +4373,7 @@ module SDM
|
|
4373
4373
|
attr_accessor :password
|
4374
4374
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4375
4375
|
attr_accessor :port
|
4376
|
-
# The local port used by clients to connect to this resource.
|
4376
|
+
# 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.
|
4377
4377
|
attr_accessor :port_override
|
4378
4378
|
# ID of the proxy cluster for this resource, if any.
|
4379
4379
|
attr_accessor :proxy_cluster_id
|
@@ -4432,7 +4432,7 @@ module SDM
|
|
4432
4432
|
end
|
4433
4433
|
|
4434
4434
|
class Citus
|
4435
|
-
# 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.
|
4435
|
+
# 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.
|
4436
4436
|
attr_accessor :bind_interface
|
4437
4437
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4438
4438
|
attr_accessor :database
|
@@ -4452,7 +4452,7 @@ module SDM
|
|
4452
4452
|
attr_accessor :password
|
4453
4453
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4454
4454
|
attr_accessor :port
|
4455
|
-
# The local port used by clients to connect to this resource.
|
4455
|
+
# 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.
|
4456
4456
|
attr_accessor :port_override
|
4457
4457
|
# ID of the proxy cluster for this resource, if any.
|
4458
4458
|
attr_accessor :proxy_cluster_id
|
@@ -4511,7 +4511,7 @@ module SDM
|
|
4511
4511
|
end
|
4512
4512
|
|
4513
4513
|
class ClickHouseHTTP
|
4514
|
-
# 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.
|
4514
|
+
# 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.
|
4515
4515
|
attr_accessor :bind_interface
|
4516
4516
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4517
4517
|
attr_accessor :database
|
@@ -4525,7 +4525,7 @@ module SDM
|
|
4525
4525
|
attr_accessor :name
|
4526
4526
|
# The password to authenticate with.
|
4527
4527
|
attr_accessor :password
|
4528
|
-
# The local port used by clients to connect to this resource.
|
4528
|
+
# 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.
|
4529
4529
|
attr_accessor :port_override
|
4530
4530
|
# ID of the proxy cluster for this resource, if any.
|
4531
4531
|
attr_accessor :proxy_cluster_id
|
@@ -4578,7 +4578,7 @@ module SDM
|
|
4578
4578
|
end
|
4579
4579
|
|
4580
4580
|
class ClickHouseMySQL
|
4581
|
-
# 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.
|
4581
|
+
# 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.
|
4582
4582
|
attr_accessor :bind_interface
|
4583
4583
|
# The database for healthchecks. Does not affect client requests.
|
4584
4584
|
attr_accessor :database
|
@@ -4596,7 +4596,7 @@ module SDM
|
|
4596
4596
|
attr_accessor :password
|
4597
4597
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4598
4598
|
attr_accessor :port
|
4599
|
-
# The local port used by clients to connect to this resource.
|
4599
|
+
# 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.
|
4600
4600
|
attr_accessor :port_override
|
4601
4601
|
# ID of the proxy cluster for this resource, if any.
|
4602
4602
|
attr_accessor :proxy_cluster_id
|
@@ -4657,7 +4657,7 @@ module SDM
|
|
4657
4657
|
end
|
4658
4658
|
|
4659
4659
|
class ClickHouseTCP
|
4660
|
-
# 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.
|
4660
|
+
# 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.
|
4661
4661
|
attr_accessor :bind_interface
|
4662
4662
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4663
4663
|
attr_accessor :database
|
@@ -4675,7 +4675,7 @@ module SDM
|
|
4675
4675
|
attr_accessor :password
|
4676
4676
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4677
4677
|
attr_accessor :port
|
4678
|
-
# The local port used by clients to connect to this resource.
|
4678
|
+
# 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.
|
4679
4679
|
attr_accessor :port_override
|
4680
4680
|
# ID of the proxy cluster for this resource, if any.
|
4681
4681
|
attr_accessor :proxy_cluster_id
|
@@ -4736,7 +4736,7 @@ module SDM
|
|
4736
4736
|
end
|
4737
4737
|
|
4738
4738
|
class Clustrix
|
4739
|
-
# 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.
|
4739
|
+
# 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.
|
4740
4740
|
attr_accessor :bind_interface
|
4741
4741
|
# The database for healthchecks. Does not affect client requests.
|
4742
4742
|
attr_accessor :database
|
@@ -4754,7 +4754,7 @@ module SDM
|
|
4754
4754
|
attr_accessor :password
|
4755
4755
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4756
4756
|
attr_accessor :port
|
4757
|
-
# The local port used by clients to connect to this resource.
|
4757
|
+
# 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.
|
4758
4758
|
attr_accessor :port_override
|
4759
4759
|
# ID of the proxy cluster for this resource, if any.
|
4760
4760
|
attr_accessor :proxy_cluster_id
|
@@ -4819,7 +4819,7 @@ module SDM
|
|
4819
4819
|
end
|
4820
4820
|
|
4821
4821
|
class Cockroach
|
4822
|
-
# 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.
|
4822
|
+
# 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.
|
4823
4823
|
attr_accessor :bind_interface
|
4824
4824
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4825
4825
|
attr_accessor :database
|
@@ -4839,7 +4839,7 @@ module SDM
|
|
4839
4839
|
attr_accessor :password
|
4840
4840
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4841
4841
|
attr_accessor :port
|
4842
|
-
# The local port used by clients to connect to this resource.
|
4842
|
+
# 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.
|
4843
4843
|
attr_accessor :port_override
|
4844
4844
|
# ID of the proxy cluster for this resource, if any.
|
4845
4845
|
attr_accessor :proxy_cluster_id
|
@@ -4986,7 +4986,7 @@ module SDM
|
|
4986
4986
|
end
|
4987
4987
|
|
4988
4988
|
class CouchbaseDatabase
|
4989
|
-
# 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.
|
4989
|
+
# 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.
|
4990
4990
|
attr_accessor :bind_interface
|
4991
4991
|
# A filter applied to the routing logic to pin datasource to nodes.
|
4992
4992
|
attr_accessor :egress_filter
|
@@ -5004,7 +5004,7 @@ module SDM
|
|
5004
5004
|
attr_accessor :password
|
5005
5005
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5006
5006
|
attr_accessor :port
|
5007
|
-
# The local port used by clients to connect to this resource.
|
5007
|
+
# 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.
|
5008
5008
|
attr_accessor :port_override
|
5009
5009
|
# ID of the proxy cluster for this resource, if any.
|
5010
5010
|
attr_accessor :proxy_cluster_id
|
@@ -5065,7 +5065,7 @@ module SDM
|
|
5065
5065
|
end
|
5066
5066
|
|
5067
5067
|
class CouchbaseWebUI
|
5068
|
-
# 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.
|
5068
|
+
# 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.
|
5069
5069
|
attr_accessor :bind_interface
|
5070
5070
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5071
5071
|
attr_accessor :egress_filter
|
@@ -5077,7 +5077,7 @@ module SDM
|
|
5077
5077
|
attr_accessor :name
|
5078
5078
|
# The password to authenticate with.
|
5079
5079
|
attr_accessor :password
|
5080
|
-
# The local port used by clients to connect to this resource.
|
5080
|
+
# 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.
|
5081
5081
|
attr_accessor :port_override
|
5082
5082
|
# ID of the proxy cluster for this resource, if any.
|
5083
5083
|
attr_accessor :proxy_cluster_id
|
@@ -5240,7 +5240,7 @@ module SDM
|
|
5240
5240
|
end
|
5241
5241
|
|
5242
5242
|
class DB2I
|
5243
|
-
# 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.
|
5243
|
+
# 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.
|
5244
5244
|
attr_accessor :bind_interface
|
5245
5245
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5246
5246
|
attr_accessor :egress_filter
|
@@ -5256,7 +5256,7 @@ module SDM
|
|
5256
5256
|
attr_accessor :password
|
5257
5257
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5258
5258
|
attr_accessor :port
|
5259
|
-
# The local port used by clients to connect to this resource.
|
5259
|
+
# 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.
|
5260
5260
|
attr_accessor :port_override
|
5261
5261
|
# ID of the proxy cluster for this resource, if any.
|
5262
5262
|
attr_accessor :proxy_cluster_id
|
@@ -5315,7 +5315,7 @@ module SDM
|
|
5315
5315
|
end
|
5316
5316
|
|
5317
5317
|
class DB2LUW
|
5318
|
-
# 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.
|
5318
|
+
# 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.
|
5319
5319
|
attr_accessor :bind_interface
|
5320
5320
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
5321
5321
|
attr_accessor :database
|
@@ -5333,7 +5333,7 @@ module SDM
|
|
5333
5333
|
attr_accessor :password
|
5334
5334
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5335
5335
|
attr_accessor :port
|
5336
|
-
# The local port used by clients to connect to this resource.
|
5336
|
+
# 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.
|
5337
5337
|
attr_accessor :port_override
|
5338
5338
|
# ID of the proxy cluster for this resource, if any.
|
5339
5339
|
attr_accessor :proxy_cluster_id
|
@@ -5445,7 +5445,7 @@ module SDM
|
|
5445
5445
|
class DocumentDBHost
|
5446
5446
|
# The authentication database to use.
|
5447
5447
|
attr_accessor :auth_database
|
5448
|
-
# 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.
|
5448
|
+
# 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.
|
5449
5449
|
attr_accessor :bind_interface
|
5450
5450
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5451
5451
|
attr_accessor :egress_filter
|
@@ -5461,7 +5461,7 @@ module SDM
|
|
5461
5461
|
attr_accessor :password
|
5462
5462
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5463
5463
|
attr_accessor :port
|
5464
|
-
# The local port used by clients to connect to this resource.
|
5464
|
+
# 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.
|
5465
5465
|
attr_accessor :port_override
|
5466
5466
|
# ID of the proxy cluster for this resource, if any.
|
5467
5467
|
attr_accessor :proxy_cluster_id
|
@@ -5518,7 +5518,7 @@ module SDM
|
|
5518
5518
|
end
|
5519
5519
|
|
5520
5520
|
class DocumentDBHostIAM
|
5521
|
-
# 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.
|
5521
|
+
# 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.
|
5522
5522
|
attr_accessor :bind_interface
|
5523
5523
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5524
5524
|
attr_accessor :egress_filter
|
@@ -5532,7 +5532,7 @@ module SDM
|
|
5532
5532
|
attr_accessor :name
|
5533
5533
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5534
5534
|
attr_accessor :port
|
5535
|
-
# The local port used by clients to connect to this resource.
|
5535
|
+
# 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.
|
5536
5536
|
attr_accessor :port_override
|
5537
5537
|
# ID of the proxy cluster for this resource, if any.
|
5538
5538
|
attr_accessor :proxy_cluster_id
|
@@ -5587,7 +5587,7 @@ module SDM
|
|
5587
5587
|
class DocumentDBReplicaSet
|
5588
5588
|
# The authentication database to use.
|
5589
5589
|
attr_accessor :auth_database
|
5590
|
-
# 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.
|
5590
|
+
# 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.
|
5591
5591
|
attr_accessor :bind_interface
|
5592
5592
|
# Set to connect to a replica instead of the primary node.
|
5593
5593
|
attr_accessor :connect_to_replica
|
@@ -5603,7 +5603,7 @@ module SDM
|
|
5603
5603
|
attr_accessor :name
|
5604
5604
|
# The password to authenticate with.
|
5605
5605
|
attr_accessor :password
|
5606
|
-
# The local port used by clients to connect to this resource.
|
5606
|
+
# 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.
|
5607
5607
|
attr_accessor :port_override
|
5608
5608
|
# ID of the proxy cluster for this resource, if any.
|
5609
5609
|
attr_accessor :proxy_cluster_id
|
@@ -5665,7 +5665,7 @@ module SDM
|
|
5665
5665
|
|
5666
5666
|
# DocumentDBReplicaSetIAM is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
5667
5667
|
class DocumentDBReplicaSetIAM
|
5668
|
-
# 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.
|
5668
|
+
# 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.
|
5669
5669
|
attr_accessor :bind_interface
|
5670
5670
|
# Set to connect to a replica instead of the primary node.
|
5671
5671
|
attr_accessor :connect_to_replica
|
@@ -5679,7 +5679,7 @@ module SDM
|
|
5679
5679
|
attr_accessor :id
|
5680
5680
|
# Unique human-readable name of the Resource.
|
5681
5681
|
attr_accessor :name
|
5682
|
-
# The local port used by clients to connect to this resource.
|
5682
|
+
# 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.
|
5683
5683
|
attr_accessor :port_override
|
5684
5684
|
# ID of the proxy cluster for this resource, if any.
|
5685
5685
|
attr_accessor :proxy_cluster_id
|
@@ -5732,7 +5732,7 @@ module SDM
|
|
5732
5732
|
end
|
5733
5733
|
|
5734
5734
|
class Druid
|
5735
|
-
# 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.
|
5735
|
+
# 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.
|
5736
5736
|
attr_accessor :bind_interface
|
5737
5737
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5738
5738
|
attr_accessor :egress_filter
|
@@ -5748,7 +5748,7 @@ module SDM
|
|
5748
5748
|
attr_accessor :password
|
5749
5749
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5750
5750
|
attr_accessor :port
|
5751
|
-
# The local port used by clients to connect to this resource.
|
5751
|
+
# 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.
|
5752
5752
|
attr_accessor :port_override
|
5753
5753
|
# ID of the proxy cluster for this resource, if any.
|
5754
5754
|
attr_accessor :proxy_cluster_id
|
@@ -5805,7 +5805,7 @@ module SDM
|
|
5805
5805
|
class DynamoDB
|
5806
5806
|
# The Access Key ID to use to authenticate.
|
5807
5807
|
attr_accessor :access_key
|
5808
|
-
# 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.
|
5808
|
+
# 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.
|
5809
5809
|
attr_accessor :bind_interface
|
5810
5810
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5811
5811
|
attr_accessor :egress_filter
|
@@ -5817,7 +5817,7 @@ module SDM
|
|
5817
5817
|
attr_accessor :id
|
5818
5818
|
# Unique human-readable name of the Resource.
|
5819
5819
|
attr_accessor :name
|
5820
|
-
# The local port used by clients to connect to this resource.
|
5820
|
+
# 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.
|
5821
5821
|
attr_accessor :port_override
|
5822
5822
|
# ID of the proxy cluster for this resource, if any.
|
5823
5823
|
attr_accessor :proxy_cluster_id
|
@@ -5882,7 +5882,7 @@ module SDM
|
|
5882
5882
|
end
|
5883
5883
|
|
5884
5884
|
class DynamoDBIAM
|
5885
|
-
# 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.
|
5885
|
+
# 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.
|
5886
5886
|
attr_accessor :bind_interface
|
5887
5887
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5888
5888
|
attr_accessor :egress_filter
|
@@ -5894,7 +5894,7 @@ module SDM
|
|
5894
5894
|
attr_accessor :id
|
5895
5895
|
# Unique human-readable name of the Resource.
|
5896
5896
|
attr_accessor :name
|
5897
|
-
# The local port used by clients to connect to this resource.
|
5897
|
+
# 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.
|
5898
5898
|
attr_accessor :port_override
|
5899
5899
|
# ID of the proxy cluster for this resource, if any.
|
5900
5900
|
attr_accessor :proxy_cluster_id
|
@@ -5953,7 +5953,7 @@ module SDM
|
|
5953
5953
|
end
|
5954
5954
|
|
5955
5955
|
class Elastic
|
5956
|
-
# 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.
|
5956
|
+
# 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.
|
5957
5957
|
attr_accessor :bind_interface
|
5958
5958
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5959
5959
|
attr_accessor :egress_filter
|
@@ -5969,7 +5969,7 @@ module SDM
|
|
5969
5969
|
attr_accessor :password
|
5970
5970
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5971
5971
|
attr_accessor :port
|
5972
|
-
# The local port used by clients to connect to this resource.
|
5972
|
+
# 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.
|
5973
5973
|
attr_accessor :port_override
|
5974
5974
|
# ID of the proxy cluster for this resource, if any.
|
5975
5975
|
attr_accessor :proxy_cluster_id
|
@@ -6028,7 +6028,7 @@ module SDM
|
|
6028
6028
|
end
|
6029
6029
|
|
6030
6030
|
class ElasticacheRedis
|
6031
|
-
# 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.
|
6031
|
+
# 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.
|
6032
6032
|
attr_accessor :bind_interface
|
6033
6033
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6034
6034
|
attr_accessor :egress_filter
|
@@ -6044,7 +6044,7 @@ module SDM
|
|
6044
6044
|
attr_accessor :password
|
6045
6045
|
# The port to dial to initiate a connection from the egress node to this resource.
|
6046
6046
|
attr_accessor :port
|
6047
|
-
# The local port used by clients to connect to this resource.
|
6047
|
+
# 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.
|
6048
6048
|
attr_accessor :port_override
|
6049
6049
|
# ID of the proxy cluster for this resource, if any.
|
6050
6050
|
attr_accessor :proxy_cluster_id
|
@@ -6104,7 +6104,7 @@ module SDM
|
|
6104
6104
|
|
6105
6105
|
# EntraID is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
6106
6106
|
class EntraID
|
6107
|
-
# 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.
|
6107
|
+
# 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.
|
6108
6108
|
attr_accessor :bind_interface
|
6109
6109
|
# If true, configures discovery of the tenant to be run from a node.
|
6110
6110
|
attr_accessor :discovery_enabled
|
@@ -6187,7 +6187,7 @@ module SDM
|
|
6187
6187
|
end
|
6188
6188
|
|
6189
6189
|
class GCP
|
6190
|
-
# 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.
|
6190
|
+
# 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.
|
6191
6191
|
attr_accessor :bind_interface
|
6192
6192
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6193
6193
|
attr_accessor :egress_filter
|
@@ -6199,7 +6199,7 @@ module SDM
|
|
6199
6199
|
attr_accessor :keyfile
|
6200
6200
|
# Unique human-readable name of the Resource.
|
6201
6201
|
attr_accessor :name
|
6202
|
-
# The local port used by clients to connect to this resource.
|
6202
|
+
# 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.
|
6203
6203
|
attr_accessor :port_override
|
6204
6204
|
# ID of the proxy cluster for this resource, if any.
|
6205
6205
|
attr_accessor :proxy_cluster_id
|
@@ -6297,7 +6297,7 @@ module SDM
|
|
6297
6297
|
end
|
6298
6298
|
|
6299
6299
|
class GCPConsole
|
6300
|
-
# 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.
|
6300
|
+
# 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.
|
6301
6301
|
attr_accessor :bind_interface
|
6302
6302
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6303
6303
|
attr_accessor :egress_filter
|
@@ -6311,7 +6311,7 @@ module SDM
|
|
6311
6311
|
attr_accessor :identity_set_id
|
6312
6312
|
# Unique human-readable name of the Resource.
|
6313
6313
|
attr_accessor :name
|
6314
|
-
# The local port used by clients to connect to this resource.
|
6314
|
+
# 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.
|
6315
6315
|
attr_accessor :port_override
|
6316
6316
|
# ID of the proxy cluster for this resource, if any.
|
6317
6317
|
attr_accessor :proxy_cluster_id
|
@@ -6403,7 +6403,7 @@ module SDM
|
|
6403
6403
|
end
|
6404
6404
|
|
6405
6405
|
class GCPWIF
|
6406
|
-
# 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.
|
6406
|
+
# 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.
|
6407
6407
|
attr_accessor :bind_interface
|
6408
6408
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6409
6409
|
attr_accessor :egress_filter
|
@@ -6417,7 +6417,7 @@ module SDM
|
|
6417
6417
|
attr_accessor :identity_set_id
|
6418
6418
|
# Unique human-readable name of the Resource.
|
6419
6419
|
attr_accessor :name
|
6420
|
-
# The local port used by clients to connect to this resource.
|
6420
|
+
# 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.
|
6421
6421
|
attr_accessor :port_override
|
6422
6422
|
# When specified, all project scoped requests will use this Project ID, overriding the project ID specified by clients
|
6423
6423
|
attr_accessor :project_id
|
@@ -6633,7 +6633,7 @@ module SDM
|
|
6633
6633
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
6634
6634
|
# when a resource role is not provided.
|
6635
6635
|
attr_accessor :allow_resource_role_bypass
|
6636
|
-
# 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.
|
6636
|
+
# 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.
|
6637
6637
|
attr_accessor :bind_interface
|
6638
6638
|
# The CA to authenticate TLS connections with.
|
6639
6639
|
attr_accessor :certificate_authority
|
@@ -6658,7 +6658,7 @@ module SDM
|
|
6658
6658
|
attr_accessor :identity_set_id
|
6659
6659
|
# Unique human-readable name of the Resource.
|
6660
6660
|
attr_accessor :name
|
6661
|
-
# The local port used by clients to connect to this resource.
|
6661
|
+
# 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.
|
6662
6662
|
attr_accessor :port_override
|
6663
6663
|
# ID of the proxy cluster for this resource, if any.
|
6664
6664
|
attr_accessor :proxy_cluster_id
|
@@ -6724,7 +6724,7 @@ module SDM
|
|
6724
6724
|
|
6725
6725
|
# GoogleGKEUserImpersonation is deprecated, see docs for more info.
|
6726
6726
|
class GoogleGKEUserImpersonation
|
6727
|
-
# 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.
|
6727
|
+
# 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.
|
6728
6728
|
attr_accessor :bind_interface
|
6729
6729
|
# The CA to authenticate TLS connections with.
|
6730
6730
|
attr_accessor :certificate_authority
|
@@ -6740,7 +6740,7 @@ module SDM
|
|
6740
6740
|
attr_accessor :id
|
6741
6741
|
# Unique human-readable name of the Resource.
|
6742
6742
|
attr_accessor :name
|
6743
|
-
# The local port used by clients to connect to this resource.
|
6743
|
+
# 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.
|
6744
6744
|
attr_accessor :port_override
|
6745
6745
|
# ID of the proxy cluster for this resource, if any.
|
6746
6746
|
attr_accessor :proxy_cluster_id
|
@@ -6795,7 +6795,7 @@ module SDM
|
|
6795
6795
|
end
|
6796
6796
|
|
6797
6797
|
class Greenplum
|
6798
|
-
# 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.
|
6798
|
+
# 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.
|
6799
6799
|
attr_accessor :bind_interface
|
6800
6800
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
6801
6801
|
attr_accessor :database
|
@@ -6815,7 +6815,7 @@ module SDM
|
|
6815
6815
|
attr_accessor :password
|
6816
6816
|
# The port to dial to initiate a connection from the egress node to this resource.
|
6817
6817
|
attr_accessor :port
|
6818
|
-
# The local port used by clients to connect to this resource.
|
6818
|
+
# 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.
|
6819
6819
|
attr_accessor :port_override
|
6820
6820
|
# ID of the proxy cluster for this resource, if any.
|
6821
6821
|
attr_accessor :proxy_cluster_id
|
@@ -6876,7 +6876,7 @@ module SDM
|
|
6876
6876
|
class HTTPAuth
|
6877
6877
|
# The content to set as the authorization header.
|
6878
6878
|
attr_accessor :auth_header
|
6879
|
-
# 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.
|
6879
|
+
# 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.
|
6880
6880
|
attr_accessor :bind_interface
|
6881
6881
|
# Automatically redirect to this path upon connecting.
|
6882
6882
|
attr_accessor :default_path
|
@@ -6894,7 +6894,7 @@ module SDM
|
|
6894
6894
|
attr_accessor :id
|
6895
6895
|
# Unique human-readable name of the Resource.
|
6896
6896
|
attr_accessor :name
|
6897
|
-
# The local port used by clients to connect to this resource.
|
6897
|
+
# 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.
|
6898
6898
|
attr_accessor :port_override
|
6899
6899
|
# ID of the proxy cluster for this resource, if any.
|
6900
6900
|
attr_accessor :proxy_cluster_id
|
@@ -6953,7 +6953,7 @@ module SDM
|
|
6953
6953
|
end
|
6954
6954
|
|
6955
6955
|
class HTTPBasicAuth
|
6956
|
-
# 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.
|
6956
|
+
# 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.
|
6957
6957
|
attr_accessor :bind_interface
|
6958
6958
|
# Automatically redirect to this path upon connecting.
|
6959
6959
|
attr_accessor :default_path
|
@@ -6973,7 +6973,7 @@ module SDM
|
|
6973
6973
|
attr_accessor :name
|
6974
6974
|
# The password to authenticate with.
|
6975
6975
|
attr_accessor :password
|
6976
|
-
# The local port used by clients to connect to this resource.
|
6976
|
+
# 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.
|
6977
6977
|
attr_accessor :port_override
|
6978
6978
|
# ID of the proxy cluster for this resource, if any.
|
6979
6979
|
attr_accessor :proxy_cluster_id
|
@@ -7036,7 +7036,7 @@ module SDM
|
|
7036
7036
|
end
|
7037
7037
|
|
7038
7038
|
class HTTPNoAuth
|
7039
|
-
# 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.
|
7039
|
+
# 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.
|
7040
7040
|
attr_accessor :bind_interface
|
7041
7041
|
# Automatically redirect to this path upon connecting.
|
7042
7042
|
attr_accessor :default_path
|
@@ -7054,7 +7054,7 @@ module SDM
|
|
7054
7054
|
attr_accessor :id
|
7055
7055
|
# Unique human-readable name of the Resource.
|
7056
7056
|
attr_accessor :name
|
7057
|
-
# The local port used by clients to connect to this resource.
|
7057
|
+
# 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.
|
7058
7058
|
attr_accessor :port_override
|
7059
7059
|
# ID of the proxy cluster for this resource, if any.
|
7060
7060
|
attr_accessor :proxy_cluster_id
|
@@ -7777,7 +7777,7 @@ module SDM
|
|
7777
7777
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
7778
7778
|
# when a resource role is not provided.
|
7779
7779
|
attr_accessor :allow_resource_role_bypass
|
7780
|
-
# 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.
|
7780
|
+
# 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.
|
7781
7781
|
attr_accessor :bind_interface
|
7782
7782
|
# The CA to authenticate TLS connections with.
|
7783
7783
|
attr_accessor :certificate_authority
|
@@ -7808,7 +7808,7 @@ module SDM
|
|
7808
7808
|
attr_accessor :name
|
7809
7809
|
# The port to dial to initiate a connection from the egress node to this resource.
|
7810
7810
|
attr_accessor :port
|
7811
|
-
# The local port used by clients to connect to this resource.
|
7811
|
+
# 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.
|
7812
7812
|
attr_accessor :port_override
|
7813
7813
|
# ID of the proxy cluster for this resource, if any.
|
7814
7814
|
attr_accessor :proxy_cluster_id
|
@@ -7876,7 +7876,7 @@ module SDM
|
|
7876
7876
|
|
7877
7877
|
# KubernetesBasicAuth is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
7878
7878
|
class KubernetesBasicAuth
|
7879
|
-
# 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.
|
7879
|
+
# 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.
|
7880
7880
|
attr_accessor :bind_interface
|
7881
7881
|
# A filter applied to the routing logic to pin datasource to nodes.
|
7882
7882
|
attr_accessor :egress_filter
|
@@ -7894,7 +7894,7 @@ module SDM
|
|
7894
7894
|
attr_accessor :password
|
7895
7895
|
# The port to dial to initiate a connection from the egress node to this resource.
|
7896
7896
|
attr_accessor :port
|
7897
|
-
# The local port used by clients to connect to this resource.
|
7897
|
+
# 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.
|
7898
7898
|
attr_accessor :port_override
|
7899
7899
|
# ID of the proxy cluster for this resource, if any.
|
7900
7900
|
attr_accessor :proxy_cluster_id
|
@@ -7954,7 +7954,7 @@ module SDM
|
|
7954
7954
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
7955
7955
|
# when a resource role is not provided.
|
7956
7956
|
attr_accessor :allow_resource_role_bypass
|
7957
|
-
# 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.
|
7957
|
+
# 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.
|
7958
7958
|
attr_accessor :bind_interface
|
7959
7959
|
# The CA to authenticate TLS connections with.
|
7960
7960
|
attr_accessor :certificate_authority
|
@@ -7977,7 +7977,7 @@ module SDM
|
|
7977
7977
|
attr_accessor :identity_set_id
|
7978
7978
|
# Unique human-readable name of the Resource.
|
7979
7979
|
attr_accessor :name
|
7980
|
-
# The local port used by clients to connect to this resource.
|
7980
|
+
# 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.
|
7981
7981
|
attr_accessor :port_override
|
7982
7982
|
# ID of the proxy cluster for this resource, if any.
|
7983
7983
|
attr_accessor :proxy_cluster_id
|
@@ -8039,7 +8039,7 @@ module SDM
|
|
8039
8039
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
8040
8040
|
# when a resource role is not provided.
|
8041
8041
|
attr_accessor :allow_resource_role_bypass
|
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.
|
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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
8043
8043
|
attr_accessor :bind_interface
|
8044
8044
|
# If true, configures discovery of a cluster to be run from a node.
|
8045
8045
|
attr_accessor :discovery_enabled
|
@@ -8064,7 +8064,7 @@ module SDM
|
|
8064
8064
|
attr_accessor :name
|
8065
8065
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8066
8066
|
attr_accessor :port
|
8067
|
-
# The local port used by clients to connect to this resource.
|
8067
|
+
# 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.
|
8068
8068
|
attr_accessor :port_override
|
8069
8069
|
# ID of the proxy cluster for this resource, if any.
|
8070
8070
|
attr_accessor :proxy_cluster_id
|
@@ -8130,7 +8130,7 @@ module SDM
|
|
8130
8130
|
|
8131
8131
|
# KubernetesServiceAccountUserImpersonation is deprecated, see docs for more info.
|
8132
8132
|
class KubernetesServiceAccountUserImpersonation
|
8133
|
-
# 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.
|
8133
|
+
# 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.
|
8134
8134
|
attr_accessor :bind_interface
|
8135
8135
|
# A filter applied to the routing logic to pin datasource to nodes.
|
8136
8136
|
attr_accessor :egress_filter
|
@@ -8146,7 +8146,7 @@ module SDM
|
|
8146
8146
|
attr_accessor :name
|
8147
8147
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8148
8148
|
attr_accessor :port
|
8149
|
-
# The local port used by clients to connect to this resource.
|
8149
|
+
# 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.
|
8150
8150
|
attr_accessor :port_override
|
8151
8151
|
# ID of the proxy cluster for this resource, if any.
|
8152
8152
|
attr_accessor :proxy_cluster_id
|
@@ -8202,7 +8202,7 @@ module SDM
|
|
8202
8202
|
|
8203
8203
|
# KubernetesUserImpersonation is deprecated, see docs for more info.
|
8204
8204
|
class KubernetesUserImpersonation
|
8205
|
-
# 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.
|
8205
|
+
# 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.
|
8206
8206
|
attr_accessor :bind_interface
|
8207
8207
|
# The CA to authenticate TLS connections with.
|
8208
8208
|
attr_accessor :certificate_authority
|
@@ -8224,7 +8224,7 @@ module SDM
|
|
8224
8224
|
attr_accessor :name
|
8225
8225
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8226
8226
|
attr_accessor :port
|
8227
|
-
# The local port used by clients to connect to this resource.
|
8227
|
+
# 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.
|
8228
8228
|
attr_accessor :port_override
|
8229
8229
|
# ID of the proxy cluster for this resource, if any.
|
8230
8230
|
attr_accessor :proxy_cluster_id
|
@@ -8348,7 +8348,7 @@ module SDM
|
|
8348
8348
|
|
8349
8349
|
# MTLSMysql is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
8350
8350
|
class MTLSMysql
|
8351
|
-
# 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.
|
8351
|
+
# 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.
|
8352
8352
|
attr_accessor :bind_interface
|
8353
8353
|
# The CA to authenticate TLS connections with.
|
8354
8354
|
attr_accessor :certificate_authority
|
@@ -8372,7 +8372,7 @@ module SDM
|
|
8372
8372
|
attr_accessor :password
|
8373
8373
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8374
8374
|
attr_accessor :port
|
8375
|
-
# The local port used by clients to connect to this resource.
|
8375
|
+
# 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.
|
8376
8376
|
attr_accessor :port_override
|
8377
8377
|
# ID of the proxy cluster for this resource, if any.
|
8378
8378
|
attr_accessor :proxy_cluster_id
|
@@ -8447,7 +8447,7 @@ module SDM
|
|
8447
8447
|
end
|
8448
8448
|
|
8449
8449
|
class MTLSPostgres
|
8450
|
-
# 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.
|
8450
|
+
# 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.
|
8451
8451
|
attr_accessor :bind_interface
|
8452
8452
|
# The CA to authenticate TLS connections with.
|
8453
8453
|
attr_accessor :certificate_authority
|
@@ -8473,7 +8473,7 @@ module SDM
|
|
8473
8473
|
attr_accessor :password
|
8474
8474
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8475
8475
|
attr_accessor :port
|
8476
|
-
# The local port used by clients to connect to this resource.
|
8476
|
+
# 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.
|
8477
8477
|
attr_accessor :port_override
|
8478
8478
|
# ID of the proxy cluster for this resource, if any.
|
8479
8479
|
attr_accessor :proxy_cluster_id
|
@@ -9140,7 +9140,7 @@ module SDM
|
|
9140
9140
|
end
|
9141
9141
|
|
9142
9142
|
class Maria
|
9143
|
-
# 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.
|
9143
|
+
# 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.
|
9144
9144
|
attr_accessor :bind_interface
|
9145
9145
|
# The database for healthchecks. Does not affect client requests.
|
9146
9146
|
attr_accessor :database
|
@@ -9158,7 +9158,7 @@ module SDM
|
|
9158
9158
|
attr_accessor :password
|
9159
9159
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9160
9160
|
attr_accessor :port
|
9161
|
-
# The local port used by clients to connect to this resource.
|
9161
|
+
# 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.
|
9162
9162
|
attr_accessor :port_override
|
9163
9163
|
# ID of the proxy cluster for this resource, if any.
|
9164
9164
|
attr_accessor :proxy_cluster_id
|
@@ -9223,7 +9223,7 @@ module SDM
|
|
9223
9223
|
end
|
9224
9224
|
|
9225
9225
|
class Memcached
|
9226
|
-
# 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.
|
9226
|
+
# 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.
|
9227
9227
|
attr_accessor :bind_interface
|
9228
9228
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9229
9229
|
attr_accessor :egress_filter
|
@@ -9237,7 +9237,7 @@ module SDM
|
|
9237
9237
|
attr_accessor :name
|
9238
9238
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9239
9239
|
attr_accessor :port
|
9240
|
-
# The local port used by clients to connect to this resource.
|
9240
|
+
# 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.
|
9241
9241
|
attr_accessor :port_override
|
9242
9242
|
# ID of the proxy cluster for this resource, if any.
|
9243
9243
|
attr_accessor :proxy_cluster_id
|
@@ -9286,7 +9286,7 @@ module SDM
|
|
9286
9286
|
end
|
9287
9287
|
|
9288
9288
|
class Memsql
|
9289
|
-
# 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.
|
9289
|
+
# 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.
|
9290
9290
|
attr_accessor :bind_interface
|
9291
9291
|
# The database for healthchecks. Does not affect client requests.
|
9292
9292
|
attr_accessor :database
|
@@ -9304,7 +9304,7 @@ module SDM
|
|
9304
9304
|
attr_accessor :password
|
9305
9305
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9306
9306
|
attr_accessor :port
|
9307
|
-
# The local port used by clients to connect to this resource.
|
9307
|
+
# 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.
|
9308
9308
|
attr_accessor :port_override
|
9309
9309
|
# ID of the proxy cluster for this resource, if any.
|
9310
9310
|
attr_accessor :proxy_cluster_id
|
@@ -9371,7 +9371,7 @@ module SDM
|
|
9371
9371
|
class MongoHost
|
9372
9372
|
# The authentication database to use.
|
9373
9373
|
attr_accessor :auth_database
|
9374
|
-
# 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.
|
9374
|
+
# 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.
|
9375
9375
|
attr_accessor :bind_interface
|
9376
9376
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9377
9377
|
attr_accessor :egress_filter
|
@@ -9387,7 +9387,7 @@ module SDM
|
|
9387
9387
|
attr_accessor :password
|
9388
9388
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9389
9389
|
attr_accessor :port
|
9390
|
-
# The local port used by clients to connect to this resource.
|
9390
|
+
# 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.
|
9391
9391
|
attr_accessor :port_override
|
9392
9392
|
# ID of the proxy cluster for this resource, if any.
|
9393
9393
|
attr_accessor :proxy_cluster_id
|
@@ -9451,7 +9451,7 @@ module SDM
|
|
9451
9451
|
class MongoLegacyHost
|
9452
9452
|
# The authentication database to use.
|
9453
9453
|
attr_accessor :auth_database
|
9454
|
-
# 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.
|
9454
|
+
# 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.
|
9455
9455
|
attr_accessor :bind_interface
|
9456
9456
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9457
9457
|
attr_accessor :egress_filter
|
@@ -9467,7 +9467,7 @@ module SDM
|
|
9467
9467
|
attr_accessor :password
|
9468
9468
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9469
9469
|
attr_accessor :port
|
9470
|
-
# The local port used by clients to connect to this resource.
|
9470
|
+
# 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.
|
9471
9471
|
attr_accessor :port_override
|
9472
9472
|
# ID of the proxy cluster for this resource, if any.
|
9473
9473
|
attr_accessor :proxy_cluster_id
|
@@ -9531,7 +9531,7 @@ module SDM
|
|
9531
9531
|
class MongoLegacyReplicaset
|
9532
9532
|
# The authentication database to use.
|
9533
9533
|
attr_accessor :auth_database
|
9534
|
-
# 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.
|
9534
|
+
# 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.
|
9535
9535
|
attr_accessor :bind_interface
|
9536
9536
|
# Set to connect to a replica instead of the primary node.
|
9537
9537
|
attr_accessor :connect_to_replica
|
@@ -9549,7 +9549,7 @@ module SDM
|
|
9549
9549
|
attr_accessor :password
|
9550
9550
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9551
9551
|
attr_accessor :port
|
9552
|
-
# The local port used by clients to connect to this resource.
|
9552
|
+
# 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.
|
9553
9553
|
attr_accessor :port_override
|
9554
9554
|
# ID of the proxy cluster for this resource, if any.
|
9555
9555
|
attr_accessor :proxy_cluster_id
|
@@ -9618,7 +9618,7 @@ module SDM
|
|
9618
9618
|
class MongoReplicaSet
|
9619
9619
|
# The authentication database to use.
|
9620
9620
|
attr_accessor :auth_database
|
9621
|
-
# 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.
|
9621
|
+
# 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.
|
9622
9622
|
attr_accessor :bind_interface
|
9623
9623
|
# Set to connect to a replica instead of the primary node.
|
9624
9624
|
attr_accessor :connect_to_replica
|
@@ -9636,7 +9636,7 @@ module SDM
|
|
9636
9636
|
attr_accessor :password
|
9637
9637
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9638
9638
|
attr_accessor :port
|
9639
|
-
# The local port used by clients to connect to this resource.
|
9639
|
+
# 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.
|
9640
9640
|
attr_accessor :port_override
|
9641
9641
|
# ID of the proxy cluster for this resource, if any.
|
9642
9642
|
attr_accessor :proxy_cluster_id
|
@@ -9705,7 +9705,7 @@ module SDM
|
|
9705
9705
|
class MongoShardedCluster
|
9706
9706
|
# The authentication database to use.
|
9707
9707
|
attr_accessor :auth_database
|
9708
|
-
# 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.
|
9708
|
+
# 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.
|
9709
9709
|
attr_accessor :bind_interface
|
9710
9710
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9711
9711
|
attr_accessor :egress_filter
|
@@ -9719,7 +9719,7 @@ module SDM
|
|
9719
9719
|
attr_accessor :name
|
9720
9720
|
# The password to authenticate with.
|
9721
9721
|
attr_accessor :password
|
9722
|
-
# The local port used by clients to connect to this resource.
|
9722
|
+
# 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.
|
9723
9723
|
attr_accessor :port_override
|
9724
9724
|
# ID of the proxy cluster for this resource, if any.
|
9725
9725
|
attr_accessor :proxy_cluster_id
|
@@ -9778,7 +9778,7 @@ module SDM
|
|
9778
9778
|
end
|
9779
9779
|
|
9780
9780
|
class Mysql
|
9781
|
-
# 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.
|
9781
|
+
# 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.
|
9782
9782
|
attr_accessor :bind_interface
|
9783
9783
|
# The database for healthchecks. Does not affect client requests.
|
9784
9784
|
attr_accessor :database
|
@@ -9796,7 +9796,7 @@ module SDM
|
|
9796
9796
|
attr_accessor :password
|
9797
9797
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9798
9798
|
attr_accessor :port
|
9799
|
-
# The local port used by clients to connect to this resource.
|
9799
|
+
# 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.
|
9800
9800
|
attr_accessor :port_override
|
9801
9801
|
# ID of the proxy cluster for this resource, if any.
|
9802
9802
|
attr_accessor :proxy_cluster_id
|
@@ -9861,7 +9861,7 @@ module SDM
|
|
9861
9861
|
end
|
9862
9862
|
|
9863
9863
|
class Neptune
|
9864
|
-
# 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.
|
9864
|
+
# 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.
|
9865
9865
|
attr_accessor :bind_interface
|
9866
9866
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9867
9867
|
attr_accessor :egress_filter
|
@@ -9875,7 +9875,7 @@ module SDM
|
|
9875
9875
|
attr_accessor :name
|
9876
9876
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9877
9877
|
attr_accessor :port
|
9878
|
-
# The local port used by clients to connect to this resource.
|
9878
|
+
# 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.
|
9879
9879
|
attr_accessor :port_override
|
9880
9880
|
# ID of the proxy cluster for this resource, if any.
|
9881
9881
|
attr_accessor :proxy_cluster_id
|
@@ -9926,7 +9926,7 @@ module SDM
|
|
9926
9926
|
class NeptuneIAM
|
9927
9927
|
# The Access Key ID to use to authenticate.
|
9928
9928
|
attr_accessor :access_key
|
9929
|
-
# 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.
|
9929
|
+
# 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.
|
9930
9930
|
attr_accessor :bind_interface
|
9931
9931
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9932
9932
|
attr_accessor :egress_filter
|
@@ -9940,7 +9940,7 @@ module SDM
|
|
9940
9940
|
attr_accessor :name
|
9941
9941
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9942
9942
|
attr_accessor :port
|
9943
|
-
# The local port used by clients to connect to this resource.
|
9943
|
+
# 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.
|
9944
9944
|
attr_accessor :port_override
|
9945
9945
|
# ID of the proxy cluster for this resource, if any.
|
9946
9946
|
attr_accessor :proxy_cluster_id
|
@@ -10188,7 +10188,7 @@ module SDM
|
|
10188
10188
|
end
|
10189
10189
|
|
10190
10190
|
class Oracle
|
10191
|
-
# 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.
|
10191
|
+
# 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.
|
10192
10192
|
attr_accessor :bind_interface
|
10193
10193
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
10194
10194
|
attr_accessor :database
|
@@ -10206,7 +10206,7 @@ module SDM
|
|
10206
10206
|
attr_accessor :password
|
10207
10207
|
# The port to dial to initiate a connection from the egress node to this resource.
|
10208
10208
|
attr_accessor :port
|
10209
|
-
# The local port used by clients to connect to this resource.
|
10209
|
+
# 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.
|
10210
10210
|
attr_accessor :port_override
|
10211
10211
|
# ID of the proxy cluster for this resource, if any.
|
10212
10212
|
attr_accessor :proxy_cluster_id
|
@@ -10267,7 +10267,7 @@ module SDM
|
|
10267
10267
|
end
|
10268
10268
|
|
10269
10269
|
class OracleNNE
|
10270
|
-
# 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.
|
10270
|
+
# 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.
|
10271
10271
|
attr_accessor :bind_interface
|
10272
10272
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
10273
10273
|
attr_accessor :database
|
@@ -10285,7 +10285,7 @@ module SDM
|
|
10285
10285
|
attr_accessor :password
|
10286
10286
|
# The port to dial to initiate a connection from the egress node to this resource.
|
10287
10287
|
attr_accessor :port
|
10288
|
-
# The local port used by clients to connect to this resource.
|
10288
|
+
# 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.
|
10289
10289
|
attr_accessor :port_override
|
10290
10290
|
# ID of the proxy cluster for this resource, if any.
|
10291
10291
|
attr_accessor :proxy_cluster_id
|
@@ -11134,7 +11134,7 @@ module SDM
|
|
11134
11134
|
end
|
11135
11135
|
|
11136
11136
|
class Postgres
|
11137
|
-
# 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.
|
11137
|
+
# 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.
|
11138
11138
|
attr_accessor :bind_interface
|
11139
11139
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
11140
11140
|
attr_accessor :database
|
@@ -11154,7 +11154,7 @@ module SDM
|
|
11154
11154
|
attr_accessor :password
|
11155
11155
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11156
11156
|
attr_accessor :port
|
11157
|
-
# The local port used by clients to connect to this resource.
|
11157
|
+
# 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.
|
11158
11158
|
attr_accessor :port_override
|
11159
11159
|
# ID of the proxy cluster for this resource, if any.
|
11160
11160
|
attr_accessor :proxy_cluster_id
|
@@ -11213,7 +11213,7 @@ module SDM
|
|
11213
11213
|
end
|
11214
11214
|
|
11215
11215
|
class Presto
|
11216
|
-
# 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.
|
11216
|
+
# 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.
|
11217
11217
|
attr_accessor :bind_interface
|
11218
11218
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
11219
11219
|
attr_accessor :database
|
@@ -11231,7 +11231,7 @@ module SDM
|
|
11231
11231
|
attr_accessor :password
|
11232
11232
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11233
11233
|
attr_accessor :port
|
11234
|
-
# The local port used by clients to connect to this resource.
|
11234
|
+
# 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.
|
11235
11235
|
attr_accessor :port_override
|
11236
11236
|
# ID of the proxy cluster for this resource, if any.
|
11237
11237
|
attr_accessor :proxy_cluster_id
|
@@ -11689,7 +11689,7 @@ module SDM
|
|
11689
11689
|
end
|
11690
11690
|
|
11691
11691
|
class RDP
|
11692
|
-
# 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.
|
11692
|
+
# 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.
|
11693
11693
|
attr_accessor :bind_interface
|
11694
11694
|
# When set, network level authentication will not be used. May resolve unexpected authentication errors to older servers. When set, healthchecks cannot detect if a provided username / password pair is correct.
|
11695
11695
|
attr_accessor :downgrade_nla_connections
|
@@ -11709,7 +11709,7 @@ module SDM
|
|
11709
11709
|
attr_accessor :password
|
11710
11710
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11711
11711
|
attr_accessor :port
|
11712
|
-
# The local port used by clients to connect to this resource.
|
11712
|
+
# 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.
|
11713
11713
|
attr_accessor :port_override
|
11714
11714
|
# ID of the proxy cluster for this resource, if any.
|
11715
11715
|
attr_accessor :proxy_cluster_id
|
@@ -11768,7 +11768,7 @@ module SDM
|
|
11768
11768
|
end
|
11769
11769
|
|
11770
11770
|
class RDPCert
|
11771
|
-
# 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.
|
11771
|
+
# 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.
|
11772
11772
|
attr_accessor :bind_interface
|
11773
11773
|
# A filter applied to the routing logic to pin datasource to nodes.
|
11774
11774
|
attr_accessor :egress_filter
|
@@ -11788,14 +11788,13 @@ module SDM
|
|
11788
11788
|
attr_accessor :name
|
11789
11789
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11790
11790
|
attr_accessor :port
|
11791
|
-
# The local port used by clients to connect to this resource.
|
11791
|
+
# 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.
|
11792
11792
|
attr_accessor :port_override
|
11793
11793
|
# ID of the proxy cluster for this resource, if any.
|
11794
11794
|
attr_accessor :proxy_cluster_id
|
11795
11795
|
# ID of the secret store containing credentials for this resource, if any.
|
11796
11796
|
attr_accessor :secret_store_id
|
11797
|
-
#
|
11798
|
-
# Using extraplain3 here as 1 and 2 are used in cert generation and internal driver config
|
11797
|
+
# Windows Security Identifier (SID) of the configured Username, required for strong certificate mapping in full enforcement mode.
|
11799
11798
|
attr_accessor :sid
|
11800
11799
|
# Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
11801
11800
|
attr_accessor :subdomain
|
@@ -11852,7 +11851,7 @@ module SDM
|
|
11852
11851
|
end
|
11853
11852
|
|
11854
11853
|
class RDSPostgresIAM
|
11855
|
-
# 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.
|
11854
|
+
# 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.
|
11856
11855
|
attr_accessor :bind_interface
|
11857
11856
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
11858
11857
|
attr_accessor :database
|
@@ -11870,7 +11869,7 @@ module SDM
|
|
11870
11869
|
attr_accessor :override_database
|
11871
11870
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11872
11871
|
attr_accessor :port
|
11873
|
-
# The local port used by clients to connect to this resource.
|
11872
|
+
# 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.
|
11874
11873
|
attr_accessor :port_override
|
11875
11874
|
# ID of the proxy cluster for this resource, if any.
|
11876
11875
|
attr_accessor :proxy_cluster_id
|
@@ -11935,7 +11934,7 @@ module SDM
|
|
11935
11934
|
end
|
11936
11935
|
|
11937
11936
|
class RabbitMQAMQP091
|
11938
|
-
# 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.
|
11937
|
+
# 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.
|
11939
11938
|
attr_accessor :bind_interface
|
11940
11939
|
# A filter applied to the routing logic to pin datasource to nodes.
|
11941
11940
|
attr_accessor :egress_filter
|
@@ -11951,7 +11950,7 @@ module SDM
|
|
11951
11950
|
attr_accessor :password
|
11952
11951
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11953
11952
|
attr_accessor :port
|
11954
|
-
# The local port used by clients to connect to this resource.
|
11953
|
+
# 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.
|
11955
11954
|
attr_accessor :port_override
|
11956
11955
|
# ID of the proxy cluster for this resource, if any.
|
11957
11956
|
attr_accessor :proxy_cluster_id
|
@@ -12045,7 +12044,7 @@ module SDM
|
|
12045
12044
|
end
|
12046
12045
|
|
12047
12046
|
class RawTCP
|
12048
|
-
# 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.
|
12047
|
+
# 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.
|
12049
12048
|
attr_accessor :bind_interface
|
12050
12049
|
# A filter applied to the routing logic to pin datasource to nodes.
|
12051
12050
|
attr_accessor :egress_filter
|
@@ -12059,7 +12058,7 @@ module SDM
|
|
12059
12058
|
attr_accessor :name
|
12060
12059
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12061
12060
|
attr_accessor :port
|
12062
|
-
# The local port used by clients to connect to this resource.
|
12061
|
+
# 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.
|
12063
12062
|
attr_accessor :port_override
|
12064
12063
|
# ID of the proxy cluster for this resource, if any.
|
12065
12064
|
attr_accessor :proxy_cluster_id
|
@@ -12108,7 +12107,7 @@ module SDM
|
|
12108
12107
|
end
|
12109
12108
|
|
12110
12109
|
class Redis
|
12111
|
-
# 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.
|
12110
|
+
# 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.
|
12112
12111
|
attr_accessor :bind_interface
|
12113
12112
|
# A filter applied to the routing logic to pin datasource to nodes.
|
12114
12113
|
attr_accessor :egress_filter
|
@@ -12124,7 +12123,7 @@ module SDM
|
|
12124
12123
|
attr_accessor :password
|
12125
12124
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12126
12125
|
attr_accessor :port
|
12127
|
-
# The local port used by clients to connect to this resource.
|
12126
|
+
# 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.
|
12128
12127
|
attr_accessor :port_override
|
12129
12128
|
# ID of the proxy cluster for this resource, if any.
|
12130
12129
|
attr_accessor :proxy_cluster_id
|
@@ -12183,7 +12182,7 @@ module SDM
|
|
12183
12182
|
end
|
12184
12183
|
|
12185
12184
|
class RedisCluster
|
12186
|
-
# 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.
|
12185
|
+
# 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.
|
12187
12186
|
attr_accessor :bind_interface
|
12188
12187
|
# A filter applied to the routing logic to pin datasource to nodes.
|
12189
12188
|
attr_accessor :egress_filter
|
@@ -12199,7 +12198,7 @@ module SDM
|
|
12199
12198
|
attr_accessor :password
|
12200
12199
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12201
12200
|
attr_accessor :port
|
12202
|
-
# The local port used by clients to connect to this resource.
|
12201
|
+
# 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.
|
12203
12202
|
attr_accessor :port_override
|
12204
12203
|
# ID of the proxy cluster for this resource, if any.
|
12205
12204
|
attr_accessor :proxy_cluster_id
|
@@ -12258,7 +12257,7 @@ module SDM
|
|
12258
12257
|
end
|
12259
12258
|
|
12260
12259
|
class Redshift
|
12261
|
-
# 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.
|
12260
|
+
# 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.
|
12262
12261
|
attr_accessor :bind_interface
|
12263
12262
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
12264
12263
|
attr_accessor :database
|
@@ -12278,7 +12277,7 @@ module SDM
|
|
12278
12277
|
attr_accessor :password
|
12279
12278
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12280
12279
|
attr_accessor :port
|
12281
|
-
# The local port used by clients to connect to this resource.
|
12280
|
+
# 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.
|
12282
12281
|
attr_accessor :port_override
|
12283
12282
|
# ID of the proxy cluster for this resource, if any.
|
12284
12283
|
attr_accessor :proxy_cluster_id
|
@@ -12337,7 +12336,7 @@ module SDM
|
|
12337
12336
|
end
|
12338
12337
|
|
12339
12338
|
class RedshiftIAM
|
12340
|
-
# 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.
|
12339
|
+
# 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.
|
12341
12340
|
attr_accessor :bind_interface
|
12342
12341
|
# Cluster Identified of Redshift cluster
|
12343
12342
|
attr_accessor :cluster_id
|
@@ -12357,7 +12356,7 @@ module SDM
|
|
12357
12356
|
attr_accessor :override_database
|
12358
12357
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12359
12358
|
attr_accessor :port
|
12360
|
-
# The local port used by clients to connect to this resource.
|
12359
|
+
# 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.
|
12361
12360
|
attr_accessor :port_override
|
12362
12361
|
# ID of the proxy cluster for this resource, if any.
|
12363
12362
|
attr_accessor :proxy_cluster_id
|
@@ -12420,7 +12419,7 @@ module SDM
|
|
12420
12419
|
end
|
12421
12420
|
|
12422
12421
|
class RedshiftServerlessIAM
|
12423
|
-
# 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.
|
12422
|
+
# 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.
|
12424
12423
|
attr_accessor :bind_interface
|
12425
12424
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
12426
12425
|
attr_accessor :database
|
@@ -12438,7 +12437,7 @@ module SDM
|
|
12438
12437
|
attr_accessor :override_database
|
12439
12438
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12440
12439
|
attr_accessor :port
|
12441
|
-
# The local port used by clients to connect to this resource.
|
12440
|
+
# 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.
|
12442
12441
|
attr_accessor :port_override
|
12443
12442
|
# ID of the proxy cluster for this resource, if any.
|
12444
12443
|
attr_accessor :proxy_cluster_id
|
@@ -13371,7 +13370,7 @@ module SDM
|
|
13371
13370
|
# Whether to allow deprecated encryption protocols to be used for this resource. For example,
|
13372
13371
|
# TLS 1.0.
|
13373
13372
|
attr_accessor :allow_deprecated_encryption
|
13374
|
-
# 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.
|
13373
|
+
# 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.
|
13375
13374
|
attr_accessor :bind_interface
|
13376
13375
|
# The database for healthchecks, and used for clients if Override Default Database is true.
|
13377
13376
|
attr_accessor :database
|
@@ -13391,7 +13390,7 @@ module SDM
|
|
13391
13390
|
attr_accessor :password
|
13392
13391
|
# The port to dial to initiate a connection from the egress node to this resource.
|
13393
13392
|
attr_accessor :port
|
13394
|
-
# The local port used by clients to connect to this resource.
|
13393
|
+
# 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.
|
13395
13394
|
attr_accessor :port_override
|
13396
13395
|
# ID of the proxy cluster for this resource, if any.
|
13397
13396
|
attr_accessor :proxy_cluster_id
|
@@ -13459,7 +13458,7 @@ module SDM
|
|
13459
13458
|
# Whether to allow deprecated encryption protocols to be used for this resource. For example,
|
13460
13459
|
# TLS 1.0.
|
13461
13460
|
attr_accessor :allow_deprecated_encryption
|
13462
|
-
# 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.
|
13461
|
+
# 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.
|
13463
13462
|
attr_accessor :bind_interface
|
13464
13463
|
# The Azure AD application (client) ID with which to authenticate.
|
13465
13464
|
attr_accessor :client_id
|
@@ -13479,7 +13478,7 @@ module SDM
|
|
13479
13478
|
attr_accessor :override_database
|
13480
13479
|
# The port to dial to initiate a connection from the egress node to this resource.
|
13481
13480
|
attr_accessor :port
|
13482
|
-
# The local port used by clients to connect to this resource.
|
13481
|
+
# 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.
|
13483
13482
|
attr_accessor :port_override
|
13484
13483
|
# ID of the proxy cluster for this resource, if any.
|
13485
13484
|
attr_accessor :proxy_cluster_id
|
@@ -13551,7 +13550,7 @@ module SDM
|
|
13551
13550
|
# Whether to allow deprecated encryption protocols to be used for this resource. For example,
|
13552
13551
|
# TLS 1.0.
|
13553
13552
|
attr_accessor :allow_deprecated_encryption
|
13554
|
-
# 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.
|
13553
|
+
# 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.
|
13555
13554
|
attr_accessor :bind_interface
|
13556
13555
|
# The database for healthchecks, and used for clients if Override Default Database is true.
|
13557
13556
|
attr_accessor :database
|
@@ -13573,7 +13572,7 @@ module SDM
|
|
13573
13572
|
attr_accessor :override_database
|
13574
13573
|
# The port to dial to initiate a connection from the egress node to this resource.
|
13575
13574
|
attr_accessor :port
|
13576
|
-
# The local port used by clients to connect to this resource.
|
13575
|
+
# 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.
|
13577
13576
|
attr_accessor :port_override
|
13578
13577
|
# ID of the proxy cluster for this resource, if any.
|
13579
13578
|
attr_accessor :proxy_cluster_id
|
@@ -13650,7 +13649,7 @@ module SDM
|
|
13650
13649
|
class SSH
|
13651
13650
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13652
13651
|
attr_accessor :allow_deprecated_key_exchanges
|
13653
|
-
# 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.
|
13652
|
+
# 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.
|
13654
13653
|
attr_accessor :bind_interface
|
13655
13654
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13656
13655
|
attr_accessor :egress_filter
|
@@ -13668,7 +13667,7 @@ module SDM
|
|
13668
13667
|
attr_accessor :port
|
13669
13668
|
# Whether port forwarding is allowed through this server.
|
13670
13669
|
attr_accessor :port_forwarding
|
13671
|
-
# The local port used by clients to connect to this resource.
|
13670
|
+
# 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.
|
13672
13671
|
attr_accessor :port_override
|
13673
13672
|
# ID of the proxy cluster for this resource, if any.
|
13674
13673
|
attr_accessor :proxy_cluster_id
|
@@ -13733,7 +13732,7 @@ module SDM
|
|
13733
13732
|
class SSHCert
|
13734
13733
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13735
13734
|
attr_accessor :allow_deprecated_key_exchanges
|
13736
|
-
# 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.
|
13735
|
+
# 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.
|
13737
13736
|
attr_accessor :bind_interface
|
13738
13737
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13739
13738
|
attr_accessor :egress_filter
|
@@ -13755,7 +13754,7 @@ module SDM
|
|
13755
13754
|
attr_accessor :port
|
13756
13755
|
# Whether port forwarding is allowed through this server.
|
13757
13756
|
attr_accessor :port_forwarding
|
13758
|
-
# The local port used by clients to connect to this resource.
|
13757
|
+
# 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.
|
13759
13758
|
attr_accessor :port_override
|
13760
13759
|
# ID of the proxy cluster for this resource, if any.
|
13761
13760
|
attr_accessor :proxy_cluster_id
|
@@ -13820,7 +13819,7 @@ module SDM
|
|
13820
13819
|
class SSHCustomerKey
|
13821
13820
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13822
13821
|
attr_accessor :allow_deprecated_key_exchanges
|
13823
|
-
# 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.
|
13822
|
+
# 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.
|
13824
13823
|
attr_accessor :bind_interface
|
13825
13824
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13826
13825
|
attr_accessor :egress_filter
|
@@ -13840,7 +13839,7 @@ module SDM
|
|
13840
13839
|
attr_accessor :port
|
13841
13840
|
# Whether port forwarding is allowed through this server.
|
13842
13841
|
attr_accessor :port_forwarding
|
13843
|
-
# The local port used by clients to connect to this resource.
|
13842
|
+
# 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.
|
13844
13843
|
attr_accessor :port_override
|
13845
13844
|
# The private key used to authenticate with the server.
|
13846
13845
|
attr_accessor :private_key
|
@@ -13907,7 +13906,7 @@ module SDM
|
|
13907
13906
|
class SSHPassword
|
13908
13907
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13909
13908
|
attr_accessor :allow_deprecated_key_exchanges
|
13910
|
-
# 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.
|
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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
13911
13910
|
attr_accessor :bind_interface
|
13912
13911
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13913
13912
|
attr_accessor :egress_filter
|
@@ -13925,7 +13924,7 @@ module SDM
|
|
13925
13924
|
attr_accessor :port
|
13926
13925
|
# Whether port forwarding is allowed through this server.
|
13927
13926
|
attr_accessor :port_forwarding
|
13928
|
-
# The local port used by clients to connect to this resource.
|
13927
|
+
# 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.
|
13929
13928
|
attr_accessor :port_override
|
13930
13929
|
# ID of the proxy cluster for this resource, if any.
|
13931
13930
|
attr_accessor :proxy_cluster_id
|
@@ -14574,7 +14573,7 @@ module SDM
|
|
14574
14573
|
end
|
14575
14574
|
|
14576
14575
|
class SingleStore
|
14577
|
-
# 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.
|
14576
|
+
# 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.
|
14578
14577
|
attr_accessor :bind_interface
|
14579
14578
|
# The database for healthchecks. Does not affect client requests.
|
14580
14579
|
attr_accessor :database
|
@@ -14592,7 +14591,7 @@ module SDM
|
|
14592
14591
|
attr_accessor :password
|
14593
14592
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14594
14593
|
attr_accessor :port
|
14595
|
-
# The local port used by clients to connect to this resource.
|
14594
|
+
# 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.
|
14596
14595
|
attr_accessor :port_override
|
14597
14596
|
# ID of the proxy cluster for this resource, if any.
|
14598
14597
|
attr_accessor :proxy_cluster_id
|
@@ -14657,7 +14656,7 @@ module SDM
|
|
14657
14656
|
end
|
14658
14657
|
|
14659
14658
|
class Snowflake
|
14660
|
-
# 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.
|
14659
|
+
# 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.
|
14661
14660
|
attr_accessor :bind_interface
|
14662
14661
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
14663
14662
|
attr_accessor :database
|
@@ -14673,7 +14672,7 @@ module SDM
|
|
14673
14672
|
attr_accessor :name
|
14674
14673
|
# Deprecated: https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification/
|
14675
14674
|
attr_accessor :password
|
14676
|
-
# The local port used by clients to connect to this resource.
|
14675
|
+
# 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.
|
14677
14676
|
attr_accessor :port_override
|
14678
14677
|
# RSA Private Key for authentication
|
14679
14678
|
attr_accessor :private_key
|
@@ -14736,7 +14735,7 @@ module SDM
|
|
14736
14735
|
end
|
14737
14736
|
|
14738
14737
|
class Snowsight
|
14739
|
-
# 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.
|
14738
|
+
# 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.
|
14740
14739
|
attr_accessor :bind_interface
|
14741
14740
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14742
14741
|
attr_accessor :egress_filter
|
@@ -14748,7 +14747,7 @@ module SDM
|
|
14748
14747
|
attr_accessor :id
|
14749
14748
|
# Unique human-readable name of the Resource.
|
14750
14749
|
attr_accessor :name
|
14751
|
-
# The local port used by clients to connect to this resource.
|
14750
|
+
# 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.
|
14752
14751
|
attr_accessor :port_override
|
14753
14752
|
# ID of the proxy cluster for this resource, if any.
|
14754
14753
|
attr_accessor :proxy_cluster_id
|
@@ -14799,7 +14798,7 @@ module SDM
|
|
14799
14798
|
end
|
14800
14799
|
|
14801
14800
|
class Sybase
|
14802
|
-
# 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.
|
14801
|
+
# 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.
|
14803
14802
|
attr_accessor :bind_interface
|
14804
14803
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14805
14804
|
attr_accessor :egress_filter
|
@@ -14815,7 +14814,7 @@ module SDM
|
|
14815
14814
|
attr_accessor :password
|
14816
14815
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14817
14816
|
attr_accessor :port
|
14818
|
-
# The local port used by clients to connect to this resource.
|
14817
|
+
# 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.
|
14819
14818
|
attr_accessor :port_override
|
14820
14819
|
# ID of the proxy cluster for this resource, if any.
|
14821
14820
|
attr_accessor :proxy_cluster_id
|
@@ -14870,7 +14869,7 @@ module SDM
|
|
14870
14869
|
end
|
14871
14870
|
|
14872
14871
|
class SybaseIQ
|
14873
|
-
# 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.
|
14872
|
+
# 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.
|
14874
14873
|
attr_accessor :bind_interface
|
14875
14874
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14876
14875
|
attr_accessor :egress_filter
|
@@ -14886,7 +14885,7 @@ module SDM
|
|
14886
14885
|
attr_accessor :password
|
14887
14886
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14888
14887
|
attr_accessor :port
|
14889
|
-
# The local port used by clients to connect to this resource.
|
14888
|
+
# 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.
|
14890
14889
|
attr_accessor :port_override
|
14891
14890
|
# ID of the proxy cluster for this resource, if any.
|
14892
14891
|
attr_accessor :proxy_cluster_id
|
@@ -14964,7 +14963,7 @@ module SDM
|
|
14964
14963
|
end
|
14965
14964
|
|
14966
14965
|
class Teradata
|
14967
|
-
# 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.
|
14966
|
+
# 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.
|
14968
14967
|
attr_accessor :bind_interface
|
14969
14968
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14970
14969
|
attr_accessor :egress_filter
|
@@ -14980,7 +14979,7 @@ module SDM
|
|
14980
14979
|
attr_accessor :password
|
14981
14980
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14982
14981
|
attr_accessor :port
|
14983
|
-
# The local port used by clients to connect to this resource.
|
14982
|
+
# 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.
|
14984
14983
|
attr_accessor :port_override
|
14985
14984
|
# ID of the proxy cluster for this resource, if any.
|
14986
14985
|
attr_accessor :proxy_cluster_id
|
@@ -15088,7 +15087,7 @@ module SDM
|
|
15088
15087
|
end
|
15089
15088
|
|
15090
15089
|
class Trino
|
15091
|
-
# 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.
|
15090
|
+
# 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.
|
15092
15091
|
attr_accessor :bind_interface
|
15093
15092
|
# A filter applied to the routing logic to pin datasource to nodes.
|
15094
15093
|
attr_accessor :egress_filter
|
@@ -15104,7 +15103,7 @@ module SDM
|
|
15104
15103
|
attr_accessor :password
|
15105
15104
|
# The port to dial to initiate a connection from the egress node to this resource.
|
15106
15105
|
attr_accessor :port
|
15107
|
-
# The local port used by clients to connect to this resource.
|
15106
|
+
# 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.
|
15108
15107
|
attr_accessor :port_override
|
15109
15108
|
# ID of the proxy cluster for this resource, if any.
|
15110
15109
|
attr_accessor :proxy_cluster_id
|
@@ -15742,7 +15741,7 @@ module SDM
|
|
15742
15741
|
end
|
15743
15742
|
|
15744
15743
|
class Vertica
|
15745
|
-
# 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.
|
15744
|
+
# 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.
|
15746
15745
|
attr_accessor :bind_interface
|
15747
15746
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
15748
15747
|
attr_accessor :database
|
@@ -15760,7 +15759,7 @@ module SDM
|
|
15760
15759
|
attr_accessor :password
|
15761
15760
|
# The port to dial to initiate a connection from the egress node to this resource.
|
15762
15761
|
attr_accessor :port
|
15763
|
-
# The local port used by clients to connect to this resource.
|
15762
|
+
# 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.
|
15764
15763
|
attr_accessor :port_override
|
15765
15764
|
# ID of the proxy cluster for this resource, if any.
|
15766
15765
|
attr_accessor :proxy_cluster_id
|