strongdm 15.5.0 → 15.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.git/ORIG_HEAD +1 -1
- data/.git/index +0 -0
- data/.git/logs/HEAD +3 -3
- data/.git/logs/refs/heads/master +2 -2
- data/.git/logs/refs/remotes/origin/HEAD +1 -1
- data/.git/objects/pack/{pack-68dcb4096b5b2ec49c7207c6474387613772164c.idx → pack-478e5d8febe29c1c719ce3b7cbcc1fd4da85f4e6.idx} +0 -0
- data/.git/objects/pack/{pack-68dcb4096b5b2ec49c7207c6474387613772164c.pack → pack-478e5d8febe29c1c719ce3b7cbcc1fd4da85f4e6.pack} +0 -0
- data/.git/packed-refs +4 -2
- data/.git/refs/heads/master +1 -1
- data/lib/constants.rb +8 -0
- data/lib/grpc/drivers_pb.rb +22 -18
- data/lib/grpc/options_pb.rb +1 -0
- data/lib/grpc/plumbing.rb +74 -66
- data/lib/models/porcelain.rb +304 -288
- data/lib/strongdm.rb +1 -1
- data/lib/svc.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
|
@@ -3929,80 +3929,8 @@ module SDM
|
|
3929
3929
|
end
|
3930
3930
|
end
|
3931
3931
|
|
3932
|
-
# AzureConsole is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
3933
|
-
class AzureConsole
|
3934
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
3935
|
-
attr_accessor :bind_interface
|
3936
|
-
# The connector ID to authenticate through.
|
3937
|
-
attr_accessor :connector_id
|
3938
|
-
# A filter applied to the routing logic to pin datasource to nodes.
|
3939
|
-
attr_accessor :egress_filter
|
3940
|
-
# True if the datasource is reachable and the credentials are valid.
|
3941
|
-
attr_accessor :healthy
|
3942
|
-
# Unique identifier of the Resource.
|
3943
|
-
attr_accessor :id
|
3944
|
-
# The ID of the identity set to use for identity connections.
|
3945
|
-
attr_accessor :identity_set_id
|
3946
|
-
# The management group ID to authenticate scope Privileges to.
|
3947
|
-
attr_accessor :management_group_id
|
3948
|
-
# Unique human-readable name of the Resource.
|
3949
|
-
attr_accessor :name
|
3950
|
-
# The privilege levels specify which Groups are managed externally
|
3951
|
-
attr_accessor :privilege_levels
|
3952
|
-
# ID of the proxy cluster for this resource, if any.
|
3953
|
-
attr_accessor :proxy_cluster_id
|
3954
|
-
# ID of the secret store containing credentials for this resource, if any.
|
3955
|
-
attr_accessor :secret_store_id
|
3956
|
-
# Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
3957
|
-
attr_accessor :subdomain
|
3958
|
-
# The subscription ID to authenticate scope Privileges to.
|
3959
|
-
attr_accessor :subscription_id
|
3960
|
-
# Tags is a map of key, value pairs.
|
3961
|
-
attr_accessor :tags
|
3962
|
-
|
3963
|
-
def initialize(
|
3964
|
-
bind_interface: nil,
|
3965
|
-
connector_id: nil,
|
3966
|
-
egress_filter: nil,
|
3967
|
-
healthy: nil,
|
3968
|
-
id: nil,
|
3969
|
-
identity_set_id: nil,
|
3970
|
-
management_group_id: nil,
|
3971
|
-
name: nil,
|
3972
|
-
privilege_levels: nil,
|
3973
|
-
proxy_cluster_id: nil,
|
3974
|
-
secret_store_id: nil,
|
3975
|
-
subdomain: nil,
|
3976
|
-
subscription_id: nil,
|
3977
|
-
tags: nil
|
3978
|
-
)
|
3979
|
-
@bind_interface = bind_interface == nil ? "" : bind_interface
|
3980
|
-
@connector_id = connector_id == nil ? "" : connector_id
|
3981
|
-
@egress_filter = egress_filter == nil ? "" : egress_filter
|
3982
|
-
@healthy = healthy == nil ? false : healthy
|
3983
|
-
@id = id == nil ? "" : id
|
3984
|
-
@identity_set_id = identity_set_id == nil ? "" : identity_set_id
|
3985
|
-
@management_group_id = management_group_id == nil ? "" : management_group_id
|
3986
|
-
@name = name == nil ? "" : name
|
3987
|
-
@privilege_levels = privilege_levels == nil ? "" : privilege_levels
|
3988
|
-
@proxy_cluster_id = proxy_cluster_id == nil ? "" : proxy_cluster_id
|
3989
|
-
@secret_store_id = secret_store_id == nil ? "" : secret_store_id
|
3990
|
-
@subdomain = subdomain == nil ? "" : subdomain
|
3991
|
-
@subscription_id = subscription_id == nil ? "" : subscription_id
|
3992
|
-
@tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
|
3993
|
-
end
|
3994
|
-
|
3995
|
-
def to_json(options = {})
|
3996
|
-
hash = {}
|
3997
|
-
self.instance_variables.each do |var|
|
3998
|
-
hash[var.id2name.delete_prefix("@")] = self.instance_variable_get var
|
3999
|
-
end
|
4000
|
-
hash.to_json
|
4001
|
-
end
|
4002
|
-
end
|
4003
|
-
|
4004
3932
|
class AzureMysql
|
4005
|
-
# The bind interface is the IP 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.
|
4006
3934
|
attr_accessor :bind_interface
|
4007
3935
|
# The database for healthchecks. Does not affect client requests.
|
4008
3936
|
attr_accessor :database
|
@@ -4020,7 +3948,7 @@ module SDM
|
|
4020
3948
|
attr_accessor :password
|
4021
3949
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4022
3950
|
attr_accessor :port
|
4023
|
-
# 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.
|
4024
3952
|
attr_accessor :port_override
|
4025
3953
|
# ID of the proxy cluster for this resource, if any.
|
4026
3954
|
attr_accessor :proxy_cluster_id
|
@@ -4086,7 +4014,7 @@ module SDM
|
|
4086
4014
|
|
4087
4015
|
# AzureMysqlManagedIdentity is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
4088
4016
|
class AzureMysqlManagedIdentity
|
4089
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4017
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
4090
4018
|
attr_accessor :bind_interface
|
4091
4019
|
# The database for healthchecks. Does not affect client requests.
|
4092
4020
|
attr_accessor :database
|
@@ -4104,7 +4032,7 @@ module SDM
|
|
4104
4032
|
attr_accessor :password
|
4105
4033
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4106
4034
|
attr_accessor :port
|
4107
|
-
# The local port used by clients to connect to this resource.
|
4035
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
4108
4036
|
attr_accessor :port_override
|
4109
4037
|
# ID of the proxy cluster for this resource, if any.
|
4110
4038
|
attr_accessor :proxy_cluster_id
|
@@ -4165,7 +4093,7 @@ module SDM
|
|
4165
4093
|
end
|
4166
4094
|
|
4167
4095
|
class AzurePostgres
|
4168
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4096
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
4169
4097
|
attr_accessor :bind_interface
|
4170
4098
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4171
4099
|
attr_accessor :database
|
@@ -4185,7 +4113,7 @@ module SDM
|
|
4185
4113
|
attr_accessor :password
|
4186
4114
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4187
4115
|
attr_accessor :port
|
4188
|
-
# The local port used by clients to connect to this resource.
|
4116
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
4189
4117
|
attr_accessor :port_override
|
4190
4118
|
# ID of the proxy cluster for this resource, if any.
|
4191
4119
|
attr_accessor :proxy_cluster_id
|
@@ -4244,7 +4172,7 @@ module SDM
|
|
4244
4172
|
end
|
4245
4173
|
|
4246
4174
|
class AzurePostgresManagedIdentity
|
4247
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4175
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
4248
4176
|
attr_accessor :bind_interface
|
4249
4177
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4250
4178
|
attr_accessor :database
|
@@ -4264,7 +4192,7 @@ module SDM
|
|
4264
4192
|
attr_accessor :password
|
4265
4193
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4266
4194
|
attr_accessor :port
|
4267
|
-
# The local port used by clients to connect to this resource.
|
4195
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
4268
4196
|
attr_accessor :port_override
|
4269
4197
|
# ID of the proxy cluster for this resource, if any.
|
4270
4198
|
attr_accessor :proxy_cluster_id
|
@@ -4358,7 +4286,7 @@ module SDM
|
|
4358
4286
|
end
|
4359
4287
|
|
4360
4288
|
class BigQuery
|
4361
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4289
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
4362
4290
|
attr_accessor :bind_interface
|
4363
4291
|
# A filter applied to the routing logic to pin datasource to nodes.
|
4364
4292
|
attr_accessor :egress_filter
|
@@ -4370,7 +4298,7 @@ module SDM
|
|
4370
4298
|
attr_accessor :id
|
4371
4299
|
# Unique human-readable name of the Resource.
|
4372
4300
|
attr_accessor :name
|
4373
|
-
# The local port used by clients to connect to this resource.
|
4301
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
4374
4302
|
attr_accessor :port_override
|
4375
4303
|
# The JSON Private key to authenticate with.
|
4376
4304
|
attr_accessor :private_key
|
@@ -4429,7 +4357,7 @@ module SDM
|
|
4429
4357
|
end
|
4430
4358
|
|
4431
4359
|
class Cassandra
|
4432
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4360
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
4433
4361
|
attr_accessor :bind_interface
|
4434
4362
|
# A filter applied to the routing logic to pin datasource to nodes.
|
4435
4363
|
attr_accessor :egress_filter
|
@@ -4445,7 +4373,7 @@ module SDM
|
|
4445
4373
|
attr_accessor :password
|
4446
4374
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4447
4375
|
attr_accessor :port
|
4448
|
-
# The local port used by clients to connect to this resource.
|
4376
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
4449
4377
|
attr_accessor :port_override
|
4450
4378
|
# ID of the proxy cluster for this resource, if any.
|
4451
4379
|
attr_accessor :proxy_cluster_id
|
@@ -4504,7 +4432,7 @@ module SDM
|
|
4504
4432
|
end
|
4505
4433
|
|
4506
4434
|
class Citus
|
4507
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4435
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
4508
4436
|
attr_accessor :bind_interface
|
4509
4437
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4510
4438
|
attr_accessor :database
|
@@ -4524,7 +4452,7 @@ module SDM
|
|
4524
4452
|
attr_accessor :password
|
4525
4453
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4526
4454
|
attr_accessor :port
|
4527
|
-
# The local port used by clients to connect to this resource.
|
4455
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
4528
4456
|
attr_accessor :port_override
|
4529
4457
|
# ID of the proxy cluster for this resource, if any.
|
4530
4458
|
attr_accessor :proxy_cluster_id
|
@@ -4583,7 +4511,7 @@ module SDM
|
|
4583
4511
|
end
|
4584
4512
|
|
4585
4513
|
class ClickHouseHTTP
|
4586
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4514
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
4587
4515
|
attr_accessor :bind_interface
|
4588
4516
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4589
4517
|
attr_accessor :database
|
@@ -4597,7 +4525,7 @@ module SDM
|
|
4597
4525
|
attr_accessor :name
|
4598
4526
|
# The password to authenticate with.
|
4599
4527
|
attr_accessor :password
|
4600
|
-
# The local port used by clients to connect to this resource.
|
4528
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
4601
4529
|
attr_accessor :port_override
|
4602
4530
|
# ID of the proxy cluster for this resource, if any.
|
4603
4531
|
attr_accessor :proxy_cluster_id
|
@@ -4650,7 +4578,7 @@ module SDM
|
|
4650
4578
|
end
|
4651
4579
|
|
4652
4580
|
class ClickHouseMySQL
|
4653
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4581
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
4654
4582
|
attr_accessor :bind_interface
|
4655
4583
|
# The database for healthchecks. Does not affect client requests.
|
4656
4584
|
attr_accessor :database
|
@@ -4668,7 +4596,7 @@ module SDM
|
|
4668
4596
|
attr_accessor :password
|
4669
4597
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4670
4598
|
attr_accessor :port
|
4671
|
-
# The local port used by clients to connect to this resource.
|
4599
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
4672
4600
|
attr_accessor :port_override
|
4673
4601
|
# ID of the proxy cluster for this resource, if any.
|
4674
4602
|
attr_accessor :proxy_cluster_id
|
@@ -4729,7 +4657,7 @@ module SDM
|
|
4729
4657
|
end
|
4730
4658
|
|
4731
4659
|
class ClickHouseTCP
|
4732
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4660
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
4733
4661
|
attr_accessor :bind_interface
|
4734
4662
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4735
4663
|
attr_accessor :database
|
@@ -4747,7 +4675,7 @@ module SDM
|
|
4747
4675
|
attr_accessor :password
|
4748
4676
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4749
4677
|
attr_accessor :port
|
4750
|
-
# The local port used by clients to connect to this resource.
|
4678
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
4751
4679
|
attr_accessor :port_override
|
4752
4680
|
# ID of the proxy cluster for this resource, if any.
|
4753
4681
|
attr_accessor :proxy_cluster_id
|
@@ -4808,7 +4736,7 @@ module SDM
|
|
4808
4736
|
end
|
4809
4737
|
|
4810
4738
|
class Clustrix
|
4811
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4739
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
4812
4740
|
attr_accessor :bind_interface
|
4813
4741
|
# The database for healthchecks. Does not affect client requests.
|
4814
4742
|
attr_accessor :database
|
@@ -4826,7 +4754,7 @@ module SDM
|
|
4826
4754
|
attr_accessor :password
|
4827
4755
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4828
4756
|
attr_accessor :port
|
4829
|
-
# The local port used by clients to connect to this resource.
|
4757
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
4830
4758
|
attr_accessor :port_override
|
4831
4759
|
# ID of the proxy cluster for this resource, if any.
|
4832
4760
|
attr_accessor :proxy_cluster_id
|
@@ -4891,7 +4819,7 @@ module SDM
|
|
4891
4819
|
end
|
4892
4820
|
|
4893
4821
|
class Cockroach
|
4894
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4822
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
4895
4823
|
attr_accessor :bind_interface
|
4896
4824
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
4897
4825
|
attr_accessor :database
|
@@ -4911,7 +4839,7 @@ module SDM
|
|
4911
4839
|
attr_accessor :password
|
4912
4840
|
# The port to dial to initiate a connection from the egress node to this resource.
|
4913
4841
|
attr_accessor :port
|
4914
|
-
# The local port used by clients to connect to this resource.
|
4842
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
4915
4843
|
attr_accessor :port_override
|
4916
4844
|
# ID of the proxy cluster for this resource, if any.
|
4917
4845
|
attr_accessor :proxy_cluster_id
|
@@ -5058,7 +4986,7 @@ module SDM
|
|
5058
4986
|
end
|
5059
4987
|
|
5060
4988
|
class CouchbaseDatabase
|
5061
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
4989
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
5062
4990
|
attr_accessor :bind_interface
|
5063
4991
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5064
4992
|
attr_accessor :egress_filter
|
@@ -5076,7 +5004,7 @@ module SDM
|
|
5076
5004
|
attr_accessor :password
|
5077
5005
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5078
5006
|
attr_accessor :port
|
5079
|
-
# The local port used by clients to connect to this resource.
|
5007
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
5080
5008
|
attr_accessor :port_override
|
5081
5009
|
# ID of the proxy cluster for this resource, if any.
|
5082
5010
|
attr_accessor :proxy_cluster_id
|
@@ -5137,7 +5065,7 @@ module SDM
|
|
5137
5065
|
end
|
5138
5066
|
|
5139
5067
|
class CouchbaseWebUI
|
5140
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
5068
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
5141
5069
|
attr_accessor :bind_interface
|
5142
5070
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5143
5071
|
attr_accessor :egress_filter
|
@@ -5149,7 +5077,7 @@ module SDM
|
|
5149
5077
|
attr_accessor :name
|
5150
5078
|
# The password to authenticate with.
|
5151
5079
|
attr_accessor :password
|
5152
|
-
# The local port used by clients to connect to this resource.
|
5080
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
5153
5081
|
attr_accessor :port_override
|
5154
5082
|
# ID of the proxy cluster for this resource, if any.
|
5155
5083
|
attr_accessor :proxy_cluster_id
|
@@ -5312,7 +5240,7 @@ module SDM
|
|
5312
5240
|
end
|
5313
5241
|
|
5314
5242
|
class DB2I
|
5315
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
5243
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
5316
5244
|
attr_accessor :bind_interface
|
5317
5245
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5318
5246
|
attr_accessor :egress_filter
|
@@ -5328,7 +5256,7 @@ module SDM
|
|
5328
5256
|
attr_accessor :password
|
5329
5257
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5330
5258
|
attr_accessor :port
|
5331
|
-
# The local port used by clients to connect to this resource.
|
5259
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
5332
5260
|
attr_accessor :port_override
|
5333
5261
|
# ID of the proxy cluster for this resource, if any.
|
5334
5262
|
attr_accessor :proxy_cluster_id
|
@@ -5387,7 +5315,7 @@ module SDM
|
|
5387
5315
|
end
|
5388
5316
|
|
5389
5317
|
class DB2LUW
|
5390
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
5318
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
5391
5319
|
attr_accessor :bind_interface
|
5392
5320
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
5393
5321
|
attr_accessor :database
|
@@ -5405,7 +5333,7 @@ module SDM
|
|
5405
5333
|
attr_accessor :password
|
5406
5334
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5407
5335
|
attr_accessor :port
|
5408
|
-
# The local port used by clients to connect to this resource.
|
5336
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
5409
5337
|
attr_accessor :port_override
|
5410
5338
|
# ID of the proxy cluster for this resource, if any.
|
5411
5339
|
attr_accessor :proxy_cluster_id
|
@@ -5517,7 +5445,7 @@ module SDM
|
|
5517
5445
|
class DocumentDBHost
|
5518
5446
|
# The authentication database to use.
|
5519
5447
|
attr_accessor :auth_database
|
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.
|
5448
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
5521
5449
|
attr_accessor :bind_interface
|
5522
5450
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5523
5451
|
attr_accessor :egress_filter
|
@@ -5533,7 +5461,7 @@ module SDM
|
|
5533
5461
|
attr_accessor :password
|
5534
5462
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5535
5463
|
attr_accessor :port
|
5536
|
-
# The local port used by clients to connect to this resource.
|
5464
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
5537
5465
|
attr_accessor :port_override
|
5538
5466
|
# ID of the proxy cluster for this resource, if any.
|
5539
5467
|
attr_accessor :proxy_cluster_id
|
@@ -5590,7 +5518,7 @@ module SDM
|
|
5590
5518
|
end
|
5591
5519
|
|
5592
5520
|
class DocumentDBHostIAM
|
5593
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
5521
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
5594
5522
|
attr_accessor :bind_interface
|
5595
5523
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5596
5524
|
attr_accessor :egress_filter
|
@@ -5604,7 +5532,7 @@ module SDM
|
|
5604
5532
|
attr_accessor :name
|
5605
5533
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5606
5534
|
attr_accessor :port
|
5607
|
-
# The local port used by clients to connect to this resource.
|
5535
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
5608
5536
|
attr_accessor :port_override
|
5609
5537
|
# ID of the proxy cluster for this resource, if any.
|
5610
5538
|
attr_accessor :proxy_cluster_id
|
@@ -5659,7 +5587,7 @@ module SDM
|
|
5659
5587
|
class DocumentDBReplicaSet
|
5660
5588
|
# The authentication database to use.
|
5661
5589
|
attr_accessor :auth_database
|
5662
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
5590
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
5663
5591
|
attr_accessor :bind_interface
|
5664
5592
|
# Set to connect to a replica instead of the primary node.
|
5665
5593
|
attr_accessor :connect_to_replica
|
@@ -5675,7 +5603,7 @@ module SDM
|
|
5675
5603
|
attr_accessor :name
|
5676
5604
|
# The password to authenticate with.
|
5677
5605
|
attr_accessor :password
|
5678
|
-
# The local port used by clients to connect to this resource.
|
5606
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
5679
5607
|
attr_accessor :port_override
|
5680
5608
|
# ID of the proxy cluster for this resource, if any.
|
5681
5609
|
attr_accessor :proxy_cluster_id
|
@@ -5737,7 +5665,7 @@ module SDM
|
|
5737
5665
|
|
5738
5666
|
# DocumentDBReplicaSetIAM is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
5739
5667
|
class DocumentDBReplicaSetIAM
|
5740
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
5668
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
5741
5669
|
attr_accessor :bind_interface
|
5742
5670
|
# Set to connect to a replica instead of the primary node.
|
5743
5671
|
attr_accessor :connect_to_replica
|
@@ -5751,7 +5679,7 @@ module SDM
|
|
5751
5679
|
attr_accessor :id
|
5752
5680
|
# Unique human-readable name of the Resource.
|
5753
5681
|
attr_accessor :name
|
5754
|
-
# The local port used by clients to connect to this resource.
|
5682
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
5755
5683
|
attr_accessor :port_override
|
5756
5684
|
# ID of the proxy cluster for this resource, if any.
|
5757
5685
|
attr_accessor :proxy_cluster_id
|
@@ -5804,7 +5732,7 @@ module SDM
|
|
5804
5732
|
end
|
5805
5733
|
|
5806
5734
|
class Druid
|
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.
|
5735
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
5808
5736
|
attr_accessor :bind_interface
|
5809
5737
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5810
5738
|
attr_accessor :egress_filter
|
@@ -5820,7 +5748,7 @@ module SDM
|
|
5820
5748
|
attr_accessor :password
|
5821
5749
|
# The port to dial to initiate a connection from the egress node to this resource.
|
5822
5750
|
attr_accessor :port
|
5823
|
-
# The local port used by clients to connect to this resource.
|
5751
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
5824
5752
|
attr_accessor :port_override
|
5825
5753
|
# ID of the proxy cluster for this resource, if any.
|
5826
5754
|
attr_accessor :proxy_cluster_id
|
@@ -5877,7 +5805,7 @@ module SDM
|
|
5877
5805
|
class DynamoDB
|
5878
5806
|
# The Access Key ID to use to authenticate.
|
5879
5807
|
attr_accessor :access_key
|
5880
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
5808
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
5881
5809
|
attr_accessor :bind_interface
|
5882
5810
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5883
5811
|
attr_accessor :egress_filter
|
@@ -5889,7 +5817,7 @@ module SDM
|
|
5889
5817
|
attr_accessor :id
|
5890
5818
|
# Unique human-readable name of the Resource.
|
5891
5819
|
attr_accessor :name
|
5892
|
-
# The local port used by clients to connect to this resource.
|
5820
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
5893
5821
|
attr_accessor :port_override
|
5894
5822
|
# ID of the proxy cluster for this resource, if any.
|
5895
5823
|
attr_accessor :proxy_cluster_id
|
@@ -5954,7 +5882,7 @@ module SDM
|
|
5954
5882
|
end
|
5955
5883
|
|
5956
5884
|
class DynamoDBIAM
|
5957
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
5885
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
5958
5886
|
attr_accessor :bind_interface
|
5959
5887
|
# A filter applied to the routing logic to pin datasource to nodes.
|
5960
5888
|
attr_accessor :egress_filter
|
@@ -5966,7 +5894,7 @@ module SDM
|
|
5966
5894
|
attr_accessor :id
|
5967
5895
|
# Unique human-readable name of the Resource.
|
5968
5896
|
attr_accessor :name
|
5969
|
-
# The local port used by clients to connect to this resource.
|
5897
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
5970
5898
|
attr_accessor :port_override
|
5971
5899
|
# ID of the proxy cluster for this resource, if any.
|
5972
5900
|
attr_accessor :proxy_cluster_id
|
@@ -6025,7 +5953,7 @@ module SDM
|
|
6025
5953
|
end
|
6026
5954
|
|
6027
5955
|
class Elastic
|
6028
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
5956
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
6029
5957
|
attr_accessor :bind_interface
|
6030
5958
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6031
5959
|
attr_accessor :egress_filter
|
@@ -6041,7 +5969,7 @@ module SDM
|
|
6041
5969
|
attr_accessor :password
|
6042
5970
|
# The port to dial to initiate a connection from the egress node to this resource.
|
6043
5971
|
attr_accessor :port
|
6044
|
-
# The local port used by clients to connect to this resource.
|
5972
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
6045
5973
|
attr_accessor :port_override
|
6046
5974
|
# ID of the proxy cluster for this resource, if any.
|
6047
5975
|
attr_accessor :proxy_cluster_id
|
@@ -6100,7 +6028,7 @@ module SDM
|
|
6100
6028
|
end
|
6101
6029
|
|
6102
6030
|
class ElasticacheRedis
|
6103
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
6031
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
6104
6032
|
attr_accessor :bind_interface
|
6105
6033
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6106
6034
|
attr_accessor :egress_filter
|
@@ -6116,7 +6044,7 @@ module SDM
|
|
6116
6044
|
attr_accessor :password
|
6117
6045
|
# The port to dial to initiate a connection from the egress node to this resource.
|
6118
6046
|
attr_accessor :port
|
6119
|
-
# The local port used by clients to connect to this resource.
|
6047
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
6120
6048
|
attr_accessor :port_override
|
6121
6049
|
# ID of the proxy cluster for this resource, if any.
|
6122
6050
|
attr_accessor :proxy_cluster_id
|
@@ -6174,8 +6102,92 @@ module SDM
|
|
6174
6102
|
end
|
6175
6103
|
end
|
6176
6104
|
|
6105
|
+
# EntraID is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
6106
|
+
class EntraID
|
6107
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
6108
|
+
attr_accessor :bind_interface
|
6109
|
+
# If true, configures discovery of the tenant to be run from a node.
|
6110
|
+
attr_accessor :discovery_enabled
|
6111
|
+
# A filter applied to the routing logic to pin datasource to nodes.
|
6112
|
+
attr_accessor :egress_filter
|
6113
|
+
# comma separated list of group names to filter by. Supports wildcards (*)
|
6114
|
+
attr_accessor :group_names
|
6115
|
+
# True if the datasource is reachable and the credentials are valid.
|
6116
|
+
attr_accessor :healthy
|
6117
|
+
# Unique identifier of the Resource.
|
6118
|
+
attr_accessor :id
|
6119
|
+
# The ID of the identity set to use for identity connections.
|
6120
|
+
attr_accessor :identity_set_id
|
6121
|
+
# The management group ID to authenticate scope Privileges to.
|
6122
|
+
attr_accessor :management_group_id
|
6123
|
+
# Unique human-readable name of the Resource.
|
6124
|
+
attr_accessor :name
|
6125
|
+
# The privilege levels specify which Groups are managed externally
|
6126
|
+
attr_accessor :privilege_levels
|
6127
|
+
# ID of the proxy cluster for this resource, if any.
|
6128
|
+
attr_accessor :proxy_cluster_id
|
6129
|
+
# filters discovered groups to the specified Resource Group
|
6130
|
+
attr_accessor :resource_group_id
|
6131
|
+
# ID of the secret store containing credentials for this resource, if any.
|
6132
|
+
attr_accessor :secret_store_id
|
6133
|
+
# Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
6134
|
+
attr_accessor :subdomain
|
6135
|
+
# The subscription ID to authenticate scope Privileges to.
|
6136
|
+
attr_accessor :subscription_id
|
6137
|
+
# Tags is a map of key, value pairs.
|
6138
|
+
attr_accessor :tags
|
6139
|
+
# The connector ID to authenticate through.
|
6140
|
+
attr_accessor :tenant_id
|
6141
|
+
|
6142
|
+
def initialize(
|
6143
|
+
bind_interface: nil,
|
6144
|
+
discovery_enabled: nil,
|
6145
|
+
egress_filter: nil,
|
6146
|
+
group_names: nil,
|
6147
|
+
healthy: nil,
|
6148
|
+
id: nil,
|
6149
|
+
identity_set_id: nil,
|
6150
|
+
management_group_id: nil,
|
6151
|
+
name: nil,
|
6152
|
+
privilege_levels: nil,
|
6153
|
+
proxy_cluster_id: nil,
|
6154
|
+
resource_group_id: nil,
|
6155
|
+
secret_store_id: nil,
|
6156
|
+
subdomain: nil,
|
6157
|
+
subscription_id: nil,
|
6158
|
+
tags: nil,
|
6159
|
+
tenant_id: nil
|
6160
|
+
)
|
6161
|
+
@bind_interface = bind_interface == nil ? "" : bind_interface
|
6162
|
+
@discovery_enabled = discovery_enabled == nil ? false : discovery_enabled
|
6163
|
+
@egress_filter = egress_filter == nil ? "" : egress_filter
|
6164
|
+
@group_names = group_names == nil ? "" : group_names
|
6165
|
+
@healthy = healthy == nil ? false : healthy
|
6166
|
+
@id = id == nil ? "" : id
|
6167
|
+
@identity_set_id = identity_set_id == nil ? "" : identity_set_id
|
6168
|
+
@management_group_id = management_group_id == nil ? "" : management_group_id
|
6169
|
+
@name = name == nil ? "" : name
|
6170
|
+
@privilege_levels = privilege_levels == nil ? "" : privilege_levels
|
6171
|
+
@proxy_cluster_id = proxy_cluster_id == nil ? "" : proxy_cluster_id
|
6172
|
+
@resource_group_id = resource_group_id == nil ? "" : resource_group_id
|
6173
|
+
@secret_store_id = secret_store_id == nil ? "" : secret_store_id
|
6174
|
+
@subdomain = subdomain == nil ? "" : subdomain
|
6175
|
+
@subscription_id = subscription_id == nil ? "" : subscription_id
|
6176
|
+
@tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
|
6177
|
+
@tenant_id = tenant_id == nil ? "" : tenant_id
|
6178
|
+
end
|
6179
|
+
|
6180
|
+
def to_json(options = {})
|
6181
|
+
hash = {}
|
6182
|
+
self.instance_variables.each do |var|
|
6183
|
+
hash[var.id2name.delete_prefix("@")] = self.instance_variable_get var
|
6184
|
+
end
|
6185
|
+
hash.to_json
|
6186
|
+
end
|
6187
|
+
end
|
6188
|
+
|
6177
6189
|
class GCP
|
6178
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
6190
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
6179
6191
|
attr_accessor :bind_interface
|
6180
6192
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6181
6193
|
attr_accessor :egress_filter
|
@@ -6187,7 +6199,7 @@ module SDM
|
|
6187
6199
|
attr_accessor :keyfile
|
6188
6200
|
# Unique human-readable name of the Resource.
|
6189
6201
|
attr_accessor :name
|
6190
|
-
# The local port used by clients to connect to this resource.
|
6202
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
6191
6203
|
attr_accessor :port_override
|
6192
6204
|
# ID of the proxy cluster for this resource, if any.
|
6193
6205
|
attr_accessor :proxy_cluster_id
|
@@ -6285,7 +6297,7 @@ module SDM
|
|
6285
6297
|
end
|
6286
6298
|
|
6287
6299
|
class GCPConsole
|
6288
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
6300
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
6289
6301
|
attr_accessor :bind_interface
|
6290
6302
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6291
6303
|
attr_accessor :egress_filter
|
@@ -6299,7 +6311,7 @@ module SDM
|
|
6299
6311
|
attr_accessor :identity_set_id
|
6300
6312
|
# Unique human-readable name of the Resource.
|
6301
6313
|
attr_accessor :name
|
6302
|
-
# The local port used by clients to connect to this resource.
|
6314
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
6303
6315
|
attr_accessor :port_override
|
6304
6316
|
# ID of the proxy cluster for this resource, if any.
|
6305
6317
|
attr_accessor :proxy_cluster_id
|
@@ -6391,7 +6403,7 @@ module SDM
|
|
6391
6403
|
end
|
6392
6404
|
|
6393
6405
|
class GCPWIF
|
6394
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
6406
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
6395
6407
|
attr_accessor :bind_interface
|
6396
6408
|
# A filter applied to the routing logic to pin datasource to nodes.
|
6397
6409
|
attr_accessor :egress_filter
|
@@ -6405,7 +6417,7 @@ module SDM
|
|
6405
6417
|
attr_accessor :identity_set_id
|
6406
6418
|
# Unique human-readable name of the Resource.
|
6407
6419
|
attr_accessor :name
|
6408
|
-
# The local port used by clients to connect to this resource.
|
6420
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
6409
6421
|
attr_accessor :port_override
|
6410
6422
|
# When specified, all project scoped requests will use this Project ID, overriding the project ID specified by clients
|
6411
6423
|
attr_accessor :project_id
|
@@ -6621,7 +6633,7 @@ module SDM
|
|
6621
6633
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
6622
6634
|
# when a resource role is not provided.
|
6623
6635
|
attr_accessor :allow_resource_role_bypass
|
6624
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
6636
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
6625
6637
|
attr_accessor :bind_interface
|
6626
6638
|
# The CA to authenticate TLS connections with.
|
6627
6639
|
attr_accessor :certificate_authority
|
@@ -6646,7 +6658,7 @@ module SDM
|
|
6646
6658
|
attr_accessor :identity_set_id
|
6647
6659
|
# Unique human-readable name of the Resource.
|
6648
6660
|
attr_accessor :name
|
6649
|
-
# The local port used by clients to connect to this resource.
|
6661
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
6650
6662
|
attr_accessor :port_override
|
6651
6663
|
# ID of the proxy cluster for this resource, if any.
|
6652
6664
|
attr_accessor :proxy_cluster_id
|
@@ -6712,7 +6724,7 @@ module SDM
|
|
6712
6724
|
|
6713
6725
|
# GoogleGKEUserImpersonation is deprecated, see docs for more info.
|
6714
6726
|
class GoogleGKEUserImpersonation
|
6715
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
6727
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
6716
6728
|
attr_accessor :bind_interface
|
6717
6729
|
# The CA to authenticate TLS connections with.
|
6718
6730
|
attr_accessor :certificate_authority
|
@@ -6728,7 +6740,7 @@ module SDM
|
|
6728
6740
|
attr_accessor :id
|
6729
6741
|
# Unique human-readable name of the Resource.
|
6730
6742
|
attr_accessor :name
|
6731
|
-
# The local port used by clients to connect to this resource.
|
6743
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
6732
6744
|
attr_accessor :port_override
|
6733
6745
|
# ID of the proxy cluster for this resource, if any.
|
6734
6746
|
attr_accessor :proxy_cluster_id
|
@@ -6783,7 +6795,7 @@ module SDM
|
|
6783
6795
|
end
|
6784
6796
|
|
6785
6797
|
class Greenplum
|
6786
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
6798
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
6787
6799
|
attr_accessor :bind_interface
|
6788
6800
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
6789
6801
|
attr_accessor :database
|
@@ -6803,7 +6815,7 @@ module SDM
|
|
6803
6815
|
attr_accessor :password
|
6804
6816
|
# The port to dial to initiate a connection from the egress node to this resource.
|
6805
6817
|
attr_accessor :port
|
6806
|
-
# The local port used by clients to connect to this resource.
|
6818
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
6807
6819
|
attr_accessor :port_override
|
6808
6820
|
# ID of the proxy cluster for this resource, if any.
|
6809
6821
|
attr_accessor :proxy_cluster_id
|
@@ -6864,7 +6876,7 @@ module SDM
|
|
6864
6876
|
class HTTPAuth
|
6865
6877
|
# The content to set as the authorization header.
|
6866
6878
|
attr_accessor :auth_header
|
6867
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
6879
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
6868
6880
|
attr_accessor :bind_interface
|
6869
6881
|
# Automatically redirect to this path upon connecting.
|
6870
6882
|
attr_accessor :default_path
|
@@ -6882,7 +6894,7 @@ module SDM
|
|
6882
6894
|
attr_accessor :id
|
6883
6895
|
# Unique human-readable name of the Resource.
|
6884
6896
|
attr_accessor :name
|
6885
|
-
# The local port used by clients to connect to this resource.
|
6897
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
6886
6898
|
attr_accessor :port_override
|
6887
6899
|
# ID of the proxy cluster for this resource, if any.
|
6888
6900
|
attr_accessor :proxy_cluster_id
|
@@ -6941,7 +6953,7 @@ module SDM
|
|
6941
6953
|
end
|
6942
6954
|
|
6943
6955
|
class HTTPBasicAuth
|
6944
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
6956
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
6945
6957
|
attr_accessor :bind_interface
|
6946
6958
|
# Automatically redirect to this path upon connecting.
|
6947
6959
|
attr_accessor :default_path
|
@@ -6961,7 +6973,7 @@ module SDM
|
|
6961
6973
|
attr_accessor :name
|
6962
6974
|
# The password to authenticate with.
|
6963
6975
|
attr_accessor :password
|
6964
|
-
# The local port used by clients to connect to this resource.
|
6976
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
6965
6977
|
attr_accessor :port_override
|
6966
6978
|
# ID of the proxy cluster for this resource, if any.
|
6967
6979
|
attr_accessor :proxy_cluster_id
|
@@ -7024,7 +7036,7 @@ module SDM
|
|
7024
7036
|
end
|
7025
7037
|
|
7026
7038
|
class HTTPNoAuth
|
7027
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
7039
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
7028
7040
|
attr_accessor :bind_interface
|
7029
7041
|
# Automatically redirect to this path upon connecting.
|
7030
7042
|
attr_accessor :default_path
|
@@ -7042,7 +7054,7 @@ module SDM
|
|
7042
7054
|
attr_accessor :id
|
7043
7055
|
# Unique human-readable name of the Resource.
|
7044
7056
|
attr_accessor :name
|
7045
|
-
# The local port used by clients to connect to this resource.
|
7057
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
7046
7058
|
attr_accessor :port_override
|
7047
7059
|
# ID of the proxy cluster for this resource, if any.
|
7048
7060
|
attr_accessor :proxy_cluster_id
|
@@ -7765,7 +7777,7 @@ module SDM
|
|
7765
7777
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
7766
7778
|
# when a resource role is not provided.
|
7767
7779
|
attr_accessor :allow_resource_role_bypass
|
7768
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
7780
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
7769
7781
|
attr_accessor :bind_interface
|
7770
7782
|
# The CA to authenticate TLS connections with.
|
7771
7783
|
attr_accessor :certificate_authority
|
@@ -7796,7 +7808,7 @@ module SDM
|
|
7796
7808
|
attr_accessor :name
|
7797
7809
|
# The port to dial to initiate a connection from the egress node to this resource.
|
7798
7810
|
attr_accessor :port
|
7799
|
-
# The local port used by clients to connect to this resource.
|
7811
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
7800
7812
|
attr_accessor :port_override
|
7801
7813
|
# ID of the proxy cluster for this resource, if any.
|
7802
7814
|
attr_accessor :proxy_cluster_id
|
@@ -7864,7 +7876,7 @@ module SDM
|
|
7864
7876
|
|
7865
7877
|
# KubernetesBasicAuth is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
7866
7878
|
class KubernetesBasicAuth
|
7867
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
7879
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
7868
7880
|
attr_accessor :bind_interface
|
7869
7881
|
# A filter applied to the routing logic to pin datasource to nodes.
|
7870
7882
|
attr_accessor :egress_filter
|
@@ -7882,7 +7894,7 @@ module SDM
|
|
7882
7894
|
attr_accessor :password
|
7883
7895
|
# The port to dial to initiate a connection from the egress node to this resource.
|
7884
7896
|
attr_accessor :port
|
7885
|
-
# The local port used by clients to connect to this resource.
|
7897
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
7886
7898
|
attr_accessor :port_override
|
7887
7899
|
# ID of the proxy cluster for this resource, if any.
|
7888
7900
|
attr_accessor :proxy_cluster_id
|
@@ -7942,7 +7954,7 @@ module SDM
|
|
7942
7954
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
7943
7955
|
# when a resource role is not provided.
|
7944
7956
|
attr_accessor :allow_resource_role_bypass
|
7945
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
7957
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
7946
7958
|
attr_accessor :bind_interface
|
7947
7959
|
# The CA to authenticate TLS connections with.
|
7948
7960
|
attr_accessor :certificate_authority
|
@@ -7965,7 +7977,7 @@ module SDM
|
|
7965
7977
|
attr_accessor :identity_set_id
|
7966
7978
|
# Unique human-readable name of the Resource.
|
7967
7979
|
attr_accessor :name
|
7968
|
-
# The local port used by clients to connect to this resource.
|
7980
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
7969
7981
|
attr_accessor :port_override
|
7970
7982
|
# ID of the proxy cluster for this resource, if any.
|
7971
7983
|
attr_accessor :proxy_cluster_id
|
@@ -8027,7 +8039,7 @@ module SDM
|
|
8027
8039
|
# If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set)
|
8028
8040
|
# when a resource role is not provided.
|
8029
8041
|
attr_accessor :allow_resource_role_bypass
|
8030
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
8042
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
8031
8043
|
attr_accessor :bind_interface
|
8032
8044
|
# If true, configures discovery of a cluster to be run from a node.
|
8033
8045
|
attr_accessor :discovery_enabled
|
@@ -8052,7 +8064,7 @@ module SDM
|
|
8052
8064
|
attr_accessor :name
|
8053
8065
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8054
8066
|
attr_accessor :port
|
8055
|
-
# The local port used by clients to connect to this resource.
|
8067
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
8056
8068
|
attr_accessor :port_override
|
8057
8069
|
# ID of the proxy cluster for this resource, if any.
|
8058
8070
|
attr_accessor :proxy_cluster_id
|
@@ -8118,7 +8130,7 @@ module SDM
|
|
8118
8130
|
|
8119
8131
|
# KubernetesServiceAccountUserImpersonation is deprecated, see docs for more info.
|
8120
8132
|
class KubernetesServiceAccountUserImpersonation
|
8121
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
8133
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
8122
8134
|
attr_accessor :bind_interface
|
8123
8135
|
# A filter applied to the routing logic to pin datasource to nodes.
|
8124
8136
|
attr_accessor :egress_filter
|
@@ -8134,7 +8146,7 @@ module SDM
|
|
8134
8146
|
attr_accessor :name
|
8135
8147
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8136
8148
|
attr_accessor :port
|
8137
|
-
# The local port used by clients to connect to this resource.
|
8149
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
8138
8150
|
attr_accessor :port_override
|
8139
8151
|
# ID of the proxy cluster for this resource, if any.
|
8140
8152
|
attr_accessor :proxy_cluster_id
|
@@ -8190,7 +8202,7 @@ module SDM
|
|
8190
8202
|
|
8191
8203
|
# KubernetesUserImpersonation is deprecated, see docs for more info.
|
8192
8204
|
class KubernetesUserImpersonation
|
8193
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
8205
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
8194
8206
|
attr_accessor :bind_interface
|
8195
8207
|
# The CA to authenticate TLS connections with.
|
8196
8208
|
attr_accessor :certificate_authority
|
@@ -8212,7 +8224,7 @@ module SDM
|
|
8212
8224
|
attr_accessor :name
|
8213
8225
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8214
8226
|
attr_accessor :port
|
8215
|
-
# The local port used by clients to connect to this resource.
|
8227
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
8216
8228
|
attr_accessor :port_override
|
8217
8229
|
# ID of the proxy cluster for this resource, if any.
|
8218
8230
|
attr_accessor :proxy_cluster_id
|
@@ -8336,7 +8348,7 @@ module SDM
|
|
8336
8348
|
|
8337
8349
|
# MTLSMysql is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
8338
8350
|
class MTLSMysql
|
8339
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
8351
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
8340
8352
|
attr_accessor :bind_interface
|
8341
8353
|
# The CA to authenticate TLS connections with.
|
8342
8354
|
attr_accessor :certificate_authority
|
@@ -8360,7 +8372,7 @@ module SDM
|
|
8360
8372
|
attr_accessor :password
|
8361
8373
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8362
8374
|
attr_accessor :port
|
8363
|
-
# The local port used by clients to connect to this resource.
|
8375
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
8364
8376
|
attr_accessor :port_override
|
8365
8377
|
# ID of the proxy cluster for this resource, if any.
|
8366
8378
|
attr_accessor :proxy_cluster_id
|
@@ -8435,7 +8447,7 @@ module SDM
|
|
8435
8447
|
end
|
8436
8448
|
|
8437
8449
|
class MTLSPostgres
|
8438
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
8450
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
8439
8451
|
attr_accessor :bind_interface
|
8440
8452
|
# The CA to authenticate TLS connections with.
|
8441
8453
|
attr_accessor :certificate_authority
|
@@ -8461,7 +8473,7 @@ module SDM
|
|
8461
8473
|
attr_accessor :password
|
8462
8474
|
# The port to dial to initiate a connection from the egress node to this resource.
|
8463
8475
|
attr_accessor :port
|
8464
|
-
# The local port used by clients to connect to this resource.
|
8476
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
8465
8477
|
attr_accessor :port_override
|
8466
8478
|
# ID of the proxy cluster for this resource, if any.
|
8467
8479
|
attr_accessor :proxy_cluster_id
|
@@ -9128,7 +9140,7 @@ module SDM
|
|
9128
9140
|
end
|
9129
9141
|
|
9130
9142
|
class Maria
|
9131
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
9143
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
9132
9144
|
attr_accessor :bind_interface
|
9133
9145
|
# The database for healthchecks. Does not affect client requests.
|
9134
9146
|
attr_accessor :database
|
@@ -9146,7 +9158,7 @@ module SDM
|
|
9146
9158
|
attr_accessor :password
|
9147
9159
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9148
9160
|
attr_accessor :port
|
9149
|
-
# The local port used by clients to connect to this resource.
|
9161
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
9150
9162
|
attr_accessor :port_override
|
9151
9163
|
# ID of the proxy cluster for this resource, if any.
|
9152
9164
|
attr_accessor :proxy_cluster_id
|
@@ -9211,7 +9223,7 @@ module SDM
|
|
9211
9223
|
end
|
9212
9224
|
|
9213
9225
|
class Memcached
|
9214
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
9226
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
9215
9227
|
attr_accessor :bind_interface
|
9216
9228
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9217
9229
|
attr_accessor :egress_filter
|
@@ -9225,7 +9237,7 @@ module SDM
|
|
9225
9237
|
attr_accessor :name
|
9226
9238
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9227
9239
|
attr_accessor :port
|
9228
|
-
# The local port used by clients to connect to this resource.
|
9240
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
9229
9241
|
attr_accessor :port_override
|
9230
9242
|
# ID of the proxy cluster for this resource, if any.
|
9231
9243
|
attr_accessor :proxy_cluster_id
|
@@ -9274,7 +9286,7 @@ module SDM
|
|
9274
9286
|
end
|
9275
9287
|
|
9276
9288
|
class Memsql
|
9277
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
9289
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
9278
9290
|
attr_accessor :bind_interface
|
9279
9291
|
# The database for healthchecks. Does not affect client requests.
|
9280
9292
|
attr_accessor :database
|
@@ -9292,7 +9304,7 @@ module SDM
|
|
9292
9304
|
attr_accessor :password
|
9293
9305
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9294
9306
|
attr_accessor :port
|
9295
|
-
# The local port used by clients to connect to this resource.
|
9307
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
9296
9308
|
attr_accessor :port_override
|
9297
9309
|
# ID of the proxy cluster for this resource, if any.
|
9298
9310
|
attr_accessor :proxy_cluster_id
|
@@ -9359,7 +9371,7 @@ module SDM
|
|
9359
9371
|
class MongoHost
|
9360
9372
|
# The authentication database to use.
|
9361
9373
|
attr_accessor :auth_database
|
9362
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
9374
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
9363
9375
|
attr_accessor :bind_interface
|
9364
9376
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9365
9377
|
attr_accessor :egress_filter
|
@@ -9375,7 +9387,7 @@ module SDM
|
|
9375
9387
|
attr_accessor :password
|
9376
9388
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9377
9389
|
attr_accessor :port
|
9378
|
-
# The local port used by clients to connect to this resource.
|
9390
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
9379
9391
|
attr_accessor :port_override
|
9380
9392
|
# ID of the proxy cluster for this resource, if any.
|
9381
9393
|
attr_accessor :proxy_cluster_id
|
@@ -9439,7 +9451,7 @@ module SDM
|
|
9439
9451
|
class MongoLegacyHost
|
9440
9452
|
# The authentication database to use.
|
9441
9453
|
attr_accessor :auth_database
|
9442
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
9454
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
9443
9455
|
attr_accessor :bind_interface
|
9444
9456
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9445
9457
|
attr_accessor :egress_filter
|
@@ -9455,7 +9467,7 @@ module SDM
|
|
9455
9467
|
attr_accessor :password
|
9456
9468
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9457
9469
|
attr_accessor :port
|
9458
|
-
# The local port used by clients to connect to this resource.
|
9470
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
9459
9471
|
attr_accessor :port_override
|
9460
9472
|
# ID of the proxy cluster for this resource, if any.
|
9461
9473
|
attr_accessor :proxy_cluster_id
|
@@ -9519,7 +9531,7 @@ module SDM
|
|
9519
9531
|
class MongoLegacyReplicaset
|
9520
9532
|
# The authentication database to use.
|
9521
9533
|
attr_accessor :auth_database
|
9522
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
9534
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
9523
9535
|
attr_accessor :bind_interface
|
9524
9536
|
# Set to connect to a replica instead of the primary node.
|
9525
9537
|
attr_accessor :connect_to_replica
|
@@ -9537,7 +9549,7 @@ module SDM
|
|
9537
9549
|
attr_accessor :password
|
9538
9550
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9539
9551
|
attr_accessor :port
|
9540
|
-
# The local port used by clients to connect to this resource.
|
9552
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
9541
9553
|
attr_accessor :port_override
|
9542
9554
|
# ID of the proxy cluster for this resource, if any.
|
9543
9555
|
attr_accessor :proxy_cluster_id
|
@@ -9606,7 +9618,7 @@ module SDM
|
|
9606
9618
|
class MongoReplicaSet
|
9607
9619
|
# The authentication database to use.
|
9608
9620
|
attr_accessor :auth_database
|
9609
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
9621
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
9610
9622
|
attr_accessor :bind_interface
|
9611
9623
|
# Set to connect to a replica instead of the primary node.
|
9612
9624
|
attr_accessor :connect_to_replica
|
@@ -9624,7 +9636,7 @@ module SDM
|
|
9624
9636
|
attr_accessor :password
|
9625
9637
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9626
9638
|
attr_accessor :port
|
9627
|
-
# The local port used by clients to connect to this resource.
|
9639
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
9628
9640
|
attr_accessor :port_override
|
9629
9641
|
# ID of the proxy cluster for this resource, if any.
|
9630
9642
|
attr_accessor :proxy_cluster_id
|
@@ -9693,7 +9705,7 @@ module SDM
|
|
9693
9705
|
class MongoShardedCluster
|
9694
9706
|
# The authentication database to use.
|
9695
9707
|
attr_accessor :auth_database
|
9696
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
9708
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
9697
9709
|
attr_accessor :bind_interface
|
9698
9710
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9699
9711
|
attr_accessor :egress_filter
|
@@ -9707,7 +9719,7 @@ module SDM
|
|
9707
9719
|
attr_accessor :name
|
9708
9720
|
# The password to authenticate with.
|
9709
9721
|
attr_accessor :password
|
9710
|
-
# The local port used by clients to connect to this resource.
|
9722
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
9711
9723
|
attr_accessor :port_override
|
9712
9724
|
# ID of the proxy cluster for this resource, if any.
|
9713
9725
|
attr_accessor :proxy_cluster_id
|
@@ -9766,7 +9778,7 @@ module SDM
|
|
9766
9778
|
end
|
9767
9779
|
|
9768
9780
|
class Mysql
|
9769
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
9781
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
9770
9782
|
attr_accessor :bind_interface
|
9771
9783
|
# The database for healthchecks. Does not affect client requests.
|
9772
9784
|
attr_accessor :database
|
@@ -9784,7 +9796,7 @@ module SDM
|
|
9784
9796
|
attr_accessor :password
|
9785
9797
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9786
9798
|
attr_accessor :port
|
9787
|
-
# The local port used by clients to connect to this resource.
|
9799
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
9788
9800
|
attr_accessor :port_override
|
9789
9801
|
# ID of the proxy cluster for this resource, if any.
|
9790
9802
|
attr_accessor :proxy_cluster_id
|
@@ -9849,7 +9861,7 @@ module SDM
|
|
9849
9861
|
end
|
9850
9862
|
|
9851
9863
|
class Neptune
|
9852
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
9864
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
9853
9865
|
attr_accessor :bind_interface
|
9854
9866
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9855
9867
|
attr_accessor :egress_filter
|
@@ -9863,7 +9875,7 @@ module SDM
|
|
9863
9875
|
attr_accessor :name
|
9864
9876
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9865
9877
|
attr_accessor :port
|
9866
|
-
# The local port used by clients to connect to this resource.
|
9878
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
9867
9879
|
attr_accessor :port_override
|
9868
9880
|
# ID of the proxy cluster for this resource, if any.
|
9869
9881
|
attr_accessor :proxy_cluster_id
|
@@ -9914,7 +9926,7 @@ module SDM
|
|
9914
9926
|
class NeptuneIAM
|
9915
9927
|
# The Access Key ID to use to authenticate.
|
9916
9928
|
attr_accessor :access_key
|
9917
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
9929
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
9918
9930
|
attr_accessor :bind_interface
|
9919
9931
|
# A filter applied to the routing logic to pin datasource to nodes.
|
9920
9932
|
attr_accessor :egress_filter
|
@@ -9928,7 +9940,7 @@ module SDM
|
|
9928
9940
|
attr_accessor :name
|
9929
9941
|
# The port to dial to initiate a connection from the egress node to this resource.
|
9930
9942
|
attr_accessor :port
|
9931
|
-
# The local port used by clients to connect to this resource.
|
9943
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
9932
9944
|
attr_accessor :port_override
|
9933
9945
|
# ID of the proxy cluster for this resource, if any.
|
9934
9946
|
attr_accessor :proxy_cluster_id
|
@@ -10176,7 +10188,7 @@ module SDM
|
|
10176
10188
|
end
|
10177
10189
|
|
10178
10190
|
class Oracle
|
10179
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
10191
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
10180
10192
|
attr_accessor :bind_interface
|
10181
10193
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
10182
10194
|
attr_accessor :database
|
@@ -10194,7 +10206,7 @@ module SDM
|
|
10194
10206
|
attr_accessor :password
|
10195
10207
|
# The port to dial to initiate a connection from the egress node to this resource.
|
10196
10208
|
attr_accessor :port
|
10197
|
-
# The local port used by clients to connect to this resource.
|
10209
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
10198
10210
|
attr_accessor :port_override
|
10199
10211
|
# ID of the proxy cluster for this resource, if any.
|
10200
10212
|
attr_accessor :proxy_cluster_id
|
@@ -10255,7 +10267,7 @@ module SDM
|
|
10255
10267
|
end
|
10256
10268
|
|
10257
10269
|
class OracleNNE
|
10258
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
10270
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
10259
10271
|
attr_accessor :bind_interface
|
10260
10272
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
10261
10273
|
attr_accessor :database
|
@@ -10273,7 +10285,7 @@ module SDM
|
|
10273
10285
|
attr_accessor :password
|
10274
10286
|
# The port to dial to initiate a connection from the egress node to this resource.
|
10275
10287
|
attr_accessor :port
|
10276
|
-
# The local port used by clients to connect to this resource.
|
10288
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
10277
10289
|
attr_accessor :port_override
|
10278
10290
|
# ID of the proxy cluster for this resource, if any.
|
10279
10291
|
attr_accessor :proxy_cluster_id
|
@@ -11122,7 +11134,7 @@ module SDM
|
|
11122
11134
|
end
|
11123
11135
|
|
11124
11136
|
class Postgres
|
11125
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
11137
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
11126
11138
|
attr_accessor :bind_interface
|
11127
11139
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
11128
11140
|
attr_accessor :database
|
@@ -11142,7 +11154,7 @@ module SDM
|
|
11142
11154
|
attr_accessor :password
|
11143
11155
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11144
11156
|
attr_accessor :port
|
11145
|
-
# The local port used by clients to connect to this resource.
|
11157
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
11146
11158
|
attr_accessor :port_override
|
11147
11159
|
# ID of the proxy cluster for this resource, if any.
|
11148
11160
|
attr_accessor :proxy_cluster_id
|
@@ -11201,7 +11213,7 @@ module SDM
|
|
11201
11213
|
end
|
11202
11214
|
|
11203
11215
|
class Presto
|
11204
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
11216
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
11205
11217
|
attr_accessor :bind_interface
|
11206
11218
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
11207
11219
|
attr_accessor :database
|
@@ -11219,7 +11231,7 @@ module SDM
|
|
11219
11231
|
attr_accessor :password
|
11220
11232
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11221
11233
|
attr_accessor :port
|
11222
|
-
# The local port used by clients to connect to this resource.
|
11234
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
11223
11235
|
attr_accessor :port_override
|
11224
11236
|
# ID of the proxy cluster for this resource, if any.
|
11225
11237
|
attr_accessor :proxy_cluster_id
|
@@ -11677,7 +11689,7 @@ module SDM
|
|
11677
11689
|
end
|
11678
11690
|
|
11679
11691
|
class RDP
|
11680
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
11692
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
11681
11693
|
attr_accessor :bind_interface
|
11682
11694
|
# When set, network level authentication will not be used. May resolve unexpected authentication errors to older servers. When set, healthchecks cannot detect if a provided username / password pair is correct.
|
11683
11695
|
attr_accessor :downgrade_nla_connections
|
@@ -11697,7 +11709,7 @@ module SDM
|
|
11697
11709
|
attr_accessor :password
|
11698
11710
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11699
11711
|
attr_accessor :port
|
11700
|
-
# The local port used by clients to connect to this resource.
|
11712
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
11701
11713
|
attr_accessor :port_override
|
11702
11714
|
# ID of the proxy cluster for this resource, if any.
|
11703
11715
|
attr_accessor :proxy_cluster_id
|
@@ -11756,7 +11768,7 @@ module SDM
|
|
11756
11768
|
end
|
11757
11769
|
|
11758
11770
|
class RDPCert
|
11759
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
11771
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
11760
11772
|
attr_accessor :bind_interface
|
11761
11773
|
# A filter applied to the routing logic to pin datasource to nodes.
|
11762
11774
|
attr_accessor :egress_filter
|
@@ -11776,12 +11788,14 @@ module SDM
|
|
11776
11788
|
attr_accessor :name
|
11777
11789
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11778
11790
|
attr_accessor :port
|
11779
|
-
# The local port used by clients to connect to this resource.
|
11791
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
11780
11792
|
attr_accessor :port_override
|
11781
11793
|
# ID of the proxy cluster for this resource, if any.
|
11782
11794
|
attr_accessor :proxy_cluster_id
|
11783
11795
|
# ID of the secret store containing credentials for this resource, if any.
|
11784
11796
|
attr_accessor :secret_store_id
|
11797
|
+
# Windows Security Identifier (SID) of the configured Username, required for strong certificate mapping in full enforcement mode.
|
11798
|
+
attr_accessor :sid
|
11785
11799
|
# Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
11786
11800
|
attr_accessor :subdomain
|
11787
11801
|
# Tags is a map of key, value pairs.
|
@@ -11803,6 +11817,7 @@ module SDM
|
|
11803
11817
|
port_override: nil,
|
11804
11818
|
proxy_cluster_id: nil,
|
11805
11819
|
secret_store_id: nil,
|
11820
|
+
sid: nil,
|
11806
11821
|
subdomain: nil,
|
11807
11822
|
tags: nil,
|
11808
11823
|
username: nil
|
@@ -11820,6 +11835,7 @@ module SDM
|
|
11820
11835
|
@port_override = port_override == nil ? 0 : port_override
|
11821
11836
|
@proxy_cluster_id = proxy_cluster_id == nil ? "" : proxy_cluster_id
|
11822
11837
|
@secret_store_id = secret_store_id == nil ? "" : secret_store_id
|
11838
|
+
@sid = sid == nil ? "" : sid
|
11823
11839
|
@subdomain = subdomain == nil ? "" : subdomain
|
11824
11840
|
@tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
|
11825
11841
|
@username = username == nil ? "" : username
|
@@ -11835,7 +11851,7 @@ module SDM
|
|
11835
11851
|
end
|
11836
11852
|
|
11837
11853
|
class RDSPostgresIAM
|
11838
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
11854
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
11839
11855
|
attr_accessor :bind_interface
|
11840
11856
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
11841
11857
|
attr_accessor :database
|
@@ -11853,7 +11869,7 @@ module SDM
|
|
11853
11869
|
attr_accessor :override_database
|
11854
11870
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11855
11871
|
attr_accessor :port
|
11856
|
-
# The local port used by clients to connect to this resource.
|
11872
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
11857
11873
|
attr_accessor :port_override
|
11858
11874
|
# ID of the proxy cluster for this resource, if any.
|
11859
11875
|
attr_accessor :proxy_cluster_id
|
@@ -11918,7 +11934,7 @@ module SDM
|
|
11918
11934
|
end
|
11919
11935
|
|
11920
11936
|
class RabbitMQAMQP091
|
11921
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
11937
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
11922
11938
|
attr_accessor :bind_interface
|
11923
11939
|
# A filter applied to the routing logic to pin datasource to nodes.
|
11924
11940
|
attr_accessor :egress_filter
|
@@ -11934,7 +11950,7 @@ module SDM
|
|
11934
11950
|
attr_accessor :password
|
11935
11951
|
# The port to dial to initiate a connection from the egress node to this resource.
|
11936
11952
|
attr_accessor :port
|
11937
|
-
# The local port used by clients to connect to this resource.
|
11953
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
11938
11954
|
attr_accessor :port_override
|
11939
11955
|
# ID of the proxy cluster for this resource, if any.
|
11940
11956
|
attr_accessor :proxy_cluster_id
|
@@ -12028,7 +12044,7 @@ module SDM
|
|
12028
12044
|
end
|
12029
12045
|
|
12030
12046
|
class RawTCP
|
12031
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
12047
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
12032
12048
|
attr_accessor :bind_interface
|
12033
12049
|
# A filter applied to the routing logic to pin datasource to nodes.
|
12034
12050
|
attr_accessor :egress_filter
|
@@ -12042,7 +12058,7 @@ module SDM
|
|
12042
12058
|
attr_accessor :name
|
12043
12059
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12044
12060
|
attr_accessor :port
|
12045
|
-
# The local port used by clients to connect to this resource.
|
12061
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
12046
12062
|
attr_accessor :port_override
|
12047
12063
|
# ID of the proxy cluster for this resource, if any.
|
12048
12064
|
attr_accessor :proxy_cluster_id
|
@@ -12091,7 +12107,7 @@ module SDM
|
|
12091
12107
|
end
|
12092
12108
|
|
12093
12109
|
class Redis
|
12094
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
12110
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
12095
12111
|
attr_accessor :bind_interface
|
12096
12112
|
# A filter applied to the routing logic to pin datasource to nodes.
|
12097
12113
|
attr_accessor :egress_filter
|
@@ -12107,7 +12123,7 @@ module SDM
|
|
12107
12123
|
attr_accessor :password
|
12108
12124
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12109
12125
|
attr_accessor :port
|
12110
|
-
# The local port used by clients to connect to this resource.
|
12126
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
12111
12127
|
attr_accessor :port_override
|
12112
12128
|
# ID of the proxy cluster for this resource, if any.
|
12113
12129
|
attr_accessor :proxy_cluster_id
|
@@ -12166,7 +12182,7 @@ module SDM
|
|
12166
12182
|
end
|
12167
12183
|
|
12168
12184
|
class RedisCluster
|
12169
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
12185
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
12170
12186
|
attr_accessor :bind_interface
|
12171
12187
|
# A filter applied to the routing logic to pin datasource to nodes.
|
12172
12188
|
attr_accessor :egress_filter
|
@@ -12182,7 +12198,7 @@ module SDM
|
|
12182
12198
|
attr_accessor :password
|
12183
12199
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12184
12200
|
attr_accessor :port
|
12185
|
-
# The local port used by clients to connect to this resource.
|
12201
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
12186
12202
|
attr_accessor :port_override
|
12187
12203
|
# ID of the proxy cluster for this resource, if any.
|
12188
12204
|
attr_accessor :proxy_cluster_id
|
@@ -12241,7 +12257,7 @@ module SDM
|
|
12241
12257
|
end
|
12242
12258
|
|
12243
12259
|
class Redshift
|
12244
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
12260
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
12245
12261
|
attr_accessor :bind_interface
|
12246
12262
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
12247
12263
|
attr_accessor :database
|
@@ -12261,7 +12277,7 @@ module SDM
|
|
12261
12277
|
attr_accessor :password
|
12262
12278
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12263
12279
|
attr_accessor :port
|
12264
|
-
# The local port used by clients to connect to this resource.
|
12280
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
12265
12281
|
attr_accessor :port_override
|
12266
12282
|
# ID of the proxy cluster for this resource, if any.
|
12267
12283
|
attr_accessor :proxy_cluster_id
|
@@ -12320,7 +12336,7 @@ module SDM
|
|
12320
12336
|
end
|
12321
12337
|
|
12322
12338
|
class RedshiftIAM
|
12323
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
12339
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
12324
12340
|
attr_accessor :bind_interface
|
12325
12341
|
# Cluster Identified of Redshift cluster
|
12326
12342
|
attr_accessor :cluster_id
|
@@ -12340,7 +12356,7 @@ module SDM
|
|
12340
12356
|
attr_accessor :override_database
|
12341
12357
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12342
12358
|
attr_accessor :port
|
12343
|
-
# The local port used by clients to connect to this resource.
|
12359
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
12344
12360
|
attr_accessor :port_override
|
12345
12361
|
# ID of the proxy cluster for this resource, if any.
|
12346
12362
|
attr_accessor :proxy_cluster_id
|
@@ -12403,7 +12419,7 @@ module SDM
|
|
12403
12419
|
end
|
12404
12420
|
|
12405
12421
|
class RedshiftServerlessIAM
|
12406
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
12422
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
12407
12423
|
attr_accessor :bind_interface
|
12408
12424
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
12409
12425
|
attr_accessor :database
|
@@ -12421,7 +12437,7 @@ module SDM
|
|
12421
12437
|
attr_accessor :override_database
|
12422
12438
|
# The port to dial to initiate a connection from the egress node to this resource.
|
12423
12439
|
attr_accessor :port
|
12424
|
-
# The local port used by clients to connect to this resource.
|
12440
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
12425
12441
|
attr_accessor :port_override
|
12426
12442
|
# ID of the proxy cluster for this resource, if any.
|
12427
12443
|
attr_accessor :proxy_cluster_id
|
@@ -13354,7 +13370,7 @@ module SDM
|
|
13354
13370
|
# Whether to allow deprecated encryption protocols to be used for this resource. For example,
|
13355
13371
|
# TLS 1.0.
|
13356
13372
|
attr_accessor :allow_deprecated_encryption
|
13357
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
13373
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
13358
13374
|
attr_accessor :bind_interface
|
13359
13375
|
# The database for healthchecks, and used for clients if Override Default Database is true.
|
13360
13376
|
attr_accessor :database
|
@@ -13374,7 +13390,7 @@ module SDM
|
|
13374
13390
|
attr_accessor :password
|
13375
13391
|
# The port to dial to initiate a connection from the egress node to this resource.
|
13376
13392
|
attr_accessor :port
|
13377
|
-
# The local port used by clients to connect to this resource.
|
13393
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
13378
13394
|
attr_accessor :port_override
|
13379
13395
|
# ID of the proxy cluster for this resource, if any.
|
13380
13396
|
attr_accessor :proxy_cluster_id
|
@@ -13442,7 +13458,7 @@ module SDM
|
|
13442
13458
|
# Whether to allow deprecated encryption protocols to be used for this resource. For example,
|
13443
13459
|
# TLS 1.0.
|
13444
13460
|
attr_accessor :allow_deprecated_encryption
|
13445
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
13461
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
13446
13462
|
attr_accessor :bind_interface
|
13447
13463
|
# The Azure AD application (client) ID with which to authenticate.
|
13448
13464
|
attr_accessor :client_id
|
@@ -13462,7 +13478,7 @@ module SDM
|
|
13462
13478
|
attr_accessor :override_database
|
13463
13479
|
# The port to dial to initiate a connection from the egress node to this resource.
|
13464
13480
|
attr_accessor :port
|
13465
|
-
# The local port used by clients to connect to this resource.
|
13481
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
13466
13482
|
attr_accessor :port_override
|
13467
13483
|
# ID of the proxy cluster for this resource, if any.
|
13468
13484
|
attr_accessor :proxy_cluster_id
|
@@ -13534,7 +13550,7 @@ module SDM
|
|
13534
13550
|
# Whether to allow deprecated encryption protocols to be used for this resource. For example,
|
13535
13551
|
# TLS 1.0.
|
13536
13552
|
attr_accessor :allow_deprecated_encryption
|
13537
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
13553
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
13538
13554
|
attr_accessor :bind_interface
|
13539
13555
|
# The database for healthchecks, and used for clients if Override Default Database is true.
|
13540
13556
|
attr_accessor :database
|
@@ -13556,7 +13572,7 @@ module SDM
|
|
13556
13572
|
attr_accessor :override_database
|
13557
13573
|
# The port to dial to initiate a connection from the egress node to this resource.
|
13558
13574
|
attr_accessor :port
|
13559
|
-
# The local port used by clients to connect to this resource.
|
13575
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
13560
13576
|
attr_accessor :port_override
|
13561
13577
|
# ID of the proxy cluster for this resource, if any.
|
13562
13578
|
attr_accessor :proxy_cluster_id
|
@@ -13633,7 +13649,7 @@ module SDM
|
|
13633
13649
|
class SSH
|
13634
13650
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13635
13651
|
attr_accessor :allow_deprecated_key_exchanges
|
13636
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
13652
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
13637
13653
|
attr_accessor :bind_interface
|
13638
13654
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13639
13655
|
attr_accessor :egress_filter
|
@@ -13651,7 +13667,7 @@ module SDM
|
|
13651
13667
|
attr_accessor :port
|
13652
13668
|
# Whether port forwarding is allowed through this server.
|
13653
13669
|
attr_accessor :port_forwarding
|
13654
|
-
# The local port used by clients to connect to this resource.
|
13670
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
13655
13671
|
attr_accessor :port_override
|
13656
13672
|
# ID of the proxy cluster for this resource, if any.
|
13657
13673
|
attr_accessor :proxy_cluster_id
|
@@ -13716,7 +13732,7 @@ module SDM
|
|
13716
13732
|
class SSHCert
|
13717
13733
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13718
13734
|
attr_accessor :allow_deprecated_key_exchanges
|
13719
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
13735
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
13720
13736
|
attr_accessor :bind_interface
|
13721
13737
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13722
13738
|
attr_accessor :egress_filter
|
@@ -13738,7 +13754,7 @@ module SDM
|
|
13738
13754
|
attr_accessor :port
|
13739
13755
|
# Whether port forwarding is allowed through this server.
|
13740
13756
|
attr_accessor :port_forwarding
|
13741
|
-
# The local port used by clients to connect to this resource.
|
13757
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
13742
13758
|
attr_accessor :port_override
|
13743
13759
|
# ID of the proxy cluster for this resource, if any.
|
13744
13760
|
attr_accessor :proxy_cluster_id
|
@@ -13803,7 +13819,7 @@ module SDM
|
|
13803
13819
|
class SSHCustomerKey
|
13804
13820
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13805
13821
|
attr_accessor :allow_deprecated_key_exchanges
|
13806
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
13822
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
13807
13823
|
attr_accessor :bind_interface
|
13808
13824
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13809
13825
|
attr_accessor :egress_filter
|
@@ -13823,7 +13839,7 @@ module SDM
|
|
13823
13839
|
attr_accessor :port
|
13824
13840
|
# Whether port forwarding is allowed through this server.
|
13825
13841
|
attr_accessor :port_forwarding
|
13826
|
-
# The local port used by clients to connect to this resource.
|
13842
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
13827
13843
|
attr_accessor :port_override
|
13828
13844
|
# The private key used to authenticate with the server.
|
13829
13845
|
attr_accessor :private_key
|
@@ -13890,7 +13906,7 @@ module SDM
|
|
13890
13906
|
class SSHPassword
|
13891
13907
|
# Whether deprecated, insecure key exchanges are allowed for use to connect to the target ssh server.
|
13892
13908
|
attr_accessor :allow_deprecated_key_exchanges
|
13893
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
13909
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
13894
13910
|
attr_accessor :bind_interface
|
13895
13911
|
# A filter applied to the routing logic to pin datasource to nodes.
|
13896
13912
|
attr_accessor :egress_filter
|
@@ -13908,7 +13924,7 @@ module SDM
|
|
13908
13924
|
attr_accessor :port
|
13909
13925
|
# Whether port forwarding is allowed through this server.
|
13910
13926
|
attr_accessor :port_forwarding
|
13911
|
-
# The local port used by clients to connect to this resource.
|
13927
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
13912
13928
|
attr_accessor :port_override
|
13913
13929
|
# ID of the proxy cluster for this resource, if any.
|
13914
13930
|
attr_accessor :proxy_cluster_id
|
@@ -14557,7 +14573,7 @@ module SDM
|
|
14557
14573
|
end
|
14558
14574
|
|
14559
14575
|
class SingleStore
|
14560
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
14576
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
14561
14577
|
attr_accessor :bind_interface
|
14562
14578
|
# The database for healthchecks. Does not affect client requests.
|
14563
14579
|
attr_accessor :database
|
@@ -14575,7 +14591,7 @@ module SDM
|
|
14575
14591
|
attr_accessor :password
|
14576
14592
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14577
14593
|
attr_accessor :port
|
14578
|
-
# The local port used by clients to connect to this resource.
|
14594
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
14579
14595
|
attr_accessor :port_override
|
14580
14596
|
# ID of the proxy cluster for this resource, if any.
|
14581
14597
|
attr_accessor :proxy_cluster_id
|
@@ -14640,7 +14656,7 @@ module SDM
|
|
14640
14656
|
end
|
14641
14657
|
|
14642
14658
|
class Snowflake
|
14643
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
14659
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
14644
14660
|
attr_accessor :bind_interface
|
14645
14661
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
14646
14662
|
attr_accessor :database
|
@@ -14656,7 +14672,7 @@ module SDM
|
|
14656
14672
|
attr_accessor :name
|
14657
14673
|
# Deprecated: https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification/
|
14658
14674
|
attr_accessor :password
|
14659
|
-
# The local port used by clients to connect to this resource.
|
14675
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
14660
14676
|
attr_accessor :port_override
|
14661
14677
|
# RSA Private Key for authentication
|
14662
14678
|
attr_accessor :private_key
|
@@ -14719,7 +14735,7 @@ module SDM
|
|
14719
14735
|
end
|
14720
14736
|
|
14721
14737
|
class Snowsight
|
14722
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
14738
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
14723
14739
|
attr_accessor :bind_interface
|
14724
14740
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14725
14741
|
attr_accessor :egress_filter
|
@@ -14731,7 +14747,7 @@ module SDM
|
|
14731
14747
|
attr_accessor :id
|
14732
14748
|
# Unique human-readable name of the Resource.
|
14733
14749
|
attr_accessor :name
|
14734
|
-
# The local port used by clients to connect to this resource.
|
14750
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
14735
14751
|
attr_accessor :port_override
|
14736
14752
|
# ID of the proxy cluster for this resource, if any.
|
14737
14753
|
attr_accessor :proxy_cluster_id
|
@@ -14782,7 +14798,7 @@ module SDM
|
|
14782
14798
|
end
|
14783
14799
|
|
14784
14800
|
class Sybase
|
14785
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
14801
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
14786
14802
|
attr_accessor :bind_interface
|
14787
14803
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14788
14804
|
attr_accessor :egress_filter
|
@@ -14798,7 +14814,7 @@ module SDM
|
|
14798
14814
|
attr_accessor :password
|
14799
14815
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14800
14816
|
attr_accessor :port
|
14801
|
-
# The local port used by clients to connect to this resource.
|
14817
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
14802
14818
|
attr_accessor :port_override
|
14803
14819
|
# ID of the proxy cluster for this resource, if any.
|
14804
14820
|
attr_accessor :proxy_cluster_id
|
@@ -14853,7 +14869,7 @@ module SDM
|
|
14853
14869
|
end
|
14854
14870
|
|
14855
14871
|
class SybaseIQ
|
14856
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
14872
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
14857
14873
|
attr_accessor :bind_interface
|
14858
14874
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14859
14875
|
attr_accessor :egress_filter
|
@@ -14869,7 +14885,7 @@ module SDM
|
|
14869
14885
|
attr_accessor :password
|
14870
14886
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14871
14887
|
attr_accessor :port
|
14872
|
-
# The local port used by clients to connect to this resource.
|
14888
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
14873
14889
|
attr_accessor :port_override
|
14874
14890
|
# ID of the proxy cluster for this resource, if any.
|
14875
14891
|
attr_accessor :proxy_cluster_id
|
@@ -14947,7 +14963,7 @@ module SDM
|
|
14947
14963
|
end
|
14948
14964
|
|
14949
14965
|
class Teradata
|
14950
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
14966
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
14951
14967
|
attr_accessor :bind_interface
|
14952
14968
|
# A filter applied to the routing logic to pin datasource to nodes.
|
14953
14969
|
attr_accessor :egress_filter
|
@@ -14963,7 +14979,7 @@ module SDM
|
|
14963
14979
|
attr_accessor :password
|
14964
14980
|
# The port to dial to initiate a connection from the egress node to this resource.
|
14965
14981
|
attr_accessor :port
|
14966
|
-
# The local port used by clients to connect to this resource.
|
14982
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
14967
14983
|
attr_accessor :port_override
|
14968
14984
|
# ID of the proxy cluster for this resource, if any.
|
14969
14985
|
attr_accessor :proxy_cluster_id
|
@@ -15071,7 +15087,7 @@ module SDM
|
|
15071
15087
|
end
|
15072
15088
|
|
15073
15089
|
class Trino
|
15074
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
15090
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
15075
15091
|
attr_accessor :bind_interface
|
15076
15092
|
# A filter applied to the routing logic to pin datasource to nodes.
|
15077
15093
|
attr_accessor :egress_filter
|
@@ -15087,7 +15103,7 @@ module SDM
|
|
15087
15103
|
attr_accessor :password
|
15088
15104
|
# The port to dial to initiate a connection from the egress node to this resource.
|
15089
15105
|
attr_accessor :port
|
15090
|
-
# The local port used by clients to connect to this resource.
|
15106
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
15091
15107
|
attr_accessor :port_override
|
15092
15108
|
# ID of the proxy cluster for this resource, if any.
|
15093
15109
|
attr_accessor :proxy_cluster_id
|
@@ -15725,7 +15741,7 @@ module SDM
|
|
15725
15741
|
end
|
15726
15742
|
|
15727
15743
|
class Vertica
|
15728
|
-
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
15744
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
15729
15745
|
attr_accessor :bind_interface
|
15730
15746
|
# The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
15731
15747
|
attr_accessor :database
|
@@ -15743,7 +15759,7 @@ module SDM
|
|
15743
15759
|
attr_accessor :password
|
15744
15760
|
# The port to dial to initiate a connection from the egress node to this resource.
|
15745
15761
|
attr_accessor :port
|
15746
|
-
# The local port used by clients to connect to this resource.
|
15762
|
+
# The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
15747
15763
|
attr_accessor :port_override
|
15748
15764
|
# ID of the proxy cluster for this resource, if any.
|
15749
15765
|
attr_accessor :proxy_cluster_id
|