strongdm 15.6.0 → 15.8.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-a0728fa16dc4e8d92964d4e7d22b0b3f17694fdc.idx} +0 -0
- data/.git/objects/pack/{pack-600de8921699dae3fc998e4e2d9827eeaebc593b.pack → pack-a0728fa16dc4e8d92964d4e7d22b0b3f17694fdc.pack} +0 -0
- data/.git/packed-refs +4 -2
- data/.git/refs/heads/master +1 -1
- data/lib/constants.rb +8 -0
- data/lib/models/porcelain.rb +218 -220
- 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
|
@@ -4012,9 +4012,8 @@ module SDM
|
|
4012
4012
|
end
|
4013
4013
|
end
|
4014
4014
|
|
4015
|
-
# AzureMysqlManagedIdentity is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
4016
4015
|
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.
|
4016
|
+
# The bind interface is the IP 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
4017
|
attr_accessor :bind_interface
|
4019
4018
|
# The database for healthchecks. Does not affect client requests.
|
4020
4019
|
attr_accessor :database
|
@@ -4032,7 +4031,7 @@ module SDM
|
|
4032
4031
|
attr_accessor :password
|
4033
4032
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4034
4033
|
attr_accessor :port
|
4035
|
-
# The local port used by clients to connect to this resource.
|
4034
|
+
# 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
4035
|
attr_accessor :port_override
|
4037
4036
|
# ID of the proxy cluster for this resource, if any.
|
4038
4037
|
attr_accessor :proxy_cluster_id
|
@@ -4093,7 +4092,7 @@ module SDM
|
|
4093
4092
|
end
|
4094
4093
|
|
4095
4094
|
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.
|
4095
|
+
# The bind interface is the IP 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
4096
|
attr_accessor :bind_interface
|
4098
4097
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4099
4098
|
attr_accessor :database
|
@@ -4113,7 +4112,7 @@ module SDM
|
|
4113
4112
|
attr_accessor :password
|
4114
4113
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4115
4114
|
attr_accessor :port
|
4116
|
-
# The local port used by clients to connect to this resource.
|
4115
|
+
# 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
4116
|
attr_accessor :port_override
|
4118
4117
|
# ID of the proxy cluster for this resource, if any.
|
4119
4118
|
attr_accessor :proxy_cluster_id
|
@@ -4172,7 +4171,7 @@ module SDM
|
|
4172
4171
|
end
|
4173
4172
|
|
4174
4173
|
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.
|
4174
|
+
# The bind interface is the IP 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
4175
|
attr_accessor :bind_interface
|
4177
4176
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4178
4177
|
attr_accessor :database
|
@@ -4192,7 +4191,7 @@ module SDM
|
|
4192
4191
|
attr_accessor :password
|
4193
4192
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4194
4193
|
attr_accessor :port
|
4195
|
-
# The local port used by clients to connect to this resource.
|
4194
|
+
# 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
4195
|
attr_accessor :port_override
|
4197
4196
|
# ID of the proxy cluster for this resource, if any.
|
4198
4197
|
attr_accessor :proxy_cluster_id
|
@@ -4286,7 +4285,7 @@ module SDM
|
|
4286
4285
|
end
|
4287
4286
|
|
4288
4287
|
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.
|
4288
|
+
# The bind interface is the IP 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
4289
|
attr_accessor :bind_interface
|
4291
4290
|
# A filter applied to the routing logic to pin datasource to nodes.
|
4292
4291
|
attr_accessor :egress_filter
|
@@ -4298,7 +4297,7 @@ module SDM
|
|
4298
4297
|
attr_accessor :id
|
4299
4298
|
# Unique human-readable name of the Resource.
|
4300
4299
|
attr_accessor :name
|
4301
|
-
# The local port used by clients to connect to this resource.
|
4300
|
+
# 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
4301
|
attr_accessor :port_override
|
4303
4302
|
# The JSON Private key to authenticate with.
|
4304
4303
|
attr_accessor :private_key
|
@@ -4357,7 +4356,7 @@ module SDM
|
|
4357
4356
|
end
|
4358
4357
|
|
4359
4358
|
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.
|
4359
|
+
# The bind interface is the IP 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
4360
|
attr_accessor :bind_interface
|
4362
4361
|
# A filter applied to the routing logic to pin datasource to nodes.
|
4363
4362
|
attr_accessor :egress_filter
|
@@ -4373,7 +4372,7 @@ module SDM
|
|
4373
4372
|
attr_accessor :password
|
4374
4373
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4375
4374
|
attr_accessor :port
|
4376
|
-
# The local port used by clients to connect to this resource.
|
4375
|
+
# 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
4376
|
attr_accessor :port_override
|
4378
4377
|
# ID of the proxy cluster for this resource, if any.
|
4379
4378
|
attr_accessor :proxy_cluster_id
|
@@ -4432,7 +4431,7 @@ module SDM
|
|
4432
4431
|
end
|
4433
4432
|
|
4434
4433
|
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.
|
4434
|
+
# The bind interface is the IP 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
4435
|
attr_accessor :bind_interface
|
4437
4436
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4438
4437
|
attr_accessor :database
|
@@ -4452,7 +4451,7 @@ module SDM
|
|
4452
4451
|
attr_accessor :password
|
4453
4452
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4454
4453
|
attr_accessor :port
|
4455
|
-
# The local port used by clients to connect to this resource.
|
4454
|
+
# 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
4455
|
attr_accessor :port_override
|
4457
4456
|
# ID of the proxy cluster for this resource, if any.
|
4458
4457
|
attr_accessor :proxy_cluster_id
|
@@ -4511,7 +4510,7 @@ module SDM
|
|
4511
4510
|
end
|
4512
4511
|
|
4513
4512
|
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.
|
4513
|
+
# The bind interface is the IP 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
4514
|
attr_accessor :bind_interface
|
4516
4515
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4517
4516
|
attr_accessor :database
|
@@ -4525,7 +4524,7 @@ module SDM
|
|
4525
4524
|
attr_accessor :name
|
4526
4525
|
# The password to authenticate with.
|
4527
4526
|
attr_accessor :password
|
4528
|
-
# The local port used by clients to connect to this resource.
|
4527
|
+
# 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
4528
|
attr_accessor :port_override
|
4530
4529
|
# ID of the proxy cluster for this resource, if any.
|
4531
4530
|
attr_accessor :proxy_cluster_id
|
@@ -4578,7 +4577,7 @@ module SDM
|
|
4578
4577
|
end
|
4579
4578
|
|
4580
4579
|
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.
|
4580
|
+
# The bind interface is the IP 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
4581
|
attr_accessor :bind_interface
|
4583
4582
|
# The database for healthchecks. Does not affect client requests.
|
4584
4583
|
attr_accessor :database
|
@@ -4596,7 +4595,7 @@ module SDM
|
|
4596
4595
|
attr_accessor :password
|
4597
4596
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4598
4597
|
attr_accessor :port
|
4599
|
-
# The local port used by clients to connect to this resource.
|
4598
|
+
# 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
4599
|
attr_accessor :port_override
|
4601
4600
|
# ID of the proxy cluster for this resource, if any.
|
4602
4601
|
attr_accessor :proxy_cluster_id
|
@@ -4657,7 +4656,7 @@ module SDM
|
|
4657
4656
|
end
|
4658
4657
|
|
4659
4658
|
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.
|
4659
|
+
# The bind interface is the IP 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
4660
|
attr_accessor :bind_interface
|
4662
4661
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4663
4662
|
attr_accessor :database
|
@@ -4675,7 +4674,7 @@ module SDM
|
|
4675
4674
|
attr_accessor :password
|
4676
4675
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4677
4676
|
attr_accessor :port
|
4678
|
-
# The local port used by clients to connect to this resource.
|
4677
|
+
# 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
4678
|
attr_accessor :port_override
|
4680
4679
|
# ID of the proxy cluster for this resource, if any.
|
4681
4680
|
attr_accessor :proxy_cluster_id
|
@@ -4736,7 +4735,7 @@ module SDM
|
|
4736
4735
|
end
|
4737
4736
|
|
4738
4737
|
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.
|
4738
|
+
# The bind interface is the IP 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
4739
|
attr_accessor :bind_interface
|
4741
4740
|
# The database for healthchecks. Does not affect client requests.
|
4742
4741
|
attr_accessor :database
|
@@ -4754,7 +4753,7 @@ module SDM
|
|
4754
4753
|
attr_accessor :password
|
4755
4754
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4756
4755
|
attr_accessor :port
|
4757
|
-
# The local port used by clients to connect to this resource.
|
4756
|
+
# 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
4757
|
attr_accessor :port_override
|
4759
4758
|
# ID of the proxy cluster for this resource, if any.
|
4760
4759
|
attr_accessor :proxy_cluster_id
|
@@ -4819,7 +4818,7 @@ module SDM
|
|
4819
4818
|
end
|
4820
4819
|
|
4821
4820
|
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.
|
4821
|
+
# The bind interface is the IP 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
4822
|
attr_accessor :bind_interface
|
4824
4823
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4825
4824
|
attr_accessor :database
|
@@ -4839,7 +4838,7 @@ module SDM
|
|
4839
4838
|
attr_accessor :password
|
4840
4839
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4841
4840
|
attr_accessor :port
|
4842
|
-
# The local port used by clients to connect to this resource.
|
4841
|
+
# 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
4842
|
attr_accessor :port_override
|
4844
4843
|
# ID of the proxy cluster for this resource, if any.
|
4845
4844
|
attr_accessor :proxy_cluster_id
|
@@ -4986,7 +4985,7 @@ module SDM
|
|
4986
4985
|
end
|
4987
4986
|
|
4988
4987
|
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.
|
4988
|
+
# The bind interface is the IP 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
4989
|
attr_accessor :bind_interface
|
4991
4990
|
# A filter applied to the routing logic to pin datasource to nodes.
|
4992
4991
|
attr_accessor :egress_filter
|
@@ -5004,7 +5003,7 @@ module SDM
|
|
5004
5003
|
attr_accessor :password
|
5005
5004
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5006
5005
|
attr_accessor :port
|
5007
|
-
# The local port used by clients to connect to this resource.
|
5006
|
+
# 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
5007
|
attr_accessor :port_override
|
5009
5008
|
# ID of the proxy cluster for this resource, if any.
|
5010
5009
|
attr_accessor :proxy_cluster_id
|
@@ -5065,7 +5064,7 @@ module SDM
|
|
5065
5064
|
end
|
5066
5065
|
|
5067
5066
|
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.
|
5067
|
+
# The bind interface is the IP 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
5068
|
attr_accessor :bind_interface
|
5070
5069
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5071
5070
|
attr_accessor :egress_filter
|
@@ -5077,7 +5076,7 @@ module SDM
|
|
5077
5076
|
attr_accessor :name
|
5078
5077
|
# The password to authenticate with.
|
5079
5078
|
attr_accessor :password
|
5080
|
-
# The local port used by clients to connect to this resource.
|
5079
|
+
# 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
5080
|
attr_accessor :port_override
|
5082
5081
|
# ID of the proxy cluster for this resource, if any.
|
5083
5082
|
attr_accessor :proxy_cluster_id
|
@@ -5240,7 +5239,7 @@ module SDM
|
|
5240
5239
|
end
|
5241
5240
|
|
5242
5241
|
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.
|
5242
|
+
# The bind interface is the IP 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
5243
|
attr_accessor :bind_interface
|
5245
5244
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5246
5245
|
attr_accessor :egress_filter
|
@@ -5256,7 +5255,7 @@ module SDM
|
|
5256
5255
|
attr_accessor :password
|
5257
5256
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5258
5257
|
attr_accessor :port
|
5259
|
-
# The local port used by clients to connect to this resource.
|
5258
|
+
# 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
5259
|
attr_accessor :port_override
|
5261
5260
|
# ID of the proxy cluster for this resource, if any.
|
5262
5261
|
attr_accessor :proxy_cluster_id
|
@@ -5315,7 +5314,7 @@ module SDM
|
|
5315
5314
|
end
|
5316
5315
|
|
5317
5316
|
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.
|
5317
|
+
# The bind interface is the IP 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
5318
|
attr_accessor :bind_interface
|
5320
5319
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
5321
5320
|
attr_accessor :database
|
@@ -5333,7 +5332,7 @@ module SDM
|
|
5333
5332
|
attr_accessor :password
|
5334
5333
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5335
5334
|
attr_accessor :port
|
5336
|
-
# The local port used by clients to connect to this resource.
|
5335
|
+
# 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
5336
|
attr_accessor :port_override
|
5338
5337
|
# ID of the proxy cluster for this resource, if any.
|
5339
5338
|
attr_accessor :proxy_cluster_id
|
@@ -5445,7 +5444,7 @@ module SDM
|
|
5445
5444
|
class DocumentDBHost
|
5446
5445
|
# The authentication database to use.
|
5447
5446
|
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.
|
5447
|
+
# The bind interface is the IP 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
5448
|
attr_accessor :bind_interface
|
5450
5449
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5451
5450
|
attr_accessor :egress_filter
|
@@ -5461,7 +5460,7 @@ module SDM
|
|
5461
5460
|
attr_accessor :password
|
5462
5461
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5463
5462
|
attr_accessor :port
|
5464
|
-
# The local port used by clients to connect to this resource.
|
5463
|
+
# 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
5464
|
attr_accessor :port_override
|
5466
5465
|
# ID of the proxy cluster for this resource, if any.
|
5467
5466
|
attr_accessor :proxy_cluster_id
|
@@ -5518,7 +5517,7 @@ module SDM
|
|
5518
5517
|
end
|
5519
5518
|
|
5520
5519
|
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.
|
5520
|
+
# The bind interface is the IP 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
5521
|
attr_accessor :bind_interface
|
5523
5522
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5524
5523
|
attr_accessor :egress_filter
|
@@ -5532,7 +5531,7 @@ module SDM
|
|
5532
5531
|
attr_accessor :name
|
5533
5532
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5534
5533
|
attr_accessor :port
|
5535
|
-
# The local port used by clients to connect to this resource.
|
5534
|
+
# 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
5535
|
attr_accessor :port_override
|
5537
5536
|
# ID of the proxy cluster for this resource, if any.
|
5538
5537
|
attr_accessor :proxy_cluster_id
|
@@ -5587,7 +5586,7 @@ module SDM
|
|
5587
5586
|
class DocumentDBReplicaSet
|
5588
5587
|
# The authentication database to use.
|
5589
5588
|
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.
|
5589
|
+
# The bind interface is the IP 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
5590
|
attr_accessor :bind_interface
|
5592
5591
|
# Set to connect to a replica instead of the primary node.
|
5593
5592
|
attr_accessor :connect_to_replica
|
@@ -5603,7 +5602,7 @@ module SDM
|
|
5603
5602
|
attr_accessor :name
|
5604
5603
|
# The password to authenticate with.
|
5605
5604
|
attr_accessor :password
|
5606
|
-
# The local port used by clients to connect to this resource.
|
5605
|
+
# 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
5606
|
attr_accessor :port_override
|
5608
5607
|
# ID of the proxy cluster for this resource, if any.
|
5609
5608
|
attr_accessor :proxy_cluster_id
|
@@ -5665,7 +5664,7 @@ module SDM
|
|
5665
5664
|
|
5666
5665
|
# DocumentDBReplicaSetIAM is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
5667
5666
|
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.
|
5667
|
+
# The bind interface is the IP 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
5668
|
attr_accessor :bind_interface
|
5670
5669
|
# Set to connect to a replica instead of the primary node.
|
5671
5670
|
attr_accessor :connect_to_replica
|
@@ -5679,7 +5678,7 @@ module SDM
|
|
5679
5678
|
attr_accessor :id
|
5680
5679
|
# Unique human-readable name of the Resource.
|
5681
5680
|
attr_accessor :name
|
5682
|
-
# The local port used by clients to connect to this resource.
|
5681
|
+
# 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
5682
|
attr_accessor :port_override
|
5684
5683
|
# ID of the proxy cluster for this resource, if any.
|
5685
5684
|
attr_accessor :proxy_cluster_id
|
@@ -5732,7 +5731,7 @@ module SDM
|
|
5732
5731
|
end
|
5733
5732
|
|
5734
5733
|
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.
|
5734
|
+
# The bind interface is the IP 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
5735
|
attr_accessor :bind_interface
|
5737
5736
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5738
5737
|
attr_accessor :egress_filter
|
@@ -5748,7 +5747,7 @@ module SDM
|
|
5748
5747
|
attr_accessor :password
|
5749
5748
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5750
5749
|
attr_accessor :port
|
5751
|
-
# The local port used by clients to connect to this resource.
|
5750
|
+
# 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
5751
|
attr_accessor :port_override
|
5753
5752
|
# ID of the proxy cluster for this resource, if any.
|
5754
5753
|
attr_accessor :proxy_cluster_id
|
@@ -5805,7 +5804,7 @@ module SDM
|
|
5805
5804
|
class DynamoDB
|
5806
5805
|
# The Access Key ID to use to authenticate.
|
5807
5806
|
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.
|
5807
|
+
# The bind interface is the IP 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
5808
|
attr_accessor :bind_interface
|
5810
5809
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5811
5810
|
attr_accessor :egress_filter
|
@@ -5817,7 +5816,7 @@ module SDM
|
|
5817
5816
|
attr_accessor :id
|
5818
5817
|
# Unique human-readable name of the Resource.
|
5819
5818
|
attr_accessor :name
|
5820
|
-
# The local port used by clients to connect to this resource.
|
5819
|
+
# 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
5820
|
attr_accessor :port_override
|
5822
5821
|
# ID of the proxy cluster for this resource, if any.
|
5823
5822
|
attr_accessor :proxy_cluster_id
|
@@ -5882,7 +5881,7 @@ module SDM
|
|
5882
5881
|
end
|
5883
5882
|
|
5884
5883
|
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.
|
5884
|
+
# The bind interface is the IP 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
5885
|
attr_accessor :bind_interface
|
5887
5886
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5888
5887
|
attr_accessor :egress_filter
|
@@ -5894,7 +5893,7 @@ module SDM
|
|
5894
5893
|
attr_accessor :id
|
5895
5894
|
# Unique human-readable name of the Resource.
|
5896
5895
|
attr_accessor :name
|
5897
|
-
# The local port used by clients to connect to this resource.
|
5896
|
+
# 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
5897
|
attr_accessor :port_override
|
5899
5898
|
# ID of the proxy cluster for this resource, if any.
|
5900
5899
|
attr_accessor :proxy_cluster_id
|
@@ -5953,7 +5952,7 @@ module SDM
|
|
5953
5952
|
end
|
5954
5953
|
|
5955
5954
|
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.
|
5955
|
+
# The bind interface is the IP 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
5956
|
attr_accessor :bind_interface
|
5958
5957
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5959
5958
|
attr_accessor :egress_filter
|
@@ -5969,7 +5968,7 @@ module SDM
|
|
5969
5968
|
attr_accessor :password
|
5970
5969
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5971
5970
|
attr_accessor :port
|
5972
|
-
# The local port used by clients to connect to this resource.
|
5971
|
+
# 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
5972
|
attr_accessor :port_override
|
5974
5973
|
# ID of the proxy cluster for this resource, if any.
|
5975
5974
|
attr_accessor :proxy_cluster_id
|
@@ -6028,7 +6027,7 @@ module SDM
|
|
6028
6027
|
end
|
6029
6028
|
|
6030
6029
|
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.
|
6030
|
+
# The bind interface is the IP 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
6031
|
attr_accessor :bind_interface
|
6033
6032
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6034
6033
|
attr_accessor :egress_filter
|
@@ -6044,7 +6043,7 @@ module SDM
|
|
6044
6043
|
attr_accessor :password
|
6045
6044
|
# The port to dial to initiate a connection from the egress node to this resource.
|
6046
6045
|
attr_accessor :port
|
6047
|
-
# The local port used by clients to connect to this resource.
|
6046
|
+
# 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
6047
|
attr_accessor :port_override
|
6049
6048
|
# ID of the proxy cluster for this resource, if any.
|
6050
6049
|
attr_accessor :proxy_cluster_id
|
@@ -6104,7 +6103,7 @@ module SDM
|
|
6104
6103
|
|
6105
6104
|
# EntraID is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
6106
6105
|
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.
|
6106
|
+
# The bind interface is the IP 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
6107
|
attr_accessor :bind_interface
|
6109
6108
|
# If true, configures discovery of the tenant to be run from a node.
|
6110
6109
|
attr_accessor :discovery_enabled
|
@@ -6187,7 +6186,7 @@ module SDM
|
|
6187
6186
|
end
|
6188
6187
|
|
6189
6188
|
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.
|
6189
|
+
# The bind interface is the IP 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
6190
|
attr_accessor :bind_interface
|
6192
6191
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6193
6192
|
attr_accessor :egress_filter
|
@@ -6199,7 +6198,7 @@ module SDM
|
|
6199
6198
|
attr_accessor :keyfile
|
6200
6199
|
# Unique human-readable name of the Resource.
|
6201
6200
|
attr_accessor :name
|
6202
|
-
# The local port used by clients to connect to this resource.
|
6201
|
+
# 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
6202
|
attr_accessor :port_override
|
6204
6203
|
# ID of the proxy cluster for this resource, if any.
|
6205
6204
|
attr_accessor :proxy_cluster_id
|
@@ -6297,7 +6296,7 @@ module SDM
|
|
6297
6296
|
end
|
6298
6297
|
|
6299
6298
|
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.
|
6299
|
+
# The bind interface is the IP 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
6300
|
attr_accessor :bind_interface
|
6302
6301
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6303
6302
|
attr_accessor :egress_filter
|
@@ -6311,7 +6310,7 @@ module SDM
|
|
6311
6310
|
attr_accessor :identity_set_id
|
6312
6311
|
# Unique human-readable name of the Resource.
|
6313
6312
|
attr_accessor :name
|
6314
|
-
# The local port used by clients to connect to this resource.
|
6313
|
+
# 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
6314
|
attr_accessor :port_override
|
6316
6315
|
# ID of the proxy cluster for this resource, if any.
|
6317
6316
|
attr_accessor :proxy_cluster_id
|
@@ -6403,7 +6402,7 @@ module SDM
|
|
6403
6402
|
end
|
6404
6403
|
|
6405
6404
|
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.
|
6405
|
+
# The bind interface is the IP 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
6406
|
attr_accessor :bind_interface
|
6408
6407
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6409
6408
|
attr_accessor :egress_filter
|
@@ -6417,7 +6416,7 @@ module SDM
|
|
6417
6416
|
attr_accessor :identity_set_id
|
6418
6417
|
# Unique human-readable name of the Resource.
|
6419
6418
|
attr_accessor :name
|
6420
|
-
# The local port used by clients to connect to this resource.
|
6419
|
+
# 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
6420
|
attr_accessor :port_override
|
6422
6421
|
# When specified, all project scoped requests will use this Project ID, overriding the project ID specified by clients
|
6423
6422
|
attr_accessor :project_id
|
@@ -6633,7 +6632,7 @@ module SDM
|
|
6633
6632
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
6634
6633
|
# when a resource role is not provided.
|
6635
6634
|
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.
|
6635
|
+
# The bind interface is the IP 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
6636
|
attr_accessor :bind_interface
|
6638
6637
|
# The CA to authenticate TLS connections with.
|
6639
6638
|
attr_accessor :certificate_authority
|
@@ -6658,7 +6657,7 @@ module SDM
|
|
6658
6657
|
attr_accessor :identity_set_id
|
6659
6658
|
# Unique human-readable name of the Resource.
|
6660
6659
|
attr_accessor :name
|
6661
|
-
# The local port used by clients to connect to this resource.
|
6660
|
+
# 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
6661
|
attr_accessor :port_override
|
6663
6662
|
# ID of the proxy cluster for this resource, if any.
|
6664
6663
|
attr_accessor :proxy_cluster_id
|
@@ -6724,7 +6723,7 @@ module SDM
|
|
6724
6723
|
|
6725
6724
|
# GoogleGKEUserImpersonation is deprecated, see docs for more info.
|
6726
6725
|
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.
|
6726
|
+
# The bind interface is the IP 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
6727
|
attr_accessor :bind_interface
|
6729
6728
|
# The CA to authenticate TLS connections with.
|
6730
6729
|
attr_accessor :certificate_authority
|
@@ -6740,7 +6739,7 @@ module SDM
|
|
6740
6739
|
attr_accessor :id
|
6741
6740
|
# Unique human-readable name of the Resource.
|
6742
6741
|
attr_accessor :name
|
6743
|
-
# The local port used by clients to connect to this resource.
|
6742
|
+
# 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
6743
|
attr_accessor :port_override
|
6745
6744
|
# ID of the proxy cluster for this resource, if any.
|
6746
6745
|
attr_accessor :proxy_cluster_id
|
@@ -6795,7 +6794,7 @@ module SDM
|
|
6795
6794
|
end
|
6796
6795
|
|
6797
6796
|
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.
|
6797
|
+
# The bind interface is the IP 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
6798
|
attr_accessor :bind_interface
|
6800
6799
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
6801
6800
|
attr_accessor :database
|
@@ -6815,7 +6814,7 @@ module SDM
|
|
6815
6814
|
attr_accessor :password
|
6816
6815
|
# The port to dial to initiate a connection from the egress node to this resource.
|
6817
6816
|
attr_accessor :port
|
6818
|
-
# The local port used by clients to connect to this resource.
|
6817
|
+
# 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
6818
|
attr_accessor :port_override
|
6820
6819
|
# ID of the proxy cluster for this resource, if any.
|
6821
6820
|
attr_accessor :proxy_cluster_id
|
@@ -6876,7 +6875,7 @@ module SDM
|
|
6876
6875
|
class HTTPAuth
|
6877
6876
|
# The content to set as the authorization header.
|
6878
6877
|
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.
|
6878
|
+
# The bind interface is the IP 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
6879
|
attr_accessor :bind_interface
|
6881
6880
|
# Automatically redirect to this path upon connecting.
|
6882
6881
|
attr_accessor :default_path
|
@@ -6894,7 +6893,7 @@ module SDM
|
|
6894
6893
|
attr_accessor :id
|
6895
6894
|
# Unique human-readable name of the Resource.
|
6896
6895
|
attr_accessor :name
|
6897
|
-
# The local port used by clients to connect to this resource.
|
6896
|
+
# 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
6897
|
attr_accessor :port_override
|
6899
6898
|
# ID of the proxy cluster for this resource, if any.
|
6900
6899
|
attr_accessor :proxy_cluster_id
|
@@ -6953,7 +6952,7 @@ module SDM
|
|
6953
6952
|
end
|
6954
6953
|
|
6955
6954
|
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.
|
6955
|
+
# The bind interface is the IP 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
6956
|
attr_accessor :bind_interface
|
6958
6957
|
# Automatically redirect to this path upon connecting.
|
6959
6958
|
attr_accessor :default_path
|
@@ -6973,7 +6972,7 @@ module SDM
|
|
6973
6972
|
attr_accessor :name
|
6974
6973
|
# The password to authenticate with.
|
6975
6974
|
attr_accessor :password
|
6976
|
-
# The local port used by clients to connect to this resource.
|
6975
|
+
# 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
6976
|
attr_accessor :port_override
|
6978
6977
|
# ID of the proxy cluster for this resource, if any.
|
6979
6978
|
attr_accessor :proxy_cluster_id
|
@@ -7036,7 +7035,7 @@ module SDM
|
|
7036
7035
|
end
|
7037
7036
|
|
7038
7037
|
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.
|
7038
|
+
# The bind interface is the IP 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
7039
|
attr_accessor :bind_interface
|
7041
7040
|
# Automatically redirect to this path upon connecting.
|
7042
7041
|
attr_accessor :default_path
|
@@ -7054,7 +7053,7 @@ module SDM
|
|
7054
7053
|
attr_accessor :id
|
7055
7054
|
# Unique human-readable name of the Resource.
|
7056
7055
|
attr_accessor :name
|
7057
|
-
# The local port used by clients to connect to this resource.
|
7056
|
+
# 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
7057
|
attr_accessor :port_override
|
7059
7058
|
# ID of the proxy cluster for this resource, if any.
|
7060
7059
|
attr_accessor :proxy_cluster_id
|
@@ -7777,7 +7776,7 @@ module SDM
|
|
7777
7776
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
7778
7777
|
# when a resource role is not provided.
|
7779
7778
|
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.
|
7779
|
+
# The bind interface is the IP 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
7780
|
attr_accessor :bind_interface
|
7782
7781
|
# The CA to authenticate TLS connections with.
|
7783
7782
|
attr_accessor :certificate_authority
|
@@ -7808,7 +7807,7 @@ module SDM
|
|
7808
7807
|
attr_accessor :name
|
7809
7808
|
# The port to dial to initiate a connection from the egress node to this resource.
|
7810
7809
|
attr_accessor :port
|
7811
|
-
# The local port used by clients to connect to this resource.
|
7810
|
+
# 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
7811
|
attr_accessor :port_override
|
7813
7812
|
# ID of the proxy cluster for this resource, if any.
|
7814
7813
|
attr_accessor :proxy_cluster_id
|
@@ -7876,7 +7875,7 @@ module SDM
|
|
7876
7875
|
|
7877
7876
|
# KubernetesBasicAuth is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
7878
7877
|
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.
|
7878
|
+
# The bind interface is the IP 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
7879
|
attr_accessor :bind_interface
|
7881
7880
|
# A filter applied to the routing logic to pin datasource to nodes.
|
7882
7881
|
attr_accessor :egress_filter
|
@@ -7894,7 +7893,7 @@ module SDM
|
|
7894
7893
|
attr_accessor :password
|
7895
7894
|
# The port to dial to initiate a connection from the egress node to this resource.
|
7896
7895
|
attr_accessor :port
|
7897
|
-
# The local port used by clients to connect to this resource.
|
7896
|
+
# 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
7897
|
attr_accessor :port_override
|
7899
7898
|
# ID of the proxy cluster for this resource, if any.
|
7900
7899
|
attr_accessor :proxy_cluster_id
|
@@ -7954,7 +7953,7 @@ module SDM
|
|
7954
7953
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
7955
7954
|
# when a resource role is not provided.
|
7956
7955
|
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.
|
7956
|
+
# The bind interface is the IP 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
7957
|
attr_accessor :bind_interface
|
7959
7958
|
# The CA to authenticate TLS connections with.
|
7960
7959
|
attr_accessor :certificate_authority
|
@@ -7977,7 +7976,7 @@ module SDM
|
|
7977
7976
|
attr_accessor :identity_set_id
|
7978
7977
|
# Unique human-readable name of the Resource.
|
7979
7978
|
attr_accessor :name
|
7980
|
-
# The local port used by clients to connect to this resource.
|
7979
|
+
# 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
7980
|
attr_accessor :port_override
|
7982
7981
|
# ID of the proxy cluster for this resource, if any.
|
7983
7982
|
attr_accessor :proxy_cluster_id
|
@@ -8039,7 +8038,7 @@ module SDM
|
|
8039
8038
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
8040
8039
|
# when a resource role is not provided.
|
8041
8040
|
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.
|
8041
|
+
# The bind interface is the IP 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
8042
|
attr_accessor :bind_interface
|
8044
8043
|
# If true, configures discovery of a cluster to be run from a node.
|
8045
8044
|
attr_accessor :discovery_enabled
|
@@ -8064,7 +8063,7 @@ module SDM
|
|
8064
8063
|
attr_accessor :name
|
8065
8064
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8066
8065
|
attr_accessor :port
|
8067
|
-
# The local port used by clients to connect to this resource.
|
8066
|
+
# 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
8067
|
attr_accessor :port_override
|
8069
8068
|
# ID of the proxy cluster for this resource, if any.
|
8070
8069
|
attr_accessor :proxy_cluster_id
|
@@ -8130,7 +8129,7 @@ module SDM
|
|
8130
8129
|
|
8131
8130
|
# KubernetesServiceAccountUserImpersonation is deprecated, see docs for more info.
|
8132
8131
|
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.
|
8132
|
+
# The bind interface is the IP 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
8133
|
attr_accessor :bind_interface
|
8135
8134
|
# A filter applied to the routing logic to pin datasource to nodes.
|
8136
8135
|
attr_accessor :egress_filter
|
@@ -8146,7 +8145,7 @@ module SDM
|
|
8146
8145
|
attr_accessor :name
|
8147
8146
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8148
8147
|
attr_accessor :port
|
8149
|
-
# The local port used by clients to connect to this resource.
|
8148
|
+
# 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
8149
|
attr_accessor :port_override
|
8151
8150
|
# ID of the proxy cluster for this resource, if any.
|
8152
8151
|
attr_accessor :proxy_cluster_id
|
@@ -8202,7 +8201,7 @@ module SDM
|
|
8202
8201
|
|
8203
8202
|
# KubernetesUserImpersonation is deprecated, see docs for more info.
|
8204
8203
|
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.
|
8204
|
+
# The bind interface is the IP 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
8205
|
attr_accessor :bind_interface
|
8207
8206
|
# The CA to authenticate TLS connections with.
|
8208
8207
|
attr_accessor :certificate_authority
|
@@ -8224,7 +8223,7 @@ module SDM
|
|
8224
8223
|
attr_accessor :name
|
8225
8224
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8226
8225
|
attr_accessor :port
|
8227
|
-
# The local port used by clients to connect to this resource.
|
8226
|
+
# 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
8227
|
attr_accessor :port_override
|
8229
8228
|
# ID of the proxy cluster for this resource, if any.
|
8230
8229
|
attr_accessor :proxy_cluster_id
|
@@ -8348,7 +8347,7 @@ module SDM
|
|
8348
8347
|
|
8349
8348
|
# MTLSMysql is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
8350
8349
|
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.
|
8350
|
+
# The bind interface is the IP 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
8351
|
attr_accessor :bind_interface
|
8353
8352
|
# The CA to authenticate TLS connections with.
|
8354
8353
|
attr_accessor :certificate_authority
|
@@ -8372,7 +8371,7 @@ module SDM
|
|
8372
8371
|
attr_accessor :password
|
8373
8372
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8374
8373
|
attr_accessor :port
|
8375
|
-
# The local port used by clients to connect to this resource.
|
8374
|
+
# 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
8375
|
attr_accessor :port_override
|
8377
8376
|
# ID of the proxy cluster for this resource, if any.
|
8378
8377
|
attr_accessor :proxy_cluster_id
|
@@ -8447,7 +8446,7 @@ module SDM
|
|
8447
8446
|
end
|
8448
8447
|
|
8449
8448
|
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.
|
8449
|
+
# The bind interface is the IP 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
8450
|
attr_accessor :bind_interface
|
8452
8451
|
# The CA to authenticate TLS connections with.
|
8453
8452
|
attr_accessor :certificate_authority
|
@@ -8473,7 +8472,7 @@ module SDM
|
|
8473
8472
|
attr_accessor :password
|
8474
8473
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8475
8474
|
attr_accessor :port
|
8476
|
-
# The local port used by clients to connect to this resource.
|
8475
|
+
# 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
8476
|
attr_accessor :port_override
|
8478
8477
|
# ID of the proxy cluster for this resource, if any.
|
8479
8478
|
attr_accessor :proxy_cluster_id
|
@@ -9140,7 +9139,7 @@ module SDM
|
|
9140
9139
|
end
|
9141
9140
|
|
9142
9141
|
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.
|
9142
|
+
# The bind interface is the IP 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
9143
|
attr_accessor :bind_interface
|
9145
9144
|
# The database for healthchecks. Does not affect client requests.
|
9146
9145
|
attr_accessor :database
|
@@ -9158,7 +9157,7 @@ module SDM
|
|
9158
9157
|
attr_accessor :password
|
9159
9158
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9160
9159
|
attr_accessor :port
|
9161
|
-
# The local port used by clients to connect to this resource.
|
9160
|
+
# 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
9161
|
attr_accessor :port_override
|
9163
9162
|
# ID of the proxy cluster for this resource, if any.
|
9164
9163
|
attr_accessor :proxy_cluster_id
|
@@ -9223,7 +9222,7 @@ module SDM
|
|
9223
9222
|
end
|
9224
9223
|
|
9225
9224
|
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.
|
9225
|
+
# The bind interface is the IP 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
9226
|
attr_accessor :bind_interface
|
9228
9227
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9229
9228
|
attr_accessor :egress_filter
|
@@ -9237,7 +9236,7 @@ module SDM
|
|
9237
9236
|
attr_accessor :name
|
9238
9237
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9239
9238
|
attr_accessor :port
|
9240
|
-
# The local port used by clients to connect to this resource.
|
9239
|
+
# 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
9240
|
attr_accessor :port_override
|
9242
9241
|
# ID of the proxy cluster for this resource, if any.
|
9243
9242
|
attr_accessor :proxy_cluster_id
|
@@ -9286,7 +9285,7 @@ module SDM
|
|
9286
9285
|
end
|
9287
9286
|
|
9288
9287
|
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.
|
9288
|
+
# The bind interface is the IP 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
9289
|
attr_accessor :bind_interface
|
9291
9290
|
# The database for healthchecks. Does not affect client requests.
|
9292
9291
|
attr_accessor :database
|
@@ -9304,7 +9303,7 @@ module SDM
|
|
9304
9303
|
attr_accessor :password
|
9305
9304
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9306
9305
|
attr_accessor :port
|
9307
|
-
# The local port used by clients to connect to this resource.
|
9306
|
+
# 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
9307
|
attr_accessor :port_override
|
9309
9308
|
# ID of the proxy cluster for this resource, if any.
|
9310
9309
|
attr_accessor :proxy_cluster_id
|
@@ -9371,7 +9370,7 @@ module SDM
|
|
9371
9370
|
class MongoHost
|
9372
9371
|
# The authentication database to use.
|
9373
9372
|
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.
|
9373
|
+
# The bind interface is the IP 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
9374
|
attr_accessor :bind_interface
|
9376
9375
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9377
9376
|
attr_accessor :egress_filter
|
@@ -9387,7 +9386,7 @@ module SDM
|
|
9387
9386
|
attr_accessor :password
|
9388
9387
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9389
9388
|
attr_accessor :port
|
9390
|
-
# The local port used by clients to connect to this resource.
|
9389
|
+
# 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
9390
|
attr_accessor :port_override
|
9392
9391
|
# ID of the proxy cluster for this resource, if any.
|
9393
9392
|
attr_accessor :proxy_cluster_id
|
@@ -9451,7 +9450,7 @@ module SDM
|
|
9451
9450
|
class MongoLegacyHost
|
9452
9451
|
# The authentication database to use.
|
9453
9452
|
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.
|
9453
|
+
# The bind interface is the IP 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
9454
|
attr_accessor :bind_interface
|
9456
9455
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9457
9456
|
attr_accessor :egress_filter
|
@@ -9467,7 +9466,7 @@ module SDM
|
|
9467
9466
|
attr_accessor :password
|
9468
9467
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9469
9468
|
attr_accessor :port
|
9470
|
-
# The local port used by clients to connect to this resource.
|
9469
|
+
# 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
9470
|
attr_accessor :port_override
|
9472
9471
|
# ID of the proxy cluster for this resource, if any.
|
9473
9472
|
attr_accessor :proxy_cluster_id
|
@@ -9531,7 +9530,7 @@ module SDM
|
|
9531
9530
|
class MongoLegacyReplicaset
|
9532
9531
|
# The authentication database to use.
|
9533
9532
|
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.
|
9533
|
+
# The bind interface is the IP 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
9534
|
attr_accessor :bind_interface
|
9536
9535
|
# Set to connect to a replica instead of the primary node.
|
9537
9536
|
attr_accessor :connect_to_replica
|
@@ -9549,7 +9548,7 @@ module SDM
|
|
9549
9548
|
attr_accessor :password
|
9550
9549
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9551
9550
|
attr_accessor :port
|
9552
|
-
# The local port used by clients to connect to this resource.
|
9551
|
+
# 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
9552
|
attr_accessor :port_override
|
9554
9553
|
# ID of the proxy cluster for this resource, if any.
|
9555
9554
|
attr_accessor :proxy_cluster_id
|
@@ -9618,7 +9617,7 @@ module SDM
|
|
9618
9617
|
class MongoReplicaSet
|
9619
9618
|
# The authentication database to use.
|
9620
9619
|
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.
|
9620
|
+
# The bind interface is the IP 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
9621
|
attr_accessor :bind_interface
|
9623
9622
|
# Set to connect to a replica instead of the primary node.
|
9624
9623
|
attr_accessor :connect_to_replica
|
@@ -9636,7 +9635,7 @@ module SDM
|
|
9636
9635
|
attr_accessor :password
|
9637
9636
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9638
9637
|
attr_accessor :port
|
9639
|
-
# The local port used by clients to connect to this resource.
|
9638
|
+
# 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
9639
|
attr_accessor :port_override
|
9641
9640
|
# ID of the proxy cluster for this resource, if any.
|
9642
9641
|
attr_accessor :proxy_cluster_id
|
@@ -9705,7 +9704,7 @@ module SDM
|
|
9705
9704
|
class MongoShardedCluster
|
9706
9705
|
# The authentication database to use.
|
9707
9706
|
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.
|
9707
|
+
# The bind interface is the IP 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
9708
|
attr_accessor :bind_interface
|
9710
9709
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9711
9710
|
attr_accessor :egress_filter
|
@@ -9719,7 +9718,7 @@ module SDM
|
|
9719
9718
|
attr_accessor :name
|
9720
9719
|
# The password to authenticate with.
|
9721
9720
|
attr_accessor :password
|
9722
|
-
# The local port used by clients to connect to this resource.
|
9721
|
+
# 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
9722
|
attr_accessor :port_override
|
9724
9723
|
# ID of the proxy cluster for this resource, if any.
|
9725
9724
|
attr_accessor :proxy_cluster_id
|
@@ -9778,7 +9777,7 @@ module SDM
|
|
9778
9777
|
end
|
9779
9778
|
|
9780
9779
|
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.
|
9780
|
+
# The bind interface is the IP 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
9781
|
attr_accessor :bind_interface
|
9783
9782
|
# The database for healthchecks. Does not affect client requests.
|
9784
9783
|
attr_accessor :database
|
@@ -9796,7 +9795,7 @@ module SDM
|
|
9796
9795
|
attr_accessor :password
|
9797
9796
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9798
9797
|
attr_accessor :port
|
9799
|
-
# The local port used by clients to connect to this resource.
|
9798
|
+
# 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
9799
|
attr_accessor :port_override
|
9801
9800
|
# ID of the proxy cluster for this resource, if any.
|
9802
9801
|
attr_accessor :proxy_cluster_id
|
@@ -9861,7 +9860,7 @@ module SDM
|
|
9861
9860
|
end
|
9862
9861
|
|
9863
9862
|
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.
|
9863
|
+
# The bind interface is the IP 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
9864
|
attr_accessor :bind_interface
|
9866
9865
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9867
9866
|
attr_accessor :egress_filter
|
@@ -9875,7 +9874,7 @@ module SDM
|
|
9875
9874
|
attr_accessor :name
|
9876
9875
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9877
9876
|
attr_accessor :port
|
9878
|
-
# The local port used by clients to connect to this resource.
|
9877
|
+
# 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
9878
|
attr_accessor :port_override
|
9880
9879
|
# ID of the proxy cluster for this resource, if any.
|
9881
9880
|
attr_accessor :proxy_cluster_id
|
@@ -9926,7 +9925,7 @@ module SDM
|
|
9926
9925
|
class NeptuneIAM
|
9927
9926
|
# The Access Key ID to use to authenticate.
|
9928
9927
|
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.
|
9928
|
+
# The bind interface is the IP 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
9929
|
attr_accessor :bind_interface
|
9931
9930
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9932
9931
|
attr_accessor :egress_filter
|
@@ -9940,7 +9939,7 @@ module SDM
|
|
9940
9939
|
attr_accessor :name
|
9941
9940
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9942
9941
|
attr_accessor :port
|
9943
|
-
# The local port used by clients to connect to this resource.
|
9942
|
+
# 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
9943
|
attr_accessor :port_override
|
9945
9944
|
# ID of the proxy cluster for this resource, if any.
|
9946
9945
|
attr_accessor :proxy_cluster_id
|
@@ -10188,7 +10187,7 @@ module SDM
|
|
10188
10187
|
end
|
10189
10188
|
|
10190
10189
|
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.
|
10190
|
+
# The bind interface is the IP 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
10191
|
attr_accessor :bind_interface
|
10193
10192
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
10194
10193
|
attr_accessor :database
|
@@ -10206,7 +10205,7 @@ module SDM
|
|
10206
10205
|
attr_accessor :password
|
10207
10206
|
# The port to dial to initiate a connection from the egress node to this resource.
|
10208
10207
|
attr_accessor :port
|
10209
|
-
# The local port used by clients to connect to this resource.
|
10208
|
+
# 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
10209
|
attr_accessor :port_override
|
10211
10210
|
# ID of the proxy cluster for this resource, if any.
|
10212
10211
|
attr_accessor :proxy_cluster_id
|
@@ -10267,7 +10266,7 @@ module SDM
|
|
10267
10266
|
end
|
10268
10267
|
|
10269
10268
|
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.
|
10269
|
+
# The bind interface is the IP 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
10270
|
attr_accessor :bind_interface
|
10272
10271
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
10273
10272
|
attr_accessor :database
|
@@ -10285,7 +10284,7 @@ module SDM
|
|
10285
10284
|
attr_accessor :password
|
10286
10285
|
# The port to dial to initiate a connection from the egress node to this resource.
|
10287
10286
|
attr_accessor :port
|
10288
|
-
# The local port used by clients to connect to this resource.
|
10287
|
+
# 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
10288
|
attr_accessor :port_override
|
10290
10289
|
# ID of the proxy cluster for this resource, if any.
|
10291
10290
|
attr_accessor :proxy_cluster_id
|
@@ -11134,7 +11133,7 @@ module SDM
|
|
11134
11133
|
end
|
11135
11134
|
|
11136
11135
|
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.
|
11136
|
+
# The bind interface is the IP 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
11137
|
attr_accessor :bind_interface
|
11139
11138
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
11140
11139
|
attr_accessor :database
|
@@ -11154,7 +11153,7 @@ module SDM
|
|
11154
11153
|
attr_accessor :password
|
11155
11154
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11156
11155
|
attr_accessor :port
|
11157
|
-
# The local port used by clients to connect to this resource.
|
11156
|
+
# 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
11157
|
attr_accessor :port_override
|
11159
11158
|
# ID of the proxy cluster for this resource, if any.
|
11160
11159
|
attr_accessor :proxy_cluster_id
|
@@ -11213,7 +11212,7 @@ module SDM
|
|
11213
11212
|
end
|
11214
11213
|
|
11215
11214
|
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.
|
11215
|
+
# The bind interface is the IP 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
11216
|
attr_accessor :bind_interface
|
11218
11217
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
11219
11218
|
attr_accessor :database
|
@@ -11231,7 +11230,7 @@ module SDM
|
|
11231
11230
|
attr_accessor :password
|
11232
11231
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11233
11232
|
attr_accessor :port
|
11234
|
-
# The local port used by clients to connect to this resource.
|
11233
|
+
# 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
11234
|
attr_accessor :port_override
|
11236
11235
|
# ID of the proxy cluster for this resource, if any.
|
11237
11236
|
attr_accessor :proxy_cluster_id
|
@@ -11689,7 +11688,7 @@ module SDM
|
|
11689
11688
|
end
|
11690
11689
|
|
11691
11690
|
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.
|
11691
|
+
# The bind interface is the IP 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
11692
|
attr_accessor :bind_interface
|
11694
11693
|
# 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
11694
|
attr_accessor :downgrade_nla_connections
|
@@ -11709,7 +11708,7 @@ module SDM
|
|
11709
11708
|
attr_accessor :password
|
11710
11709
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11711
11710
|
attr_accessor :port
|
11712
|
-
# The local port used by clients to connect to this resource.
|
11711
|
+
# 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
11712
|
attr_accessor :port_override
|
11714
11713
|
# ID of the proxy cluster for this resource, if any.
|
11715
11714
|
attr_accessor :proxy_cluster_id
|
@@ -11768,7 +11767,7 @@ module SDM
|
|
11768
11767
|
end
|
11769
11768
|
|
11770
11769
|
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.
|
11770
|
+
# The bind interface is the IP 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
11771
|
attr_accessor :bind_interface
|
11773
11772
|
# A filter applied to the routing logic to pin datasource to nodes.
|
11774
11773
|
attr_accessor :egress_filter
|
@@ -11788,14 +11787,13 @@ module SDM
|
|
11788
11787
|
attr_accessor :name
|
11789
11788
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11790
11789
|
attr_accessor :port
|
11791
|
-
# The local port used by clients to connect to this resource.
|
11790
|
+
# 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
11791
|
attr_accessor :port_override
|
11793
11792
|
# ID of the proxy cluster for this resource, if any.
|
11794
11793
|
attr_accessor :proxy_cluster_id
|
11795
11794
|
# ID of the secret store containing credentials for this resource, if any.
|
11796
11795
|
attr_accessor :secret_store_id
|
11797
|
-
#
|
11798
|
-
# Using extraplain3 here as 1 and 2 are used in cert generation and internal driver config
|
11796
|
+
# Windows Security Identifier (SID) of the configured Username, required for strong certificate mapping in full enforcement mode.
|
11799
11797
|
attr_accessor :sid
|
11800
11798
|
# Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
11801
11799
|
attr_accessor :subdomain
|
@@ -11852,7 +11850,7 @@ module SDM
|
|
11852
11850
|
end
|
11853
11851
|
|
11854
11852
|
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.
|
11853
|
+
# The bind interface is the IP 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
11854
|
attr_accessor :bind_interface
|
11857
11855
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
11858
11856
|
attr_accessor :database
|
@@ -11870,7 +11868,7 @@ module SDM
|
|
11870
11868
|
attr_accessor :override_database
|
11871
11869
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11872
11870
|
attr_accessor :port
|
11873
|
-
# The local port used by clients to connect to this resource.
|
11871
|
+
# 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
11872
|
attr_accessor :port_override
|
11875
11873
|
# ID of the proxy cluster for this resource, if any.
|
11876
11874
|
attr_accessor :proxy_cluster_id
|
@@ -11935,7 +11933,7 @@ module SDM
|
|
11935
11933
|
end
|
11936
11934
|
|
11937
11935
|
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.
|
11936
|
+
# The bind interface is the IP 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
11937
|
attr_accessor :bind_interface
|
11940
11938
|
# A filter applied to the routing logic to pin datasource to nodes.
|
11941
11939
|
attr_accessor :egress_filter
|
@@ -11951,7 +11949,7 @@ module SDM
|
|
11951
11949
|
attr_accessor :password
|
11952
11950
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11953
11951
|
attr_accessor :port
|
11954
|
-
# The local port used by clients to connect to this resource.
|
11952
|
+
# 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
11953
|
attr_accessor :port_override
|
11956
11954
|
# ID of the proxy cluster for this resource, if any.
|
11957
11955
|
attr_accessor :proxy_cluster_id
|
@@ -12045,7 +12043,7 @@ module SDM
|
|
12045
12043
|
end
|
12046
12044
|
|
12047
12045
|
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.
|
12046
|
+
# The bind interface is the IP 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
12047
|
attr_accessor :bind_interface
|
12050
12048
|
# A filter applied to the routing logic to pin datasource to nodes.
|
12051
12049
|
attr_accessor :egress_filter
|
@@ -12059,7 +12057,7 @@ module SDM
|
|
12059
12057
|
attr_accessor :name
|
12060
12058
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12061
12059
|
attr_accessor :port
|
12062
|
-
# The local port used by clients to connect to this resource.
|
12060
|
+
# 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
12061
|
attr_accessor :port_override
|
12064
12062
|
# ID of the proxy cluster for this resource, if any.
|
12065
12063
|
attr_accessor :proxy_cluster_id
|
@@ -12108,7 +12106,7 @@ module SDM
|
|
12108
12106
|
end
|
12109
12107
|
|
12110
12108
|
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.
|
12109
|
+
# The bind interface is the IP 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
12110
|
attr_accessor :bind_interface
|
12113
12111
|
# A filter applied to the routing logic to pin datasource to nodes.
|
12114
12112
|
attr_accessor :egress_filter
|
@@ -12124,7 +12122,7 @@ module SDM
|
|
12124
12122
|
attr_accessor :password
|
12125
12123
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12126
12124
|
attr_accessor :port
|
12127
|
-
# The local port used by clients to connect to this resource.
|
12125
|
+
# 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
12126
|
attr_accessor :port_override
|
12129
12127
|
# ID of the proxy cluster for this resource, if any.
|
12130
12128
|
attr_accessor :proxy_cluster_id
|
@@ -12183,7 +12181,7 @@ module SDM
|
|
12183
12181
|
end
|
12184
12182
|
|
12185
12183
|
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.
|
12184
|
+
# The bind interface is the IP 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
12185
|
attr_accessor :bind_interface
|
12188
12186
|
# A filter applied to the routing logic to pin datasource to nodes.
|
12189
12187
|
attr_accessor :egress_filter
|
@@ -12199,7 +12197,7 @@ module SDM
|
|
12199
12197
|
attr_accessor :password
|
12200
12198
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12201
12199
|
attr_accessor :port
|
12202
|
-
# The local port used by clients to connect to this resource.
|
12200
|
+
# 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
12201
|
attr_accessor :port_override
|
12204
12202
|
# ID of the proxy cluster for this resource, if any.
|
12205
12203
|
attr_accessor :proxy_cluster_id
|
@@ -12258,7 +12256,7 @@ module SDM
|
|
12258
12256
|
end
|
12259
12257
|
|
12260
12258
|
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.
|
12259
|
+
# The bind interface is the IP 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
12260
|
attr_accessor :bind_interface
|
12263
12261
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
12264
12262
|
attr_accessor :database
|
@@ -12278,7 +12276,7 @@ module SDM
|
|
12278
12276
|
attr_accessor :password
|
12279
12277
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12280
12278
|
attr_accessor :port
|
12281
|
-
# The local port used by clients to connect to this resource.
|
12279
|
+
# 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
12280
|
attr_accessor :port_override
|
12283
12281
|
# ID of the proxy cluster for this resource, if any.
|
12284
12282
|
attr_accessor :proxy_cluster_id
|
@@ -12337,7 +12335,7 @@ module SDM
|
|
12337
12335
|
end
|
12338
12336
|
|
12339
12337
|
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.
|
12338
|
+
# The bind interface is the IP 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
12339
|
attr_accessor :bind_interface
|
12342
12340
|
# Cluster Identified of Redshift cluster
|
12343
12341
|
attr_accessor :cluster_id
|
@@ -12357,7 +12355,7 @@ module SDM
|
|
12357
12355
|
attr_accessor :override_database
|
12358
12356
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12359
12357
|
attr_accessor :port
|
12360
|
-
# The local port used by clients to connect to this resource.
|
12358
|
+
# 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
12359
|
attr_accessor :port_override
|
12362
12360
|
# ID of the proxy cluster for this resource, if any.
|
12363
12361
|
attr_accessor :proxy_cluster_id
|
@@ -12420,7 +12418,7 @@ module SDM
|
|
12420
12418
|
end
|
12421
12419
|
|
12422
12420
|
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.
|
12421
|
+
# The bind interface is the IP 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
12422
|
attr_accessor :bind_interface
|
12425
12423
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
12426
12424
|
attr_accessor :database
|
@@ -12438,7 +12436,7 @@ module SDM
|
|
12438
12436
|
attr_accessor :override_database
|
12439
12437
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12440
12438
|
attr_accessor :port
|
12441
|
-
# The local port used by clients to connect to this resource.
|
12439
|
+
# 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
12440
|
attr_accessor :port_override
|
12443
12441
|
# ID of the proxy cluster for this resource, if any.
|
12444
12442
|
attr_accessor :proxy_cluster_id
|
@@ -13371,7 +13369,7 @@ module SDM
|
|
13371
13369
|
# Whether to allow deprecated encryption protocols to be used for this resource. For example,
|
13372
13370
|
# TLS 1.0.
|
13373
13371
|
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.
|
13372
|
+
# The bind interface is the IP 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
13373
|
attr_accessor :bind_interface
|
13376
13374
|
# The database for healthchecks, and used for clients if Override Default Database is true.
|
13377
13375
|
attr_accessor :database
|
@@ -13391,7 +13389,7 @@ module SDM
|
|
13391
13389
|
attr_accessor :password
|
13392
13390
|
# The port to dial to initiate a connection from the egress node to this resource.
|
13393
13391
|
attr_accessor :port
|
13394
|
-
# The local port used by clients to connect to this resource.
|
13392
|
+
# 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
13393
|
attr_accessor :port_override
|
13396
13394
|
# ID of the proxy cluster for this resource, if any.
|
13397
13395
|
attr_accessor :proxy_cluster_id
|
@@ -13459,7 +13457,7 @@ module SDM
|
|
13459
13457
|
# Whether to allow deprecated encryption protocols to be used for this resource. For example,
|
13460
13458
|
# TLS 1.0.
|
13461
13459
|
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.
|
13460
|
+
# The bind interface is the IP 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
13461
|
attr_accessor :bind_interface
|
13464
13462
|
# The Azure AD application (client) ID with which to authenticate.
|
13465
13463
|
attr_accessor :client_id
|
@@ -13479,7 +13477,7 @@ module SDM
|
|
13479
13477
|
attr_accessor :override_database
|
13480
13478
|
# The port to dial to initiate a connection from the egress node to this resource.
|
13481
13479
|
attr_accessor :port
|
13482
|
-
# The local port used by clients to connect to this resource.
|
13480
|
+
# 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
13481
|
attr_accessor :port_override
|
13484
13482
|
# ID of the proxy cluster for this resource, if any.
|
13485
13483
|
attr_accessor :proxy_cluster_id
|
@@ -13551,7 +13549,7 @@ module SDM
|
|
13551
13549
|
# Whether to allow deprecated encryption protocols to be used for this resource. For example,
|
13552
13550
|
# TLS 1.0.
|
13553
13551
|
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.
|
13552
|
+
# The bind interface is the IP 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
13553
|
attr_accessor :bind_interface
|
13556
13554
|
# The database for healthchecks, and used for clients if Override Default Database is true.
|
13557
13555
|
attr_accessor :database
|
@@ -13573,7 +13571,7 @@ module SDM
|
|
13573
13571
|
attr_accessor :override_database
|
13574
13572
|
# The port to dial to initiate a connection from the egress node to this resource.
|
13575
13573
|
attr_accessor :port
|
13576
|
-
# The local port used by clients to connect to this resource.
|
13574
|
+
# 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
13575
|
attr_accessor :port_override
|
13578
13576
|
# ID of the proxy cluster for this resource, if any.
|
13579
13577
|
attr_accessor :proxy_cluster_id
|
@@ -13650,7 +13648,7 @@ module SDM
|
|
13650
13648
|
class SSH
|
13651
13649
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13652
13650
|
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.
|
13651
|
+
# The bind interface is the IP 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
13652
|
attr_accessor :bind_interface
|
13655
13653
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13656
13654
|
attr_accessor :egress_filter
|
@@ -13668,7 +13666,7 @@ module SDM
|
|
13668
13666
|
attr_accessor :port
|
13669
13667
|
# Whether port forwarding is allowed through this server.
|
13670
13668
|
attr_accessor :port_forwarding
|
13671
|
-
# The local port used by clients to connect to this resource.
|
13669
|
+
# 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
13670
|
attr_accessor :port_override
|
13673
13671
|
# ID of the proxy cluster for this resource, if any.
|
13674
13672
|
attr_accessor :proxy_cluster_id
|
@@ -13733,7 +13731,7 @@ module SDM
|
|
13733
13731
|
class SSHCert
|
13734
13732
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13735
13733
|
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.
|
13734
|
+
# The bind interface is the IP 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
13735
|
attr_accessor :bind_interface
|
13738
13736
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13739
13737
|
attr_accessor :egress_filter
|
@@ -13755,7 +13753,7 @@ module SDM
|
|
13755
13753
|
attr_accessor :port
|
13756
13754
|
# Whether port forwarding is allowed through this server.
|
13757
13755
|
attr_accessor :port_forwarding
|
13758
|
-
# The local port used by clients to connect to this resource.
|
13756
|
+
# 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
13757
|
attr_accessor :port_override
|
13760
13758
|
# ID of the proxy cluster for this resource, if any.
|
13761
13759
|
attr_accessor :proxy_cluster_id
|
@@ -13820,7 +13818,7 @@ module SDM
|
|
13820
13818
|
class SSHCustomerKey
|
13821
13819
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13822
13820
|
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.
|
13821
|
+
# The bind interface is the IP 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
13822
|
attr_accessor :bind_interface
|
13825
13823
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13826
13824
|
attr_accessor :egress_filter
|
@@ -13840,7 +13838,7 @@ module SDM
|
|
13840
13838
|
attr_accessor :port
|
13841
13839
|
# Whether port forwarding is allowed through this server.
|
13842
13840
|
attr_accessor :port_forwarding
|
13843
|
-
# The local port used by clients to connect to this resource.
|
13841
|
+
# 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
13842
|
attr_accessor :port_override
|
13845
13843
|
# The private key used to authenticate with the server.
|
13846
13844
|
attr_accessor :private_key
|
@@ -13907,7 +13905,7 @@ module SDM
|
|
13907
13905
|
class SSHPassword
|
13908
13906
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13909
13907
|
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.
|
13908
|
+
# The bind interface is the IP 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
13909
|
attr_accessor :bind_interface
|
13912
13910
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13913
13911
|
attr_accessor :egress_filter
|
@@ -13925,7 +13923,7 @@ module SDM
|
|
13925
13923
|
attr_accessor :port
|
13926
13924
|
# Whether port forwarding is allowed through this server.
|
13927
13925
|
attr_accessor :port_forwarding
|
13928
|
-
# The local port used by clients to connect to this resource.
|
13926
|
+
# 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
13927
|
attr_accessor :port_override
|
13930
13928
|
# ID of the proxy cluster for this resource, if any.
|
13931
13929
|
attr_accessor :proxy_cluster_id
|
@@ -14574,7 +14572,7 @@ module SDM
|
|
14574
14572
|
end
|
14575
14573
|
|
14576
14574
|
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.
|
14575
|
+
# The bind interface is the IP 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
14576
|
attr_accessor :bind_interface
|
14579
14577
|
# The database for healthchecks. Does not affect client requests.
|
14580
14578
|
attr_accessor :database
|
@@ -14592,7 +14590,7 @@ module SDM
|
|
14592
14590
|
attr_accessor :password
|
14593
14591
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14594
14592
|
attr_accessor :port
|
14595
|
-
# The local port used by clients to connect to this resource.
|
14593
|
+
# 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
14594
|
attr_accessor :port_override
|
14597
14595
|
# ID of the proxy cluster for this resource, if any.
|
14598
14596
|
attr_accessor :proxy_cluster_id
|
@@ -14657,7 +14655,7 @@ module SDM
|
|
14657
14655
|
end
|
14658
14656
|
|
14659
14657
|
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.
|
14658
|
+
# The bind interface is the IP 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
14659
|
attr_accessor :bind_interface
|
14662
14660
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
14663
14661
|
attr_accessor :database
|
@@ -14673,7 +14671,7 @@ module SDM
|
|
14673
14671
|
attr_accessor :name
|
14674
14672
|
# Deprecated: https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification/
|
14675
14673
|
attr_accessor :password
|
14676
|
-
# The local port used by clients to connect to this resource.
|
14674
|
+
# 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
14675
|
attr_accessor :port_override
|
14678
14676
|
# RSA Private Key for authentication
|
14679
14677
|
attr_accessor :private_key
|
@@ -14736,7 +14734,7 @@ module SDM
|
|
14736
14734
|
end
|
14737
14735
|
|
14738
14736
|
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.
|
14737
|
+
# The bind interface is the IP 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
14738
|
attr_accessor :bind_interface
|
14741
14739
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14742
14740
|
attr_accessor :egress_filter
|
@@ -14748,7 +14746,7 @@ module SDM
|
|
14748
14746
|
attr_accessor :id
|
14749
14747
|
# Unique human-readable name of the Resource.
|
14750
14748
|
attr_accessor :name
|
14751
|
-
# The local port used by clients to connect to this resource.
|
14749
|
+
# 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
14750
|
attr_accessor :port_override
|
14753
14751
|
# ID of the proxy cluster for this resource, if any.
|
14754
14752
|
attr_accessor :proxy_cluster_id
|
@@ -14799,7 +14797,7 @@ module SDM
|
|
14799
14797
|
end
|
14800
14798
|
|
14801
14799
|
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.
|
14800
|
+
# The bind interface is the IP 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
14801
|
attr_accessor :bind_interface
|
14804
14802
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14805
14803
|
attr_accessor :egress_filter
|
@@ -14815,7 +14813,7 @@ module SDM
|
|
14815
14813
|
attr_accessor :password
|
14816
14814
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14817
14815
|
attr_accessor :port
|
14818
|
-
# The local port used by clients to connect to this resource.
|
14816
|
+
# 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
14817
|
attr_accessor :port_override
|
14820
14818
|
# ID of the proxy cluster for this resource, if any.
|
14821
14819
|
attr_accessor :proxy_cluster_id
|
@@ -14870,7 +14868,7 @@ module SDM
|
|
14870
14868
|
end
|
14871
14869
|
|
14872
14870
|
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.
|
14871
|
+
# The bind interface is the IP 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
14872
|
attr_accessor :bind_interface
|
14875
14873
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14876
14874
|
attr_accessor :egress_filter
|
@@ -14886,7 +14884,7 @@ module SDM
|
|
14886
14884
|
attr_accessor :password
|
14887
14885
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14888
14886
|
attr_accessor :port
|
14889
|
-
# The local port used by clients to connect to this resource.
|
14887
|
+
# 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
14888
|
attr_accessor :port_override
|
14891
14889
|
# ID of the proxy cluster for this resource, if any.
|
14892
14890
|
attr_accessor :proxy_cluster_id
|
@@ -14964,7 +14962,7 @@ module SDM
|
|
14964
14962
|
end
|
14965
14963
|
|
14966
14964
|
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.
|
14965
|
+
# The bind interface is the IP 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
14966
|
attr_accessor :bind_interface
|
14969
14967
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14970
14968
|
attr_accessor :egress_filter
|
@@ -14980,7 +14978,7 @@ module SDM
|
|
14980
14978
|
attr_accessor :password
|
14981
14979
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14982
14980
|
attr_accessor :port
|
14983
|
-
# The local port used by clients to connect to this resource.
|
14981
|
+
# 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
14982
|
attr_accessor :port_override
|
14985
14983
|
# ID of the proxy cluster for this resource, if any.
|
14986
14984
|
attr_accessor :proxy_cluster_id
|
@@ -15088,7 +15086,7 @@ module SDM
|
|
15088
15086
|
end
|
15089
15087
|
|
15090
15088
|
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.
|
15089
|
+
# The bind interface is the IP 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
15090
|
attr_accessor :bind_interface
|
15093
15091
|
# A filter applied to the routing logic to pin datasource to nodes.
|
15094
15092
|
attr_accessor :egress_filter
|
@@ -15104,7 +15102,7 @@ module SDM
|
|
15104
15102
|
attr_accessor :password
|
15105
15103
|
# The port to dial to initiate a connection from the egress node to this resource.
|
15106
15104
|
attr_accessor :port
|
15107
|
-
# The local port used by clients to connect to this resource.
|
15105
|
+
# 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
15106
|
attr_accessor :port_override
|
15109
15107
|
# ID of the proxy cluster for this resource, if any.
|
15110
15108
|
attr_accessor :proxy_cluster_id
|
@@ -15742,7 +15740,7 @@ module SDM
|
|
15742
15740
|
end
|
15743
15741
|
|
15744
15742
|
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.
|
15743
|
+
# The bind interface is the IP 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
15744
|
attr_accessor :bind_interface
|
15747
15745
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
15748
15746
|
attr_accessor :database
|
@@ -15760,7 +15758,7 @@ module SDM
|
|
15760
15758
|
attr_accessor :password
|
15761
15759
|
# The port to dial to initiate a connection from the egress node to this resource.
|
15762
15760
|
attr_accessor :port
|
15763
|
-
# The local port used by clients to connect to this resource.
|
15761
|
+
# 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
15762
|
attr_accessor :port_override
|
15765
15763
|
# ID of the proxy cluster for this resource, if any.
|
15766
15764
|
attr_accessor :proxy_cluster_id
|