strongdm 3.7.0 → 3.9.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.
@@ -13,7 +13,7 @@
13
13
  # limitations under the License.
14
14
  #
15
15
 
16
- # @internal This file was generated by protogen. DO NOT EDIT.
16
+ # @internal Code generated by protogen. DO NOT EDIT.
17
17
 
18
18
  module SDM
19
19
  class AKS
@@ -47,6 +47,8 @@ module SDM
47
47
  attr_accessor :remote_identity_healthcheck_username
48
48
  # ID of the secret store containing credentials for this resource, if any.
49
49
  attr_accessor :secret_store_id
50
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
51
+ attr_accessor :subdomain
50
52
  # Tags is a map of key, value pairs.
51
53
  attr_accessor :tags
52
54
 
@@ -66,6 +68,7 @@ module SDM
66
68
  remote_identity_group_id: nil,
67
69
  remote_identity_healthcheck_username: nil,
68
70
  secret_store_id: nil,
71
+ subdomain: nil,
69
72
  tags: nil
70
73
  )
71
74
  @bind_interface = bind_interface == nil ? "" : bind_interface
@@ -83,6 +86,7 @@ module SDM
83
86
  @remote_identity_group_id = remote_identity_group_id == nil ? "" : remote_identity_group_id
84
87
  @remote_identity_healthcheck_username = remote_identity_healthcheck_username == nil ? "" : remote_identity_healthcheck_username
85
88
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
89
+ @subdomain = subdomain == nil ? "" : subdomain
86
90
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
87
91
  end
88
92
 
@@ -118,6 +122,8 @@ module SDM
118
122
  attr_accessor :port_override
119
123
  # ID of the secret store containing credentials for this resource, if any.
120
124
  attr_accessor :secret_store_id
125
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
126
+ attr_accessor :subdomain
121
127
  # Tags is a map of key, value pairs.
122
128
  attr_accessor :tags
123
129
 
@@ -135,6 +141,7 @@ module SDM
135
141
  port: nil,
136
142
  port_override: nil,
137
143
  secret_store_id: nil,
144
+ subdomain: nil,
138
145
  tags: nil,
139
146
  username: nil
140
147
  )
@@ -149,6 +156,7 @@ module SDM
149
156
  @port = port == nil ? 0 : port
150
157
  @port_override = port_override == nil ? 0 : port_override
151
158
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
159
+ @subdomain = subdomain == nil ? "" : subdomain
152
160
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
153
161
  @username = username == nil ? "" : username
154
162
  end
@@ -187,6 +195,8 @@ module SDM
187
195
  attr_accessor :remote_identity_healthcheck_username
188
196
  # ID of the secret store containing credentials for this resource, if any.
189
197
  attr_accessor :secret_store_id
198
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
199
+ attr_accessor :subdomain
190
200
  # Tags is a map of key, value pairs.
191
201
  attr_accessor :tags
192
202
 
@@ -205,6 +215,7 @@ module SDM
205
215
  remote_identity_group_id: nil,
206
216
  remote_identity_healthcheck_username: nil,
207
217
  secret_store_id: nil,
218
+ subdomain: nil,
208
219
  tags: nil,
209
220
  token: nil
210
221
  )
@@ -220,6 +231,7 @@ module SDM
220
231
  @remote_identity_group_id = remote_identity_group_id == nil ? "" : remote_identity_group_id
221
232
  @remote_identity_healthcheck_username = remote_identity_healthcheck_username == nil ? "" : remote_identity_healthcheck_username
222
233
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
234
+ @subdomain = subdomain == nil ? "" : subdomain
223
235
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
224
236
  @token = token == nil ? "" : token
225
237
  end
@@ -254,6 +266,8 @@ module SDM
254
266
  attr_accessor :port_override
255
267
  # ID of the secret store containing credentials for this resource, if any.
256
268
  attr_accessor :secret_store_id
269
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
270
+ attr_accessor :subdomain
257
271
  # Tags is a map of key, value pairs.
258
272
  attr_accessor :tags
259
273
 
@@ -270,6 +284,7 @@ module SDM
270
284
  port: nil,
271
285
  port_override: nil,
272
286
  secret_store_id: nil,
287
+ subdomain: nil,
273
288
  tags: nil,
274
289
  token: nil
275
290
  )
@@ -283,6 +298,7 @@ module SDM
283
298
  @port = port == nil ? 0 : port
284
299
  @port_override = port_override == nil ? 0 : port_override
285
300
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
301
+ @subdomain = subdomain == nil ? "" : subdomain
286
302
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
287
303
  @token = token == nil ? "" : token
288
304
  end
@@ -323,6 +339,8 @@ module SDM
323
339
  attr_accessor :port_override
324
340
  # ID of the secret store containing credentials for this resource, if any.
325
341
  attr_accessor :secret_store_id
342
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
343
+ attr_accessor :subdomain
326
344
  # Tags is a map of key, value pairs.
327
345
  attr_accessor :tags
328
346
 
@@ -340,6 +358,7 @@ module SDM
340
358
  port: nil,
341
359
  port_override: nil,
342
360
  secret_store_id: nil,
361
+ subdomain: nil,
343
362
  tags: nil
344
363
  )
345
364
  @bind_interface = bind_interface == nil ? "" : bind_interface
@@ -355,6 +374,7 @@ module SDM
355
374
  @port = port == nil ? 0 : port
356
375
  @port_override = port_override == nil ? 0 : port_override
357
376
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
377
+ @subdomain = subdomain == nil ? "" : subdomain
358
378
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
359
379
  end
360
380
 
@@ -1333,6 +1353,8 @@ module SDM
1333
1353
  attr_accessor :secret_access_key
1334
1354
  # ID of the secret store containing credentials for this resource, if any.
1335
1355
  attr_accessor :secret_store_id
1356
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1357
+ attr_accessor :subdomain
1336
1358
  # Tags is a map of key, value pairs.
1337
1359
  attr_accessor :tags
1338
1360
 
@@ -1354,6 +1376,7 @@ module SDM
1354
1376
  role_external_id: nil,
1355
1377
  secret_access_key: nil,
1356
1378
  secret_store_id: nil,
1379
+ subdomain: nil,
1357
1380
  tags: nil
1358
1381
  )
1359
1382
  @access_key = access_key == nil ? "" : access_key
@@ -1373,6 +1396,7 @@ module SDM
1373
1396
  @role_external_id = role_external_id == nil ? "" : role_external_id
1374
1397
  @secret_access_key = secret_access_key == nil ? "" : secret_access_key
1375
1398
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
1399
+ @subdomain = subdomain == nil ? "" : subdomain
1376
1400
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
1377
1401
  end
1378
1402
 
@@ -1416,6 +1440,8 @@ module SDM
1416
1440
  attr_accessor :role_external_id
1417
1441
  # ID of the secret store containing credentials for this resource, if any.
1418
1442
  attr_accessor :secret_store_id
1443
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1444
+ attr_accessor :subdomain
1419
1445
  # Tags is a map of key, value pairs.
1420
1446
  attr_accessor :tags
1421
1447
 
@@ -1435,6 +1461,7 @@ module SDM
1435
1461
  role_arn: nil,
1436
1462
  role_external_id: nil,
1437
1463
  secret_store_id: nil,
1464
+ subdomain: nil,
1438
1465
  tags: nil
1439
1466
  )
1440
1467
  @bind_interface = bind_interface == nil ? "" : bind_interface
@@ -1452,6 +1479,7 @@ module SDM
1452
1479
  @role_arn = role_arn == nil ? "" : role_arn
1453
1480
  @role_external_id = role_external_id == nil ? "" : role_external_id
1454
1481
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
1482
+ @subdomain = subdomain == nil ? "" : subdomain
1455
1483
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
1456
1484
  end
1457
1485
 
@@ -1494,6 +1522,8 @@ module SDM
1494
1522
  attr_accessor :secret_access_key
1495
1523
  # ID of the secret store containing credentials for this resource, if any.
1496
1524
  attr_accessor :secret_store_id
1525
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1526
+ attr_accessor :subdomain
1497
1527
  # Tags is a map of key, value pairs.
1498
1528
  attr_accessor :tags
1499
1529
 
@@ -1513,6 +1543,7 @@ module SDM
1513
1543
  role_external_id: nil,
1514
1544
  secret_access_key: nil,
1515
1545
  secret_store_id: nil,
1546
+ subdomain: nil,
1516
1547
  tags: nil
1517
1548
  )
1518
1549
  @access_key = access_key == nil ? "" : access_key
@@ -1530,6 +1561,7 @@ module SDM
1530
1561
  @role_external_id = role_external_id == nil ? "" : role_external_id
1531
1562
  @secret_access_key = secret_access_key == nil ? "" : secret_access_key
1532
1563
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
1564
+ @subdomain = subdomain == nil ? "" : subdomain
1533
1565
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
1534
1566
  end
1535
1567
 
@@ -1568,6 +1600,8 @@ module SDM
1568
1600
  attr_accessor :secret_access_key
1569
1601
  # ID of the secret store containing credentials for this resource, if any.
1570
1602
  attr_accessor :secret_store_id
1603
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1604
+ attr_accessor :subdomain
1571
1605
  # Tags is a map of key, value pairs.
1572
1606
  attr_accessor :tags
1573
1607
 
@@ -1585,6 +1619,7 @@ module SDM
1585
1619
  role_external_id: nil,
1586
1620
  secret_access_key: nil,
1587
1621
  secret_store_id: nil,
1622
+ subdomain: nil,
1588
1623
  tags: nil
1589
1624
  )
1590
1625
  @access_key = access_key == nil ? "" : access_key
@@ -1600,6 +1635,7 @@ module SDM
1600
1635
  @role_external_id = role_external_id == nil ? "" : role_external_id
1601
1636
  @secret_access_key = secret_access_key == nil ? "" : secret_access_key
1602
1637
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
1638
+ @subdomain = subdomain == nil ? "" : subdomain
1603
1639
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
1604
1640
  end
1605
1641
 
@@ -1633,6 +1669,8 @@ module SDM
1633
1669
  attr_accessor :port_override
1634
1670
  # ID of the secret store containing credentials for this resource, if any.
1635
1671
  attr_accessor :secret_store_id
1672
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1673
+ attr_accessor :subdomain
1636
1674
  # Tags is a map of key, value pairs.
1637
1675
  attr_accessor :tags
1638
1676
 
@@ -1651,6 +1689,7 @@ module SDM
1651
1689
  port: nil,
1652
1690
  port_override: nil,
1653
1691
  secret_store_id: nil,
1692
+ subdomain: nil,
1654
1693
  tags: nil,
1655
1694
  tls_required: nil,
1656
1695
  username: nil
@@ -1665,6 +1704,7 @@ module SDM
1665
1704
  @port = port == nil ? 0 : port
1666
1705
  @port_override = port_override == nil ? 0 : port_override
1667
1706
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
1707
+ @subdomain = subdomain == nil ? "" : subdomain
1668
1708
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
1669
1709
  @tls_required = tls_required == nil ? false : tls_required
1670
1710
  @username = username == nil ? "" : username
@@ -1705,6 +1745,8 @@ module SDM
1705
1745
  attr_accessor :secret_access_key
1706
1746
  # ID of the secret store containing credentials for this resource, if any.
1707
1747
  attr_accessor :secret_store_id
1748
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1749
+ attr_accessor :subdomain
1708
1750
  # Tags is a map of key, value pairs.
1709
1751
  attr_accessor :tags
1710
1752
 
@@ -1722,6 +1764,7 @@ module SDM
1722
1764
  role_external_id: nil,
1723
1765
  secret_access_key: nil,
1724
1766
  secret_store_id: nil,
1767
+ subdomain: nil,
1725
1768
  tags: nil
1726
1769
  )
1727
1770
  @access_key = access_key == nil ? "" : access_key
@@ -1737,6 +1780,7 @@ module SDM
1737
1780
  @role_external_id = role_external_id == nil ? "" : role_external_id
1738
1781
  @secret_access_key = secret_access_key == nil ? "" : secret_access_key
1739
1782
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
1783
+ @subdomain = subdomain == nil ? "" : subdomain
1740
1784
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
1741
1785
  end
1742
1786
 
@@ -1772,6 +1816,8 @@ module SDM
1772
1816
  attr_accessor :port_override
1773
1817
  # ID of the secret store containing credentials for this resource, if any.
1774
1818
  attr_accessor :secret_store_id
1819
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1820
+ attr_accessor :subdomain
1775
1821
  # Tags is a map of key, value pairs.
1776
1822
  attr_accessor :tags
1777
1823
 
@@ -1789,6 +1835,7 @@ module SDM
1789
1835
  port: nil,
1790
1836
  port_override: nil,
1791
1837
  secret_store_id: nil,
1838
+ subdomain: nil,
1792
1839
  tags: nil,
1793
1840
  username: nil
1794
1841
  )
@@ -1803,6 +1850,7 @@ module SDM
1803
1850
  @port = port == nil ? 0 : port
1804
1851
  @port_override = port_override == nil ? 0 : port_override
1805
1852
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
1853
+ @subdomain = subdomain == nil ? "" : subdomain
1806
1854
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
1807
1855
  @username = username == nil ? "" : username
1808
1856
  end
@@ -1841,6 +1889,8 @@ module SDM
1841
1889
  attr_accessor :port_override
1842
1890
  # ID of the secret store containing credentials for this resource, if any.
1843
1891
  attr_accessor :secret_store_id
1892
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1893
+ attr_accessor :subdomain
1844
1894
  # Tags is a map of key, value pairs.
1845
1895
  attr_accessor :tags
1846
1896
 
@@ -1859,6 +1909,7 @@ module SDM
1859
1909
  port: nil,
1860
1910
  port_override: nil,
1861
1911
  secret_store_id: nil,
1912
+ subdomain: nil,
1862
1913
  tags: nil,
1863
1914
  username: nil
1864
1915
  )
@@ -1874,6 +1925,7 @@ module SDM
1874
1925
  @port = port == nil ? 0 : port
1875
1926
  @port_override = port_override == nil ? 0 : port_override
1876
1927
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
1928
+ @subdomain = subdomain == nil ? "" : subdomain
1877
1929
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
1878
1930
  @username = username == nil ? "" : username
1879
1931
  end
@@ -2019,6 +2071,8 @@ module SDM
2019
2071
  attr_accessor :port_override
2020
2072
  # ID of the secret store containing credentials for this resource, if any.
2021
2073
  attr_accessor :secret_store_id
2074
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2075
+ attr_accessor :subdomain
2022
2076
  # Tags is a map of key, value pairs.
2023
2077
  attr_accessor :tags
2024
2078
 
@@ -2036,6 +2090,7 @@ module SDM
2036
2090
  port: nil,
2037
2091
  port_override: nil,
2038
2092
  secret_store_id: nil,
2093
+ subdomain: nil,
2039
2094
  tags: nil,
2040
2095
  username: nil
2041
2096
  )
@@ -2050,6 +2105,7 @@ module SDM
2050
2105
  @port = port == nil ? 0 : port
2051
2106
  @port_override = port_override == nil ? 0 : port_override
2052
2107
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2108
+ @subdomain = subdomain == nil ? "" : subdomain
2053
2109
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2054
2110
  @username = username == nil ? "" : username
2055
2111
  end
@@ -2088,6 +2144,8 @@ module SDM
2088
2144
  attr_accessor :port_override
2089
2145
  # ID of the secret store containing credentials for this resource, if any.
2090
2146
  attr_accessor :secret_store_id
2147
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2148
+ attr_accessor :subdomain
2091
2149
  # Tags is a map of key, value pairs.
2092
2150
  attr_accessor :tags
2093
2151
 
@@ -2106,6 +2164,7 @@ module SDM
2106
2164
  port: nil,
2107
2165
  port_override: nil,
2108
2166
  secret_store_id: nil,
2167
+ subdomain: nil,
2109
2168
  tags: nil,
2110
2169
  username: nil
2111
2170
  )
@@ -2121,6 +2180,7 @@ module SDM
2121
2180
  @port = port == nil ? 0 : port
2122
2181
  @port_override = port_override == nil ? 0 : port_override
2123
2182
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2183
+ @subdomain = subdomain == nil ? "" : subdomain
2124
2184
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2125
2185
  @username = username == nil ? "" : username
2126
2186
  end
@@ -2186,6 +2246,8 @@ module SDM
2186
2246
  attr_accessor :project
2187
2247
  # ID of the secret store containing credentials for this resource, if any.
2188
2248
  attr_accessor :secret_store_id
2249
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2250
+ attr_accessor :subdomain
2189
2251
  # Tags is a map of key, value pairs.
2190
2252
  attr_accessor :tags
2191
2253
 
@@ -2202,6 +2264,7 @@ module SDM
2202
2264
  private_key: nil,
2203
2265
  project: nil,
2204
2266
  secret_store_id: nil,
2267
+ subdomain: nil,
2205
2268
  tags: nil,
2206
2269
  username: nil
2207
2270
  )
@@ -2215,6 +2278,7 @@ module SDM
2215
2278
  @private_key = private_key == nil ? "" : private_key
2216
2279
  @project = project == nil ? "" : project
2217
2280
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2281
+ @subdomain = subdomain == nil ? "" : subdomain
2218
2282
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2219
2283
  @username = username == nil ? "" : username
2220
2284
  end
@@ -2249,6 +2313,8 @@ module SDM
2249
2313
  attr_accessor :port_override
2250
2314
  # ID of the secret store containing credentials for this resource, if any.
2251
2315
  attr_accessor :secret_store_id
2316
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2317
+ attr_accessor :subdomain
2252
2318
  # Tags is a map of key, value pairs.
2253
2319
  attr_accessor :tags
2254
2320
 
@@ -2267,6 +2333,7 @@ module SDM
2267
2333
  port: nil,
2268
2334
  port_override: nil,
2269
2335
  secret_store_id: nil,
2336
+ subdomain: nil,
2270
2337
  tags: nil,
2271
2338
  tls_required: nil,
2272
2339
  username: nil
@@ -2281,6 +2348,7 @@ module SDM
2281
2348
  @port = port == nil ? 0 : port
2282
2349
  @port_override = port_override == nil ? 0 : port_override
2283
2350
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2351
+ @subdomain = subdomain == nil ? "" : subdomain
2284
2352
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2285
2353
  @tls_required = tls_required == nil ? false : tls_required
2286
2354
  @username = username == nil ? "" : username
@@ -2320,6 +2388,8 @@ module SDM
2320
2388
  attr_accessor :port_override
2321
2389
  # ID of the secret store containing credentials for this resource, if any.
2322
2390
  attr_accessor :secret_store_id
2391
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2392
+ attr_accessor :subdomain
2323
2393
  # Tags is a map of key, value pairs.
2324
2394
  attr_accessor :tags
2325
2395
 
@@ -2338,6 +2408,7 @@ module SDM
2338
2408
  port: nil,
2339
2409
  port_override: nil,
2340
2410
  secret_store_id: nil,
2411
+ subdomain: nil,
2341
2412
  tags: nil,
2342
2413
  username: nil
2343
2414
  )
@@ -2353,6 +2424,7 @@ module SDM
2353
2424
  @port = port == nil ? 0 : port
2354
2425
  @port_override = port_override == nil ? 0 : port_override
2355
2426
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2427
+ @subdomain = subdomain == nil ? "" : subdomain
2356
2428
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2357
2429
  @username = username == nil ? "" : username
2358
2430
  end
@@ -2389,6 +2461,8 @@ module SDM
2389
2461
  attr_accessor :port_override
2390
2462
  # ID of the secret store containing credentials for this resource, if any.
2391
2463
  attr_accessor :secret_store_id
2464
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2465
+ attr_accessor :subdomain
2392
2466
  # Tags is a map of key, value pairs.
2393
2467
  attr_accessor :tags
2394
2468
 
@@ -2406,6 +2480,7 @@ module SDM
2406
2480
  port: nil,
2407
2481
  port_override: nil,
2408
2482
  secret_store_id: nil,
2483
+ subdomain: nil,
2409
2484
  tags: nil,
2410
2485
  username: nil
2411
2486
  )
@@ -2420,6 +2495,7 @@ module SDM
2420
2495
  @port = port == nil ? 0 : port
2421
2496
  @port_override = port_override == nil ? 0 : port_override
2422
2497
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2498
+ @subdomain = subdomain == nil ? "" : subdomain
2423
2499
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2424
2500
  @username = username == nil ? "" : username
2425
2501
  end
@@ -2458,6 +2534,8 @@ module SDM
2458
2534
  attr_accessor :port_override
2459
2535
  # ID of the secret store containing credentials for this resource, if any.
2460
2536
  attr_accessor :secret_store_id
2537
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2538
+ attr_accessor :subdomain
2461
2539
  # Tags is a map of key, value pairs.
2462
2540
  attr_accessor :tags
2463
2541
 
@@ -2476,6 +2554,7 @@ module SDM
2476
2554
  port: nil,
2477
2555
  port_override: nil,
2478
2556
  secret_store_id: nil,
2557
+ subdomain: nil,
2479
2558
  tags: nil,
2480
2559
  username: nil
2481
2560
  )
@@ -2491,6 +2570,7 @@ module SDM
2491
2570
  @port = port == nil ? 0 : port
2492
2571
  @port_override = port_override == nil ? 0 : port_override
2493
2572
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2573
+ @subdomain = subdomain == nil ? "" : subdomain
2494
2574
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2495
2575
  @username = username == nil ? "" : username
2496
2576
  end
@@ -2688,6 +2768,8 @@ module SDM
2688
2768
  attr_accessor :port_override
2689
2769
  # ID of the secret store containing credentials for this resource, if any.
2690
2770
  attr_accessor :secret_store_id
2771
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2772
+ attr_accessor :subdomain
2691
2773
  # Tags is a map of key, value pairs.
2692
2774
  attr_accessor :tags
2693
2775
 
@@ -2706,6 +2788,7 @@ module SDM
2706
2788
  port: nil,
2707
2789
  port_override: nil,
2708
2790
  secret_store_id: nil,
2791
+ subdomain: nil,
2709
2792
  tags: nil,
2710
2793
  tls_required: nil,
2711
2794
  username: nil
@@ -2720,6 +2803,7 @@ module SDM
2720
2803
  @port = port == nil ? 0 : port
2721
2804
  @port_override = port_override == nil ? 0 : port_override
2722
2805
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2806
+ @subdomain = subdomain == nil ? "" : subdomain
2723
2807
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2724
2808
  @tls_required = tls_required == nil ? false : tls_required
2725
2809
  @username = username == nil ? "" : username
@@ -2757,6 +2841,8 @@ module SDM
2757
2841
  attr_accessor :port_override
2758
2842
  # ID of the secret store containing credentials for this resource, if any.
2759
2843
  attr_accessor :secret_store_id
2844
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2845
+ attr_accessor :subdomain
2760
2846
  # Tags is a map of key, value pairs.
2761
2847
  attr_accessor :tags
2762
2848
 
@@ -2774,6 +2860,7 @@ module SDM
2774
2860
  port: nil,
2775
2861
  port_override: nil,
2776
2862
  secret_store_id: nil,
2863
+ subdomain: nil,
2777
2864
  tags: nil,
2778
2865
  username: nil
2779
2866
  )
@@ -2788,6 +2875,7 @@ module SDM
2788
2875
  @port = port == nil ? 0 : port
2789
2876
  @port_override = port_override == nil ? 0 : port_override
2790
2877
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2878
+ @subdomain = subdomain == nil ? "" : subdomain
2791
2879
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2792
2880
  @username = username == nil ? "" : username
2793
2881
  end
@@ -2872,6 +2960,8 @@ module SDM
2872
2960
  attr_accessor :port_override
2873
2961
  # ID of the secret store containing credentials for this resource, if any.
2874
2962
  attr_accessor :secret_store_id
2963
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2964
+ attr_accessor :subdomain
2875
2965
  # Tags is a map of key, value pairs.
2876
2966
  attr_accessor :tags
2877
2967
 
@@ -2889,6 +2979,7 @@ module SDM
2889
2979
  port: nil,
2890
2980
  port_override: nil,
2891
2981
  secret_store_id: nil,
2982
+ subdomain: nil,
2892
2983
  tags: nil,
2893
2984
  username: nil
2894
2985
  )
@@ -2903,6 +2994,7 @@ module SDM
2903
2994
  @port = port == nil ? 0 : port
2904
2995
  @port_override = port_override == nil ? 0 : port_override
2905
2996
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
2997
+ @subdomain = subdomain == nil ? "" : subdomain
2906
2998
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2907
2999
  @username = username == nil ? "" : username
2908
3000
  end
@@ -2940,6 +3032,8 @@ module SDM
2940
3032
  attr_accessor :replica_set
2941
3033
  # ID of the secret store containing credentials for this resource, if any.
2942
3034
  attr_accessor :secret_store_id
3035
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3036
+ attr_accessor :subdomain
2943
3037
  # Tags is a map of key, value pairs.
2944
3038
  attr_accessor :tags
2945
3039
 
@@ -2958,6 +3052,7 @@ module SDM
2958
3052
  port_override: nil,
2959
3053
  replica_set: nil,
2960
3054
  secret_store_id: nil,
3055
+ subdomain: nil,
2961
3056
  tags: nil,
2962
3057
  username: nil
2963
3058
  )
@@ -2973,6 +3068,7 @@ module SDM
2973
3068
  @port_override = port_override == nil ? 0 : port_override
2974
3069
  @replica_set = replica_set == nil ? "" : replica_set
2975
3070
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
3071
+ @subdomain = subdomain == nil ? "" : subdomain
2976
3072
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
2977
3073
  @username = username == nil ? "" : username
2978
3074
  end
@@ -3007,6 +3103,8 @@ module SDM
3007
3103
  attr_accessor :port_override
3008
3104
  # ID of the secret store containing credentials for this resource, if any.
3009
3105
  attr_accessor :secret_store_id
3106
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3107
+ attr_accessor :subdomain
3010
3108
  # Tags is a map of key, value pairs.
3011
3109
  attr_accessor :tags
3012
3110
 
@@ -3023,6 +3121,7 @@ module SDM
3023
3121
  port: nil,
3024
3122
  port_override: nil,
3025
3123
  secret_store_id: nil,
3124
+ subdomain: nil,
3026
3125
  tags: nil,
3027
3126
  username: nil
3028
3127
  )
@@ -3036,6 +3135,7 @@ module SDM
3036
3135
  @port = port == nil ? 0 : port
3037
3136
  @port_override = port_override == nil ? 0 : port_override
3038
3137
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
3138
+ @subdomain = subdomain == nil ? "" : subdomain
3039
3139
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
3040
3140
  @username = username == nil ? "" : username
3041
3141
  end
@@ -3075,6 +3175,8 @@ module SDM
3075
3175
  attr_accessor :secret_access_key
3076
3176
  # ID of the secret store containing credentials for this resource, if any.
3077
3177
  attr_accessor :secret_store_id
3178
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3179
+ attr_accessor :subdomain
3078
3180
  # Tags is a map of key, value pairs.
3079
3181
  attr_accessor :tags
3080
3182
 
@@ -3092,6 +3194,7 @@ module SDM
3092
3194
  role_external_id: nil,
3093
3195
  secret_access_key: nil,
3094
3196
  secret_store_id: nil,
3197
+ subdomain: nil,
3095
3198
  tags: nil
3096
3199
  )
3097
3200
  @access_key = access_key == nil ? "" : access_key
@@ -3107,6 +3210,7 @@ module SDM
3107
3210
  @role_external_id = role_external_id == nil ? "" : role_external_id
3108
3211
  @secret_access_key = secret_access_key == nil ? "" : secret_access_key
3109
3212
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
3213
+ @subdomain = subdomain == nil ? "" : subdomain
3110
3214
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
3111
3215
  end
3112
3216
 
@@ -3140,6 +3244,8 @@ module SDM
3140
3244
  attr_accessor :port_override
3141
3245
  # ID of the secret store containing credentials for this resource, if any.
3142
3246
  attr_accessor :secret_store_id
3247
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3248
+ attr_accessor :subdomain
3143
3249
  # Tags is a map of key, value pairs.
3144
3250
  attr_accessor :tags
3145
3251
 
@@ -3158,6 +3264,7 @@ module SDM
3158
3264
  port: nil,
3159
3265
  port_override: nil,
3160
3266
  secret_store_id: nil,
3267
+ subdomain: nil,
3161
3268
  tags: nil,
3162
3269
  tls_required: nil,
3163
3270
  username: nil
@@ -3172,6 +3279,7 @@ module SDM
3172
3279
  @port = port == nil ? 0 : port
3173
3280
  @port_override = port_override == nil ? 0 : port_override
3174
3281
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
3282
+ @subdomain = subdomain == nil ? "" : subdomain
3175
3283
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
3176
3284
  @tls_required = tls_required == nil ? false : tls_required
3177
3285
  @username = username == nil ? "" : username
@@ -3207,6 +3315,8 @@ module SDM
3207
3315
  attr_accessor :port_override
3208
3316
  # ID of the secret store containing credentials for this resource, if any.
3209
3317
  attr_accessor :secret_store_id
3318
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3319
+ attr_accessor :subdomain
3210
3320
  # Tags is a map of key, value pairs.
3211
3321
  attr_accessor :tags
3212
3322
 
@@ -3225,6 +3335,7 @@ module SDM
3225
3335
  port: nil,
3226
3336
  port_override: nil,
3227
3337
  secret_store_id: nil,
3338
+ subdomain: nil,
3228
3339
  tags: nil,
3229
3340
  tls_required: nil,
3230
3341
  username: nil
@@ -3239,6 +3350,7 @@ module SDM
3239
3350
  @port = port == nil ? 0 : port
3240
3351
  @port_override = port_override == nil ? 0 : port_override
3241
3352
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
3353
+ @subdomain = subdomain == nil ? "" : subdomain
3242
3354
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
3243
3355
  @tls_required = tls_required == nil ? false : tls_required
3244
3356
  @username = username == nil ? "" : username
@@ -3436,6 +3548,8 @@ module SDM
3436
3548
  attr_accessor :secret_store_id
3437
3549
 
3438
3550
  attr_accessor :service_account_key
3551
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3552
+ attr_accessor :subdomain
3439
3553
  # Tags is a map of key, value pairs.
3440
3554
  attr_accessor :tags
3441
3555
 
@@ -3452,6 +3566,7 @@ module SDM
3452
3566
  remote_identity_healthcheck_username: nil,
3453
3567
  secret_store_id: nil,
3454
3568
  service_account_key: nil,
3569
+ subdomain: nil,
3455
3570
  tags: nil
3456
3571
  )
3457
3572
  @bind_interface = bind_interface == nil ? "" : bind_interface
@@ -3466,6 +3581,7 @@ module SDM
3466
3581
  @remote_identity_healthcheck_username = remote_identity_healthcheck_username == nil ? "" : remote_identity_healthcheck_username
3467
3582
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
3468
3583
  @service_account_key = service_account_key == nil ? "" : service_account_key
3584
+ @subdomain = subdomain == nil ? "" : subdomain
3469
3585
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
3470
3586
  end
3471
3587
 
@@ -3499,6 +3615,8 @@ module SDM
3499
3615
  attr_accessor :secret_store_id
3500
3616
 
3501
3617
  attr_accessor :service_account_key
3618
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3619
+ attr_accessor :subdomain
3502
3620
  # Tags is a map of key, value pairs.
3503
3621
  attr_accessor :tags
3504
3622
 
@@ -3513,6 +3631,7 @@ module SDM
3513
3631
  name: nil,
3514
3632
  secret_store_id: nil,
3515
3633
  service_account_key: nil,
3634
+ subdomain: nil,
3516
3635
  tags: nil
3517
3636
  )
3518
3637
  @bind_interface = bind_interface == nil ? "" : bind_interface
@@ -3525,6 +3644,7 @@ module SDM
3525
3644
  @name = name == nil ? "" : name
3526
3645
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
3527
3646
  @service_account_key = service_account_key == nil ? "" : service_account_key
3647
+ @subdomain = subdomain == nil ? "" : subdomain
3528
3648
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
3529
3649
  end
3530
3650
 
@@ -3562,6 +3682,8 @@ module SDM
3562
3682
  attr_accessor :port_override
3563
3683
  # ID of the secret store containing credentials for this resource, if any.
3564
3684
  attr_accessor :secret_store_id
3685
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3686
+ attr_accessor :subdomain
3565
3687
  # Tags is a map of key, value pairs.
3566
3688
  attr_accessor :tags
3567
3689
 
@@ -3580,6 +3702,7 @@ module SDM
3580
3702
  port: nil,
3581
3703
  port_override: nil,
3582
3704
  secret_store_id: nil,
3705
+ subdomain: nil,
3583
3706
  tags: nil,
3584
3707
  username: nil
3585
3708
  )
@@ -3595,6 +3718,7 @@ module SDM
3595
3718
  @port = port == nil ? 0 : port
3596
3719
  @port_override = port_override == nil ? 0 : port_override
3597
3720
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
3721
+ @subdomain = subdomain == nil ? "" : subdomain
3598
3722
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
3599
3723
  @username = username == nil ? "" : username
3600
3724
  end
@@ -3851,6 +3975,8 @@ module SDM
3851
3975
  attr_accessor :remote_identity_healthcheck_username
3852
3976
  # ID of the secret store containing credentials for this resource, if any.
3853
3977
  attr_accessor :secret_store_id
3978
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3979
+ attr_accessor :subdomain
3854
3980
  # Tags is a map of key, value pairs.
3855
3981
  attr_accessor :tags
3856
3982
 
@@ -3870,6 +3996,7 @@ module SDM
3870
3996
  remote_identity_group_id: nil,
3871
3997
  remote_identity_healthcheck_username: nil,
3872
3998
  secret_store_id: nil,
3999
+ subdomain: nil,
3873
4000
  tags: nil
3874
4001
  )
3875
4002
  @bind_interface = bind_interface == nil ? "" : bind_interface
@@ -3887,6 +4014,7 @@ module SDM
3887
4014
  @remote_identity_group_id = remote_identity_group_id == nil ? "" : remote_identity_group_id
3888
4015
  @remote_identity_healthcheck_username = remote_identity_healthcheck_username == nil ? "" : remote_identity_healthcheck_username
3889
4016
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4017
+ @subdomain = subdomain == nil ? "" : subdomain
3890
4018
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
3891
4019
  end
3892
4020
 
@@ -3922,6 +4050,8 @@ module SDM
3922
4050
  attr_accessor :port_override
3923
4051
  # ID of the secret store containing credentials for this resource, if any.
3924
4052
  attr_accessor :secret_store_id
4053
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4054
+ attr_accessor :subdomain
3925
4055
  # Tags is a map of key, value pairs.
3926
4056
  attr_accessor :tags
3927
4057
 
@@ -3939,6 +4069,7 @@ module SDM
3939
4069
  port: nil,
3940
4070
  port_override: nil,
3941
4071
  secret_store_id: nil,
4072
+ subdomain: nil,
3942
4073
  tags: nil,
3943
4074
  username: nil
3944
4075
  )
@@ -3953,6 +4084,7 @@ module SDM
3953
4084
  @port = port == nil ? 0 : port
3954
4085
  @port_override = port_override == nil ? 0 : port_override
3955
4086
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4087
+ @subdomain = subdomain == nil ? "" : subdomain
3956
4088
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
3957
4089
  @username = username == nil ? "" : username
3958
4090
  end
@@ -3991,6 +4123,8 @@ module SDM
3991
4123
  attr_accessor :remote_identity_healthcheck_username
3992
4124
  # ID of the secret store containing credentials for this resource, if any.
3993
4125
  attr_accessor :secret_store_id
4126
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4127
+ attr_accessor :subdomain
3994
4128
  # Tags is a map of key, value pairs.
3995
4129
  attr_accessor :tags
3996
4130
 
@@ -4009,6 +4143,7 @@ module SDM
4009
4143
  remote_identity_group_id: nil,
4010
4144
  remote_identity_healthcheck_username: nil,
4011
4145
  secret_store_id: nil,
4146
+ subdomain: nil,
4012
4147
  tags: nil,
4013
4148
  token: nil
4014
4149
  )
@@ -4024,6 +4159,7 @@ module SDM
4024
4159
  @remote_identity_group_id = remote_identity_group_id == nil ? "" : remote_identity_group_id
4025
4160
  @remote_identity_healthcheck_username = remote_identity_healthcheck_username == nil ? "" : remote_identity_healthcheck_username
4026
4161
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4162
+ @subdomain = subdomain == nil ? "" : subdomain
4027
4163
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4028
4164
  @token = token == nil ? "" : token
4029
4165
  end
@@ -4058,6 +4194,8 @@ module SDM
4058
4194
  attr_accessor :port_override
4059
4195
  # ID of the secret store containing credentials for this resource, if any.
4060
4196
  attr_accessor :secret_store_id
4197
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4198
+ attr_accessor :subdomain
4061
4199
  # Tags is a map of key, value pairs.
4062
4200
  attr_accessor :tags
4063
4201
 
@@ -4074,6 +4212,7 @@ module SDM
4074
4212
  port: nil,
4075
4213
  port_override: nil,
4076
4214
  secret_store_id: nil,
4215
+ subdomain: nil,
4077
4216
  tags: nil,
4078
4217
  token: nil
4079
4218
  )
@@ -4087,6 +4226,7 @@ module SDM
4087
4226
  @port = port == nil ? 0 : port
4088
4227
  @port_override = port_override == nil ? 0 : port_override
4089
4228
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4229
+ @subdomain = subdomain == nil ? "" : subdomain
4090
4230
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4091
4231
  @token = token == nil ? "" : token
4092
4232
  end
@@ -4127,6 +4267,8 @@ module SDM
4127
4267
  attr_accessor :port_override
4128
4268
  # ID of the secret store containing credentials for this resource, if any.
4129
4269
  attr_accessor :secret_store_id
4270
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4271
+ attr_accessor :subdomain
4130
4272
  # Tags is a map of key, value pairs.
4131
4273
  attr_accessor :tags
4132
4274
 
@@ -4144,6 +4286,7 @@ module SDM
4144
4286
  port: nil,
4145
4287
  port_override: nil,
4146
4288
  secret_store_id: nil,
4289
+ subdomain: nil,
4147
4290
  tags: nil
4148
4291
  )
4149
4292
  @bind_interface = bind_interface == nil ? "" : bind_interface
@@ -4159,6 +4302,7 @@ module SDM
4159
4302
  @port = port == nil ? 0 : port
4160
4303
  @port_override = port_override == nil ? 0 : port_override
4161
4304
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4305
+ @subdomain = subdomain == nil ? "" : subdomain
4162
4306
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4163
4307
  end
4164
4308
 
@@ -4203,6 +4347,8 @@ module SDM
4203
4347
  attr_accessor :secret_store_id
4204
4348
 
4205
4349
  attr_accessor :server_name
4350
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4351
+ attr_accessor :subdomain
4206
4352
  # Tags is a map of key, value pairs.
4207
4353
  attr_accessor :tags
4208
4354
 
@@ -4224,6 +4370,7 @@ module SDM
4224
4370
  port_override: nil,
4225
4371
  secret_store_id: nil,
4226
4372
  server_name: nil,
4373
+ subdomain: nil,
4227
4374
  tags: nil,
4228
4375
  username: nil
4229
4376
  )
@@ -4242,6 +4389,7 @@ module SDM
4242
4389
  @port_override = port_override == nil ? 0 : port_override
4243
4390
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4244
4391
  @server_name = server_name == nil ? "" : server_name
4392
+ @subdomain = subdomain == nil ? "" : subdomain
4245
4393
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4246
4394
  @username = username == nil ? "" : username
4247
4395
  end
@@ -4288,6 +4436,8 @@ module SDM
4288
4436
  attr_accessor :secret_store_id
4289
4437
 
4290
4438
  attr_accessor :server_name
4439
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4440
+ attr_accessor :subdomain
4291
4441
  # Tags is a map of key, value pairs.
4292
4442
  attr_accessor :tags
4293
4443
 
@@ -4310,6 +4460,7 @@ module SDM
4310
4460
  port_override: nil,
4311
4461
  secret_store_id: nil,
4312
4462
  server_name: nil,
4463
+ subdomain: nil,
4313
4464
  tags: nil,
4314
4465
  username: nil
4315
4466
  )
@@ -4329,6 +4480,7 @@ module SDM
4329
4480
  @port_override = port_override == nil ? 0 : port_override
4330
4481
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4331
4482
  @server_name = server_name == nil ? "" : server_name
4483
+ @subdomain = subdomain == nil ? "" : subdomain
4332
4484
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4333
4485
  @username = username == nil ? "" : username
4334
4486
  end
@@ -4365,6 +4517,8 @@ module SDM
4365
4517
  attr_accessor :port_override
4366
4518
  # ID of the secret store containing credentials for this resource, if any.
4367
4519
  attr_accessor :secret_store_id
4520
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4521
+ attr_accessor :subdomain
4368
4522
  # Tags is a map of key, value pairs.
4369
4523
  attr_accessor :tags
4370
4524
 
@@ -4382,6 +4536,7 @@ module SDM
4382
4536
  port: nil,
4383
4537
  port_override: nil,
4384
4538
  secret_store_id: nil,
4539
+ subdomain: nil,
4385
4540
  tags: nil,
4386
4541
  username: nil
4387
4542
  )
@@ -4396,6 +4551,7 @@ module SDM
4396
4551
  @port = port == nil ? 0 : port
4397
4552
  @port_override = port_override == nil ? 0 : port_override
4398
4553
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4554
+ @subdomain = subdomain == nil ? "" : subdomain
4399
4555
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4400
4556
  @username = username == nil ? "" : username
4401
4557
  end
@@ -4428,6 +4584,8 @@ module SDM
4428
4584
  attr_accessor :port_override
4429
4585
  # ID of the secret store containing credentials for this resource, if any.
4430
4586
  attr_accessor :secret_store_id
4587
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4588
+ attr_accessor :subdomain
4431
4589
  # Tags is a map of key, value pairs.
4432
4590
  attr_accessor :tags
4433
4591
 
@@ -4441,6 +4599,7 @@ module SDM
4441
4599
  port: nil,
4442
4600
  port_override: nil,
4443
4601
  secret_store_id: nil,
4602
+ subdomain: nil,
4444
4603
  tags: nil
4445
4604
  )
4446
4605
  @bind_interface = bind_interface == nil ? "" : bind_interface
@@ -4452,6 +4611,7 @@ module SDM
4452
4611
  @port = port == nil ? 0 : port
4453
4612
  @port_override = port_override == nil ? 0 : port_override
4454
4613
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4614
+ @subdomain = subdomain == nil ? "" : subdomain
4455
4615
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4456
4616
  end
4457
4617
 
@@ -4487,6 +4647,8 @@ module SDM
4487
4647
  attr_accessor :port_override
4488
4648
  # ID of the secret store containing credentials for this resource, if any.
4489
4649
  attr_accessor :secret_store_id
4650
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4651
+ attr_accessor :subdomain
4490
4652
  # Tags is a map of key, value pairs.
4491
4653
  attr_accessor :tags
4492
4654
 
@@ -4504,6 +4666,7 @@ module SDM
4504
4666
  port: nil,
4505
4667
  port_override: nil,
4506
4668
  secret_store_id: nil,
4669
+ subdomain: nil,
4507
4670
  tags: nil,
4508
4671
  username: nil
4509
4672
  )
@@ -4518,6 +4681,7 @@ module SDM
4518
4681
  @port = port == nil ? 0 : port
4519
4682
  @port_override = port_override == nil ? 0 : port_override
4520
4683
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4684
+ @subdomain = subdomain == nil ? "" : subdomain
4521
4685
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4522
4686
  @username = username == nil ? "" : username
4523
4687
  end
@@ -4554,6 +4718,8 @@ module SDM
4554
4718
  attr_accessor :port_override
4555
4719
  # ID of the secret store containing credentials for this resource, if any.
4556
4720
  attr_accessor :secret_store_id
4721
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4722
+ attr_accessor :subdomain
4557
4723
  # Tags is a map of key, value pairs.
4558
4724
  attr_accessor :tags
4559
4725
 
@@ -4573,6 +4739,7 @@ module SDM
4573
4739
  port: nil,
4574
4740
  port_override: nil,
4575
4741
  secret_store_id: nil,
4742
+ subdomain: nil,
4576
4743
  tags: nil,
4577
4744
  tls_required: nil,
4578
4745
  username: nil
@@ -4588,6 +4755,7 @@ module SDM
4588
4755
  @port = port == nil ? 0 : port
4589
4756
  @port_override = port_override == nil ? 0 : port_override
4590
4757
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4758
+ @subdomain = subdomain == nil ? "" : subdomain
4591
4759
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4592
4760
  @tls_required = tls_required == nil ? false : tls_required
4593
4761
  @username = username == nil ? "" : username
@@ -4626,6 +4794,8 @@ module SDM
4626
4794
  attr_accessor :replica_set
4627
4795
  # ID of the secret store containing credentials for this resource, if any.
4628
4796
  attr_accessor :secret_store_id
4797
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4798
+ attr_accessor :subdomain
4629
4799
  # Tags is a map of key, value pairs.
4630
4800
  attr_accessor :tags
4631
4801
 
@@ -4646,6 +4816,7 @@ module SDM
4646
4816
  port_override: nil,
4647
4817
  replica_set: nil,
4648
4818
  secret_store_id: nil,
4819
+ subdomain: nil,
4649
4820
  tags: nil,
4650
4821
  tls_required: nil,
4651
4822
  username: nil
@@ -4662,6 +4833,7 @@ module SDM
4662
4833
  @port_override = port_override == nil ? 0 : port_override
4663
4834
  @replica_set = replica_set == nil ? "" : replica_set
4664
4835
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4836
+ @subdomain = subdomain == nil ? "" : subdomain
4665
4837
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4666
4838
  @tls_required = tls_required == nil ? false : tls_required
4667
4839
  @username = username == nil ? "" : username
@@ -4702,6 +4874,8 @@ module SDM
4702
4874
  attr_accessor :replica_set
4703
4875
  # ID of the secret store containing credentials for this resource, if any.
4704
4876
  attr_accessor :secret_store_id
4877
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4878
+ attr_accessor :subdomain
4705
4879
  # Tags is a map of key, value pairs.
4706
4880
  attr_accessor :tags
4707
4881
 
@@ -4723,6 +4897,7 @@ module SDM
4723
4897
  port_override: nil,
4724
4898
  replica_set: nil,
4725
4899
  secret_store_id: nil,
4900
+ subdomain: nil,
4726
4901
  tags: nil,
4727
4902
  tls_required: nil,
4728
4903
  username: nil
@@ -4740,6 +4915,7 @@ module SDM
4740
4915
  @port_override = port_override == nil ? 0 : port_override
4741
4916
  @replica_set = replica_set == nil ? "" : replica_set
4742
4917
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
4918
+ @subdomain = subdomain == nil ? "" : subdomain
4743
4919
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4744
4920
  @tls_required = tls_required == nil ? false : tls_required
4745
4921
  @username = username == nil ? "" : username
@@ -4781,6 +4957,8 @@ module SDM
4781
4957
  attr_accessor :replica_set
4782
4958
  # ID of the secret store containing credentials for this resource, if any.
4783
4959
  attr_accessor :secret_store_id
4960
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4961
+ attr_accessor :subdomain
4784
4962
  # Tags is a map of key, value pairs.
4785
4963
  attr_accessor :tags
4786
4964
 
@@ -4802,6 +4980,7 @@ module SDM
4802
4980
  port_override: nil,
4803
4981
  replica_set: nil,
4804
4982
  secret_store_id: nil,
4983
+ subdomain: nil,
4805
4984
  tags: nil,
4806
4985
  tls_required: nil,
4807
4986
  username: nil
@@ -4819,6 +4998,7 @@ module SDM
4819
4998
  @port_override = port_override == nil ? 0 : port_override
4820
4999
  @replica_set = replica_set == nil ? "" : replica_set
4821
5000
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
5001
+ @subdomain = subdomain == nil ? "" : subdomain
4822
5002
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4823
5003
  @tls_required = tls_required == nil ? false : tls_required
4824
5004
  @username = username == nil ? "" : username
@@ -4854,6 +5034,8 @@ module SDM
4854
5034
  attr_accessor :port_override
4855
5035
  # ID of the secret store containing credentials for this resource, if any.
4856
5036
  attr_accessor :secret_store_id
5037
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5038
+ attr_accessor :subdomain
4857
5039
  # Tags is a map of key, value pairs.
4858
5040
  attr_accessor :tags
4859
5041
 
@@ -4872,6 +5054,7 @@ module SDM
4872
5054
  password: nil,
4873
5055
  port_override: nil,
4874
5056
  secret_store_id: nil,
5057
+ subdomain: nil,
4875
5058
  tags: nil,
4876
5059
  tls_required: nil,
4877
5060
  username: nil
@@ -4886,6 +5069,7 @@ module SDM
4886
5069
  @password = password == nil ? "" : password
4887
5070
  @port_override = port_override == nil ? 0 : port_override
4888
5071
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
5072
+ @subdomain = subdomain == nil ? "" : subdomain
4889
5073
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4890
5074
  @tls_required = tls_required == nil ? false : tls_required
4891
5075
  @username = username == nil ? "" : username
@@ -4923,6 +5107,8 @@ module SDM
4923
5107
  attr_accessor :port_override
4924
5108
  # ID of the secret store containing credentials for this resource, if any.
4925
5109
  attr_accessor :secret_store_id
5110
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5111
+ attr_accessor :subdomain
4926
5112
  # Tags is a map of key, value pairs.
4927
5113
  attr_accessor :tags
4928
5114
 
@@ -4940,6 +5126,7 @@ module SDM
4940
5126
  port: nil,
4941
5127
  port_override: nil,
4942
5128
  secret_store_id: nil,
5129
+ subdomain: nil,
4943
5130
  tags: nil,
4944
5131
  username: nil
4945
5132
  )
@@ -4954,6 +5141,7 @@ module SDM
4954
5141
  @port = port == nil ? 0 : port
4955
5142
  @port_override = port_override == nil ? 0 : port_override
4956
5143
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
5144
+ @subdomain = subdomain == nil ? "" : subdomain
4957
5145
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
4958
5146
  @username = username == nil ? "" : username
4959
5147
  end
@@ -4986,6 +5174,8 @@ module SDM
4986
5174
  attr_accessor :port_override
4987
5175
  # ID of the secret store containing credentials for this resource, if any.
4988
5176
  attr_accessor :secret_store_id
5177
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5178
+ attr_accessor :subdomain
4989
5179
  # Tags is a map of key, value pairs.
4990
5180
  attr_accessor :tags
4991
5181
 
@@ -4999,6 +5189,7 @@ module SDM
4999
5189
  port: nil,
5000
5190
  port_override: nil,
5001
5191
  secret_store_id: nil,
5192
+ subdomain: nil,
5002
5193
  tags: nil
5003
5194
  )
5004
5195
  @bind_interface = bind_interface == nil ? "" : bind_interface
@@ -5010,6 +5201,7 @@ module SDM
5010
5201
  @port = port == nil ? 0 : port
5011
5202
  @port_override = port_override == nil ? 0 : port_override
5012
5203
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
5204
+ @subdomain = subdomain == nil ? "" : subdomain
5013
5205
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
5014
5206
  end
5015
5207
 
@@ -5050,6 +5242,8 @@ module SDM
5050
5242
  attr_accessor :secret_access_key
5051
5243
  # ID of the secret store containing credentials for this resource, if any.
5052
5244
  attr_accessor :secret_store_id
5245
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5246
+ attr_accessor :subdomain
5053
5247
  # Tags is a map of key, value pairs.
5054
5248
  attr_accessor :tags
5055
5249
 
@@ -5068,6 +5262,7 @@ module SDM
5068
5262
  role_external_id: nil,
5069
5263
  secret_access_key: nil,
5070
5264
  secret_store_id: nil,
5265
+ subdomain: nil,
5071
5266
  tags: nil
5072
5267
  )
5073
5268
  @access_key = access_key == nil ? "" : access_key
@@ -5084,6 +5279,7 @@ module SDM
5084
5279
  @role_external_id = role_external_id == nil ? "" : role_external_id
5085
5280
  @secret_access_key = secret_access_key == nil ? "" : secret_access_key
5086
5281
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
5282
+ @subdomain = subdomain == nil ? "" : subdomain
5087
5283
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
5088
5284
  end
5089
5285
 
@@ -5268,6 +5464,8 @@ module SDM
5268
5464
  attr_accessor :port_override
5269
5465
  # ID of the secret store containing credentials for this resource, if any.
5270
5466
  attr_accessor :secret_store_id
5467
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5468
+ attr_accessor :subdomain
5271
5469
  # Tags is a map of key, value pairs.
5272
5470
  attr_accessor :tags
5273
5471
 
@@ -5287,6 +5485,7 @@ module SDM
5287
5485
  port: nil,
5288
5486
  port_override: nil,
5289
5487
  secret_store_id: nil,
5488
+ subdomain: nil,
5290
5489
  tags: nil,
5291
5490
  tls_required: nil,
5292
5491
  username: nil
@@ -5302,6 +5501,7 @@ module SDM
5302
5501
  @port = port == nil ? 0 : port
5303
5502
  @port_override = port_override == nil ? 0 : port_override
5304
5503
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
5504
+ @subdomain = subdomain == nil ? "" : subdomain
5305
5505
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
5306
5506
  @tls_required = tls_required == nil ? false : tls_required
5307
5507
  @username = username == nil ? "" : username
@@ -5482,6 +5682,8 @@ module SDM
5482
5682
  attr_accessor :port_override
5483
5683
  # ID of the secret store containing credentials for this resource, if any.
5484
5684
  attr_accessor :secret_store_id
5685
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5686
+ attr_accessor :subdomain
5485
5687
  # Tags is a map of key, value pairs.
5486
5688
  attr_accessor :tags
5487
5689
 
@@ -5500,6 +5702,7 @@ module SDM
5500
5702
  port: nil,
5501
5703
  port_override: nil,
5502
5704
  secret_store_id: nil,
5705
+ subdomain: nil,
5503
5706
  tags: nil,
5504
5707
  username: nil
5505
5708
  )
@@ -5515,6 +5718,7 @@ module SDM
5515
5718
  @port = port == nil ? 0 : port
5516
5719
  @port_override = port_override == nil ? 0 : port_override
5517
5720
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
5721
+ @subdomain = subdomain == nil ? "" : subdomain
5518
5722
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
5519
5723
  @username = username == nil ? "" : username
5520
5724
  end
@@ -5551,6 +5755,8 @@ module SDM
5551
5755
  attr_accessor :port_override
5552
5756
  # ID of the secret store containing credentials for this resource, if any.
5553
5757
  attr_accessor :secret_store_id
5758
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5759
+ attr_accessor :subdomain
5554
5760
  # Tags is a map of key, value pairs.
5555
5761
  attr_accessor :tags
5556
5762
 
@@ -5570,6 +5776,7 @@ module SDM
5570
5776
  port: nil,
5571
5777
  port_override: nil,
5572
5778
  secret_store_id: nil,
5779
+ subdomain: nil,
5573
5780
  tags: nil,
5574
5781
  tls_required: nil,
5575
5782
  username: nil
@@ -5585,6 +5792,7 @@ module SDM
5585
5792
  @port = port == nil ? 0 : port
5586
5793
  @port_override = port_override == nil ? 0 : port_override
5587
5794
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
5795
+ @subdomain = subdomain == nil ? "" : subdomain
5588
5796
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
5589
5797
  @tls_required = tls_required == nil ? false : tls_required
5590
5798
  @username = username == nil ? "" : username
@@ -5731,6 +5939,8 @@ module SDM
5731
5939
  attr_accessor :port_override
5732
5940
  # ID of the secret store containing credentials for this resource, if any.
5733
5941
  attr_accessor :secret_store_id
5942
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5943
+ attr_accessor :subdomain
5734
5944
  # Tags is a map of key, value pairs.
5735
5945
  attr_accessor :tags
5736
5946
 
@@ -5748,6 +5958,7 @@ module SDM
5748
5958
  port: nil,
5749
5959
  port_override: nil,
5750
5960
  secret_store_id: nil,
5961
+ subdomain: nil,
5751
5962
  tags: nil,
5752
5963
  username: nil
5753
5964
  )
@@ -5762,6 +5973,7 @@ module SDM
5762
5973
  @port = port == nil ? 0 : port
5763
5974
  @port_override = port_override == nil ? 0 : port_override
5764
5975
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
5976
+ @subdomain = subdomain == nil ? "" : subdomain
5765
5977
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
5766
5978
  @username = username == nil ? "" : username
5767
5979
  end
@@ -5796,6 +6008,8 @@ module SDM
5796
6008
  attr_accessor :port_override
5797
6009
  # ID of the secret store containing credentials for this resource, if any.
5798
6010
  attr_accessor :secret_store_id
6011
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6012
+ attr_accessor :subdomain
5799
6013
  # Tags is a map of key, value pairs.
5800
6014
  attr_accessor :tags
5801
6015
 
@@ -5814,6 +6028,7 @@ module SDM
5814
6028
  port: nil,
5815
6029
  port_override: nil,
5816
6030
  secret_store_id: nil,
6031
+ subdomain: nil,
5817
6032
  tags: nil,
5818
6033
  tls_required: nil,
5819
6034
  username: nil
@@ -5828,6 +6043,7 @@ module SDM
5828
6043
  @port = port == nil ? 0 : port
5829
6044
  @port_override = port_override == nil ? 0 : port_override
5830
6045
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
6046
+ @subdomain = subdomain == nil ? "" : subdomain
5831
6047
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
5832
6048
  @tls_required = tls_required == nil ? false : tls_required
5833
6049
  @username = username == nil ? "" : username
@@ -5896,6 +6112,8 @@ module SDM
5896
6112
  attr_accessor :port_override
5897
6113
  # ID of the secret store containing credentials for this resource, if any.
5898
6114
  attr_accessor :secret_store_id
6115
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6116
+ attr_accessor :subdomain
5899
6117
  # Tags is a map of key, value pairs.
5900
6118
  attr_accessor :tags
5901
6119
 
@@ -5909,6 +6127,7 @@ module SDM
5909
6127
  port: nil,
5910
6128
  port_override: nil,
5911
6129
  secret_store_id: nil,
6130
+ subdomain: nil,
5912
6131
  tags: nil
5913
6132
  )
5914
6133
  @bind_interface = bind_interface == nil ? "" : bind_interface
@@ -5920,6 +6139,7 @@ module SDM
5920
6139
  @port = port == nil ? 0 : port
5921
6140
  @port_override = port_override == nil ? 0 : port_override
5922
6141
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
6142
+ @subdomain = subdomain == nil ? "" : subdomain
5923
6143
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
5924
6144
  end
5925
6145
 
@@ -5953,6 +6173,8 @@ module SDM
5953
6173
  attr_accessor :port_override
5954
6174
  # ID of the secret store containing credentials for this resource, if any.
5955
6175
  attr_accessor :secret_store_id
6176
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6177
+ attr_accessor :subdomain
5956
6178
  # Tags is a map of key, value pairs.
5957
6179
  attr_accessor :tags
5958
6180
 
@@ -5971,6 +6193,7 @@ module SDM
5971
6193
  port: nil,
5972
6194
  port_override: nil,
5973
6195
  secret_store_id: nil,
6196
+ subdomain: nil,
5974
6197
  tags: nil,
5975
6198
  tls_required: nil,
5976
6199
  username: nil
@@ -5985,6 +6208,7 @@ module SDM
5985
6208
  @port = port == nil ? 0 : port
5986
6209
  @port_override = port_override == nil ? 0 : port_override
5987
6210
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
6211
+ @subdomain = subdomain == nil ? "" : subdomain
5988
6212
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
5989
6213
  @tls_required = tls_required == nil ? false : tls_required
5990
6214
  @username = username == nil ? "" : username
@@ -6024,6 +6248,8 @@ module SDM
6024
6248
  attr_accessor :port_override
6025
6249
  # ID of the secret store containing credentials for this resource, if any.
6026
6250
  attr_accessor :secret_store_id
6251
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6252
+ attr_accessor :subdomain
6027
6253
  # Tags is a map of key, value pairs.
6028
6254
  attr_accessor :tags
6029
6255
 
@@ -6042,6 +6268,7 @@ module SDM
6042
6268
  port: nil,
6043
6269
  port_override: nil,
6044
6270
  secret_store_id: nil,
6271
+ subdomain: nil,
6045
6272
  tags: nil,
6046
6273
  username: nil
6047
6274
  )
@@ -6057,6 +6284,7 @@ module SDM
6057
6284
  @port = port == nil ? 0 : port
6058
6285
  @port_override = port_override == nil ? 0 : port_override
6059
6286
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
6287
+ @subdomain = subdomain == nil ? "" : subdomain
6060
6288
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
6061
6289
  @username = username == nil ? "" : username
6062
6290
  end
@@ -6856,6 +7084,8 @@ module SDM
6856
7084
  attr_accessor :schema
6857
7085
  # ID of the secret store containing credentials for this resource, if any.
6858
7086
  attr_accessor :secret_store_id
7087
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
7088
+ attr_accessor :subdomain
6859
7089
  # Tags is a map of key, value pairs.
6860
7090
  attr_accessor :tags
6861
7091
 
@@ -6875,6 +7105,7 @@ module SDM
6875
7105
  port_override: nil,
6876
7106
  schema: nil,
6877
7107
  secret_store_id: nil,
7108
+ subdomain: nil,
6878
7109
  tags: nil,
6879
7110
  username: nil
6880
7111
  )
@@ -6891,6 +7122,7 @@ module SDM
6891
7122
  @port_override = port_override == nil ? 0 : port_override
6892
7123
  @schema = schema == nil ? "" : schema
6893
7124
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
7125
+ @subdomain = subdomain == nil ? "" : subdomain
6894
7126
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
6895
7127
  @username = username == nil ? "" : username
6896
7128
  end
@@ -6930,6 +7162,8 @@ module SDM
6930
7162
  attr_accessor :public_key
6931
7163
  # ID of the secret store containing credentials for this resource, if any.
6932
7164
  attr_accessor :secret_store_id
7165
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
7166
+ attr_accessor :subdomain
6933
7167
  # Tags is a map of key, value pairs.
6934
7168
  attr_accessor :tags
6935
7169
 
@@ -6949,6 +7183,7 @@ module SDM
6949
7183
  port_override: nil,
6950
7184
  public_key: nil,
6951
7185
  secret_store_id: nil,
7186
+ subdomain: nil,
6952
7187
  tags: nil,
6953
7188
  username: nil
6954
7189
  )
@@ -6965,6 +7200,7 @@ module SDM
6965
7200
  @port_override = port_override == nil ? 0 : port_override
6966
7201
  @public_key = public_key == nil ? "" : public_key
6967
7202
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
7203
+ @subdomain = subdomain == nil ? "" : subdomain
6968
7204
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
6969
7205
  @username = username == nil ? "" : username
6970
7206
  end
@@ -7006,6 +7242,8 @@ module SDM
7006
7242
  attr_accessor :remote_identity_healthcheck_username
7007
7243
  # ID of the secret store containing credentials for this resource, if any.
7008
7244
  attr_accessor :secret_store_id
7245
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
7246
+ attr_accessor :subdomain
7009
7247
  # Tags is a map of key, value pairs.
7010
7248
  attr_accessor :tags
7011
7249
 
@@ -7026,6 +7264,7 @@ module SDM
7026
7264
  remote_identity_group_id: nil,
7027
7265
  remote_identity_healthcheck_username: nil,
7028
7266
  secret_store_id: nil,
7267
+ subdomain: nil,
7029
7268
  tags: nil,
7030
7269
  username: nil
7031
7270
  )
@@ -7043,6 +7282,7 @@ module SDM
7043
7282
  @remote_identity_group_id = remote_identity_group_id == nil ? "" : remote_identity_group_id
7044
7283
  @remote_identity_healthcheck_username = remote_identity_healthcheck_username == nil ? "" : remote_identity_healthcheck_username
7045
7284
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
7285
+ @subdomain = subdomain == nil ? "" : subdomain
7046
7286
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
7047
7287
  @username = username == nil ? "" : username
7048
7288
  end
@@ -7080,6 +7320,8 @@ module SDM
7080
7320
  attr_accessor :private_key
7081
7321
  # ID of the secret store containing credentials for this resource, if any.
7082
7322
  attr_accessor :secret_store_id
7323
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
7324
+ attr_accessor :subdomain
7083
7325
  # Tags is a map of key, value pairs.
7084
7326
  attr_accessor :tags
7085
7327
 
@@ -7098,6 +7340,7 @@ module SDM
7098
7340
  port_override: nil,
7099
7341
  private_key: nil,
7100
7342
  secret_store_id: nil,
7343
+ subdomain: nil,
7101
7344
  tags: nil,
7102
7345
  username: nil
7103
7346
  )
@@ -7113,6 +7356,7 @@ module SDM
7113
7356
  @port_override = port_override == nil ? 0 : port_override
7114
7357
  @private_key = private_key == nil ? "" : private_key
7115
7358
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
7359
+ @subdomain = subdomain == nil ? "" : subdomain
7116
7360
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
7117
7361
  @username = username == nil ? "" : username
7118
7362
  end
@@ -7326,6 +7570,8 @@ module SDM
7326
7570
  attr_accessor :port_override
7327
7571
  # ID of the secret store containing credentials for this resource, if any.
7328
7572
  attr_accessor :secret_store_id
7573
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
7574
+ attr_accessor :subdomain
7329
7575
  # Tags is a map of key, value pairs.
7330
7576
  attr_accessor :tags
7331
7577
 
@@ -7343,6 +7589,7 @@ module SDM
7343
7589
  port: nil,
7344
7590
  port_override: nil,
7345
7591
  secret_store_id: nil,
7592
+ subdomain: nil,
7346
7593
  tags: nil,
7347
7594
  username: nil
7348
7595
  )
@@ -7357,6 +7604,7 @@ module SDM
7357
7604
  @port = port == nil ? 0 : port
7358
7605
  @port_override = port_override == nil ? 0 : port_override
7359
7606
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
7607
+ @subdomain = subdomain == nil ? "" : subdomain
7360
7608
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
7361
7609
  @username = username == nil ? "" : username
7362
7610
  end
@@ -7393,6 +7641,8 @@ module SDM
7393
7641
  attr_accessor :schema
7394
7642
  # ID of the secret store containing credentials for this resource, if any.
7395
7643
  attr_accessor :secret_store_id
7644
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
7645
+ attr_accessor :subdomain
7396
7646
  # Tags is a map of key, value pairs.
7397
7647
  attr_accessor :tags
7398
7648
 
@@ -7410,6 +7660,7 @@ module SDM
7410
7660
  port_override: nil,
7411
7661
  schema: nil,
7412
7662
  secret_store_id: nil,
7663
+ subdomain: nil,
7413
7664
  tags: nil,
7414
7665
  username: nil
7415
7666
  )
@@ -7424,6 +7675,7 @@ module SDM
7424
7675
  @port_override = port_override == nil ? 0 : port_override
7425
7676
  @schema = schema == nil ? "" : schema
7426
7677
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
7678
+ @subdomain = subdomain == nil ? "" : subdomain
7427
7679
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
7428
7680
  @username = username == nil ? "" : username
7429
7681
  end
@@ -7518,6 +7770,8 @@ module SDM
7518
7770
  attr_accessor :port_override
7519
7771
  # ID of the secret store containing credentials for this resource, if any.
7520
7772
  attr_accessor :secret_store_id
7773
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
7774
+ attr_accessor :subdomain
7521
7775
  # Tags is a map of key, value pairs.
7522
7776
  attr_accessor :tags
7523
7777
 
@@ -7534,6 +7788,7 @@ module SDM
7534
7788
  port: nil,
7535
7789
  port_override: nil,
7536
7790
  secret_store_id: nil,
7791
+ subdomain: nil,
7537
7792
  tags: nil,
7538
7793
  username: nil
7539
7794
  )
@@ -7547,6 +7802,7 @@ module SDM
7547
7802
  @port = port == nil ? 0 : port
7548
7803
  @port_override = port_override == nil ? 0 : port_override
7549
7804
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
7805
+ @subdomain = subdomain == nil ? "" : subdomain
7550
7806
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
7551
7807
  @username = username == nil ? "" : username
7552
7808
  end
@@ -7581,6 +7837,8 @@ module SDM
7581
7837
  attr_accessor :port_override
7582
7838
  # ID of the secret store containing credentials for this resource, if any.
7583
7839
  attr_accessor :secret_store_id
7840
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
7841
+ attr_accessor :subdomain
7584
7842
  # Tags is a map of key, value pairs.
7585
7843
  attr_accessor :tags
7586
7844
 
@@ -7597,6 +7855,7 @@ module SDM
7597
7855
  port: nil,
7598
7856
  port_override: nil,
7599
7857
  secret_store_id: nil,
7858
+ subdomain: nil,
7600
7859
  tags: nil,
7601
7860
  username: nil
7602
7861
  )
@@ -7610,6 +7869,7 @@ module SDM
7610
7869
  @port = port == nil ? 0 : port
7611
7870
  @port_override = port_override == nil ? 0 : port_override
7612
7871
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
7872
+ @subdomain = subdomain == nil ? "" : subdomain
7613
7873
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
7614
7874
  @username = username == nil ? "" : username
7615
7875
  end
@@ -7666,6 +7926,8 @@ module SDM
7666
7926
  attr_accessor :port_override
7667
7927
  # ID of the secret store containing credentials for this resource, if any.
7668
7928
  attr_accessor :secret_store_id
7929
+ # Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
7930
+ attr_accessor :subdomain
7669
7931
  # Tags is a map of key, value pairs.
7670
7932
  attr_accessor :tags
7671
7933
 
@@ -7682,6 +7944,7 @@ module SDM
7682
7944
  port: nil,
7683
7945
  port_override: nil,
7684
7946
  secret_store_id: nil,
7947
+ subdomain: nil,
7685
7948
  tags: nil,
7686
7949
  username: nil
7687
7950
  )
@@ -7695,6 +7958,7 @@ module SDM
7695
7958
  @port = port == nil ? 0 : port
7696
7959
  @port_override = port_override == nil ? 0 : port_override
7697
7960
  @secret_store_id = secret_store_id == nil ? "" : secret_store_id
7961
+ @subdomain = subdomain == nil ? "" : subdomain
7698
7962
  @tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
7699
7963
  @username = username == nil ? "" : username
7700
7964
  end