pulumi-ise 0.1.0__py3-none-any.whl → 0.1.0a1715070880__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. pulumi_ise/__init__.py +220 -123
  2. pulumi_ise/{system → activedirectoryadd}/__init__.py +1 -4
  3. pulumi_ise/activedirectoryadd/_inputs.py +64 -0
  4. pulumi_ise/{identitymanagement/active_directory_add_groups.py → activedirectoryadd/groups.py} +34 -34
  5. pulumi_ise/activedirectoryadd/outputs.py +52 -0
  6. pulumi_ise/activedirectorygroupsby/__init__.py +9 -0
  7. pulumi_ise/{identitymanagement/get_active_directory_groups_by_domain.py → activedirectorygroupsby/get_domain.py} +26 -26
  8. pulumi_ise/activedirectorygroupsby/outputs.py +55 -0
  9. pulumi_ise/activedirectoryjoin/__init__.py +11 -0
  10. pulumi_ise/{identitymanagement → activedirectoryjoin}/_inputs.py +6 -132
  11. pulumi_ise/{identitymanagement/get_active_directory_join_point.py → activedirectoryjoin/get_point.py} +20 -20
  12. pulumi_ise/{identitymanagement → activedirectoryjoin}/outputs.py +18 -187
  13. pulumi_ise/{identitymanagement/active_directory_join_point.py → activedirectoryjoin/point.py} +60 -60
  14. pulumi_ise/activedirectoryjoindomainwithall/__init__.py +10 -0
  15. pulumi_ise/activedirectoryjoindomainwithall/_inputs.py +52 -0
  16. pulumi_ise/{identitymanagement/active_directory_join_domain_with_all_nodes.py → activedirectoryjoindomainwithall/nodes.py} +30 -30
  17. pulumi_ise/activedirectoryjoindomainwithall/outputs.py +44 -0
  18. pulumi_ise/allowed/__init__.py +9 -0
  19. pulumi_ise/{networkaccess/get_allowed_protocols.py → allowed/get_protocols.py} +19 -19
  20. pulumi_ise/{networkaccess/allowed_protocols.py → allowed/protocols.py} +20 -20
  21. pulumi_ise/allowedprotocols/__init__.py +9 -0
  22. pulumi_ise/{deviceadmin/get_allowed_protocols_tacacs.py → allowedprotocols/get_tacacs.py} +19 -19
  23. pulumi_ise/{deviceadmin/allowed_protocols_tacacs.py → allowedprotocols/tacacs.py} +20 -20
  24. pulumi_ise/authorization/__init__.py +11 -0
  25. pulumi_ise/authorization/_inputs.py +120 -0
  26. pulumi_ise/{networkaccess/get_authorization_profile.py → authorization/get_profile.py} +20 -20
  27. pulumi_ise/authorization/outputs.py +197 -0
  28. pulumi_ise/{networkaccess/authorization_profile.py → authorization/profile.py} +32 -32
  29. pulumi_ise/certificateauthentication/__init__.py +9 -0
  30. pulumi_ise/{identitymanagement/get_certificate_authentication_profile.py → certificateauthentication/get_profile.py} +19 -19
  31. pulumi_ise/{identitymanagement/certificate_authentication_profile.py → certificateauthentication/profile.py} +20 -20
  32. pulumi_ise/deviceadmin/__init__.py +0 -18
  33. pulumi_ise/deviceadmin/_inputs.py +46 -1626
  34. pulumi_ise/deviceadmin/condition.py +5 -5
  35. pulumi_ise/deviceadmin/get_condition.py +3 -3
  36. pulumi_ise/deviceadmin/outputs.py +151 -2734
  37. pulumi_ise/deviceadminauthentication/__init__.py +11 -0
  38. pulumi_ise/deviceadminauthentication/_inputs.py +308 -0
  39. pulumi_ise/{deviceadmin/get_authentication_rule.py → deviceadminauthentication/get_rule.py} +22 -22
  40. pulumi_ise/deviceadminauthentication/outputs.py +498 -0
  41. pulumi_ise/{deviceadmin/authentication_rule.py → deviceadminauthentication/rule.py} +34 -34
  42. pulumi_ise/deviceadminauthorization/__init__.py +11 -0
  43. pulumi_ise/deviceadminauthorization/_inputs.py +308 -0
  44. pulumi_ise/{deviceadmin/get_authorization_rule.py → deviceadminauthorization/get_rule.py} +22 -22
  45. pulumi_ise/deviceadminauthorization/outputs.py +498 -0
  46. pulumi_ise/{deviceadmin/authorization_rule.py → deviceadminauthorization/rule.py} +34 -34
  47. pulumi_ise/deviceadminauthorizationexception/__init__.py +11 -0
  48. pulumi_ise/deviceadminauthorizationexception/_inputs.py +308 -0
  49. pulumi_ise/{deviceadmin/get_authorization_exception_rule.py → deviceadminauthorizationexception/get_rule.py} +22 -22
  50. pulumi_ise/deviceadminauthorizationexception/outputs.py +498 -0
  51. pulumi_ise/{deviceadmin/authorization_exception_rule.py → deviceadminauthorizationexception/rule.py} +34 -34
  52. pulumi_ise/deviceadminauthorizationglobalexception/__init__.py +11 -0
  53. pulumi_ise/deviceadminauthorizationglobalexception/_inputs.py +308 -0
  54. pulumi_ise/{deviceadmin/get_authorization_global_exception_rule.py → deviceadminauthorizationglobalexception/get_rule.py} +20 -20
  55. pulumi_ise/deviceadminauthorizationglobalexception/outputs.py +498 -0
  56. pulumi_ise/{deviceadmin/authorization_global_exception_rule.py → deviceadminauthorizationglobalexception/rule.py} +34 -34
  57. pulumi_ise/deviceadminpolicy/__init__.py +11 -0
  58. pulumi_ise/deviceadminpolicy/_inputs.py +308 -0
  59. pulumi_ise/{deviceadmin/get_policy_set.py → deviceadminpolicy/get_set.py} +20 -20
  60. pulumi_ise/deviceadminpolicy/outputs.py +498 -0
  61. pulumi_ise/{deviceadmin/policy_set.py → deviceadminpolicy/set.py} +34 -34
  62. pulumi_ise/deviceadmintimeanddate/__init__.py +9 -0
  63. pulumi_ise/{deviceadmin/time_and_date_condition.py → deviceadmintimeanddate/condition.py} +20 -20
  64. pulumi_ise/{deviceadmin/get_time_and_date_condition.py → deviceadmintimeanddate/get_condition.py} +19 -19
  65. pulumi_ise/downloadable/__init__.py +9 -0
  66. pulumi_ise/{networkaccess/downloadable_acl.py → downloadable/acl.py} +20 -20
  67. pulumi_ise/{networkaccess/get_downloadable_acl.py → downloadable/get_acl.py} +19 -19
  68. pulumi_ise/{identitymanagement/endpoint.py → endpoint.py} +6 -6
  69. pulumi_ise/endpointidentity/__init__.py +9 -0
  70. pulumi_ise/{identitymanagement/get_endpoint_identity_group.py → endpointidentity/get_group.py} +19 -19
  71. pulumi_ise/{identitymanagement/endpoint_identity_group.py → endpointidentity/group.py} +20 -20
  72. pulumi_ise/{identitymanagement/get_endpoint.py → get_endpoint.py} +4 -4
  73. pulumi_ise/{system/get_repository.py → get_repository.py} +4 -4
  74. pulumi_ise/identitysource/__init__.py +11 -0
  75. pulumi_ise/identitysource/_inputs.py +52 -0
  76. pulumi_ise/{identitymanagement/get_identity_source_sequence.py → identitysource/get_sequence.py} +20 -20
  77. pulumi_ise/identitysource/outputs.py +74 -0
  78. pulumi_ise/{identitymanagement/identity_source_sequence.py → identitysource/sequence.py} +32 -32
  79. pulumi_ise/internal/__init__.py +9 -0
  80. pulumi_ise/{identitymanagement/get_internal_user.py → internal/get_user.py} +19 -19
  81. pulumi_ise/{identitymanagement/internal_user.py → internal/user.py} +20 -20
  82. pulumi_ise/licensetier/__init__.py +11 -0
  83. pulumi_ise/{system → licensetier}/_inputs.py +2 -2
  84. pulumi_ise/{system/get_license_tier_state.py → licensetier/get_state.py} +18 -18
  85. pulumi_ise/{system → licensetier}/outputs.py +4 -4
  86. pulumi_ise/{system/license_tier_state.py → licensetier/state.py} +33 -33
  87. pulumi_ise/network/__init__.py +0 -2
  88. pulumi_ise/network/device.py +3 -3
  89. pulumi_ise/network/get_device.py +3 -3
  90. pulumi_ise/networkaccess/__init__.py +0 -18
  91. pulumi_ise/networkaccess/_inputs.py +46 -1622
  92. pulumi_ise/networkaccess/condition.py +5 -5
  93. pulumi_ise/networkaccess/dictionary.py +5 -5
  94. pulumi_ise/networkaccess/get_condition.py +3 -3
  95. pulumi_ise/networkaccess/get_dictionary.py +3 -3
  96. pulumi_ise/networkaccess/outputs.py +138 -2736
  97. pulumi_ise/networkaccessauthentication/__init__.py +11 -0
  98. pulumi_ise/networkaccessauthentication/_inputs.py +308 -0
  99. pulumi_ise/{networkaccess/get_authentication_rule.py → networkaccessauthentication/get_rule.py} +22 -22
  100. pulumi_ise/networkaccessauthentication/outputs.py +498 -0
  101. pulumi_ise/{networkaccess/authentication_rule.py → networkaccessauthentication/rule.py} +34 -34
  102. pulumi_ise/networkaccessauthorization/__init__.py +11 -0
  103. pulumi_ise/networkaccessauthorization/_inputs.py +308 -0
  104. pulumi_ise/{networkaccess/get_authorization_rule.py → networkaccessauthorization/get_rule.py} +22 -22
  105. pulumi_ise/networkaccessauthorization/outputs.py +498 -0
  106. pulumi_ise/{networkaccess/authorization_rule.py → networkaccessauthorization/rule.py} +34 -34
  107. pulumi_ise/networkaccessauthorizationexception/__init__.py +11 -0
  108. pulumi_ise/networkaccessauthorizationexception/_inputs.py +308 -0
  109. pulumi_ise/{networkaccess/get_authorization_exception_rule.py → networkaccessauthorizationexception/get_rule.py} +22 -22
  110. pulumi_ise/networkaccessauthorizationexception/outputs.py +498 -0
  111. pulumi_ise/{networkaccess/authorization_exception_rule.py → networkaccessauthorizationexception/rule.py} +34 -34
  112. pulumi_ise/networkaccessauthorizationglobalexception/__init__.py +11 -0
  113. pulumi_ise/networkaccessauthorizationglobalexception/_inputs.py +308 -0
  114. pulumi_ise/{networkaccess/get_authorization_global_exception_rule.py → networkaccessauthorizationglobalexception/get_rule.py} +20 -20
  115. pulumi_ise/networkaccessauthorizationglobalexception/outputs.py +498 -0
  116. pulumi_ise/{networkaccess/authorization_global_exception_rule.py → networkaccessauthorizationglobalexception/rule.py} +34 -34
  117. pulumi_ise/networkaccesspolicy/__init__.py +11 -0
  118. pulumi_ise/networkaccesspolicy/_inputs.py +308 -0
  119. pulumi_ise/{networkaccess/get_policy_set.py → networkaccesspolicy/get_set.py} +20 -20
  120. pulumi_ise/networkaccesspolicy/outputs.py +498 -0
  121. pulumi_ise/{networkaccess/policy_set.py → networkaccesspolicy/set.py} +34 -34
  122. pulumi_ise/networkaccesstimeanddate/__init__.py +9 -0
  123. pulumi_ise/{networkaccess/time_and_date_condition.py → networkaccesstimeanddate/condition.py} +20 -20
  124. pulumi_ise/{networkaccess/get_time_and_date_condition.py → networkaccesstimeanddate/get_condition.py} +19 -19
  125. pulumi_ise/networkdevice/__init__.py +9 -0
  126. pulumi_ise/{network/get_device_group.py → networkdevice/get_group.py} +19 -19
  127. pulumi_ise/{network/device_group.py → networkdevice/group.py} +20 -20
  128. pulumi_ise/{system/repository.py → repository.py} +6 -6
  129. pulumi_ise/tacacs/__init__.py +11 -0
  130. pulumi_ise/tacacs/_inputs.py +69 -0
  131. pulumi_ise/{deviceadmin/get_tacacs_profile.py → tacacs/get_profile.py} +20 -20
  132. pulumi_ise/tacacs/outputs.py +98 -0
  133. pulumi_ise/{deviceadmin/tacacs_profile.py → tacacs/profile.py} +31 -31
  134. pulumi_ise/tacacscommand/__init__.py +11 -0
  135. pulumi_ise/tacacscommand/_inputs.py +69 -0
  136. pulumi_ise/{deviceadmin/get_tacacs_command_set.py → tacacscommand/get_set.py} +20 -20
  137. pulumi_ise/tacacscommand/outputs.py +98 -0
  138. pulumi_ise/{deviceadmin/tacacs_command_set.py → tacacscommand/set.py} +32 -32
  139. pulumi_ise/trustsecegressmatrix/__init__.py +9 -0
  140. pulumi_ise/{trustsec/egress_matrix_cell.py → trustsecegressmatrix/cell.py} +20 -20
  141. pulumi_ise/{trustsec/get_egress_matrix_cell.py → trustsecegressmatrix/get_cell.py} +17 -17
  142. pulumi_ise/trustseciptosgt/__init__.py +9 -0
  143. pulumi_ise/{trustsec/get_ip_to_sgt_mapping.py → trustseciptosgt/get_mapping.py} +19 -19
  144. pulumi_ise/{trustsec/ip_to_sgt_mapping.py → trustseciptosgt/mapping.py} +20 -20
  145. pulumi_ise/trustseciptosgtmapping/__init__.py +9 -0
  146. pulumi_ise/{trustsec/get_ip_to_sgt_mapping_group.py → trustseciptosgtmapping/get_group.py} +19 -19
  147. pulumi_ise/{trustsec/ip_to_sgt_mapping_group.py → trustseciptosgtmapping/group.py} +20 -20
  148. pulumi_ise/trustsecsecurity/__init__.py +9 -0
  149. pulumi_ise/{trustsec/get_security_group.py → trustsecsecurity/get_group.py} +19 -19
  150. pulumi_ise/{trustsec/security_group.py → trustsecsecurity/group.py} +20 -20
  151. pulumi_ise/trustsecsecuritygroup/__init__.py +9 -0
  152. pulumi_ise/{trustsec/security_group_acl.py → trustsecsecuritygroup/acl.py} +20 -20
  153. pulumi_ise/{trustsec/get_security_group_acl.py → trustsecsecuritygroup/get_acl.py} +19 -19
  154. pulumi_ise/useridentity/__init__.py +9 -0
  155. pulumi_ise/{identitymanagement/get_user_identity_group.py → useridentity/get_group.py} +19 -19
  156. pulumi_ise/{identitymanagement/user_identity_group.py → useridentity/group.py} +20 -20
  157. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/METADATA +1 -1
  158. pulumi_ise-0.1.0a1715070880.dist-info/RECORD +169 -0
  159. pulumi_ise/identitymanagement/__init__.py +0 -26
  160. pulumi_ise/trustsec/__init__.py +0 -17
  161. pulumi_ise-0.1.0.dist-info/RECORD +0 -105
  162. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/WHEEL +0 -0
  163. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/top_level.txt +0 -0
@@ -10,16 +10,16 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
11
 
12
12
  __all__ = [
13
- 'GetEgressMatrixCellResult',
14
- 'AwaitableGetEgressMatrixCellResult',
15
- 'get_egress_matrix_cell',
16
- 'get_egress_matrix_cell_output',
13
+ 'GetCellResult',
14
+ 'AwaitableGetCellResult',
15
+ 'get_cell',
16
+ 'get_cell_output',
17
17
  ]
18
18
 
19
19
  @pulumi.output_type
20
- class GetEgressMatrixCellResult:
20
+ class GetCellResult:
21
21
  """
22
- A collection of values returned by getEgressMatrixCell.
22
+ A collection of values returned by getCell.
23
23
  """
24
24
  def __init__(__self__, default_rule=None, description=None, destination_sgt_id=None, id=None, matrix_cell_status=None, sgacls=None, source_sgt_id=None):
25
25
  if default_rule and not isinstance(default_rule, str):
@@ -101,12 +101,12 @@ class GetEgressMatrixCellResult:
101
101
  return pulumi.get(self, "source_sgt_id")
102
102
 
103
103
 
104
- class AwaitableGetEgressMatrixCellResult(GetEgressMatrixCellResult):
104
+ class AwaitableGetCellResult(GetCellResult):
105
105
  # pylint: disable=using-constant-test
106
106
  def __await__(self):
107
107
  if False:
108
108
  yield self
109
- return GetEgressMatrixCellResult(
109
+ return GetCellResult(
110
110
  default_rule=self.default_rule,
111
111
  description=self.description,
112
112
  destination_sgt_id=self.destination_sgt_id,
@@ -116,8 +116,8 @@ class AwaitableGetEgressMatrixCellResult(GetEgressMatrixCellResult):
116
116
  source_sgt_id=self.source_sgt_id)
117
117
 
118
118
 
119
- def get_egress_matrix_cell(id: Optional[str] = None,
120
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEgressMatrixCellResult:
119
+ def get_cell(id: Optional[str] = None,
120
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCellResult:
121
121
  """
122
122
  This data source can read the TrustSec Egress Matrix Cell.
123
123
 
@@ -127,7 +127,7 @@ def get_egress_matrix_cell(id: Optional[str] = None,
127
127
  import pulumi
128
128
  import pulumi_ise as ise
129
129
 
130
- example = ise.trustsec.get_egress_matrix_cell(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
130
+ example = ise.TrustsecEgressMatrix.get_cell(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
131
131
  ```
132
132
 
133
133
 
@@ -136,9 +136,9 @@ def get_egress_matrix_cell(id: Optional[str] = None,
136
136
  __args__ = dict()
137
137
  __args__['id'] = id
138
138
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
139
- __ret__ = pulumi.runtime.invoke('ise:trustsec/getEgressMatrixCell:getEgressMatrixCell', __args__, opts=opts, typ=GetEgressMatrixCellResult).value
139
+ __ret__ = pulumi.runtime.invoke('ise:TrustsecEgressMatrix/getCell:getCell', __args__, opts=opts, typ=GetCellResult).value
140
140
 
141
- return AwaitableGetEgressMatrixCellResult(
141
+ return AwaitableGetCellResult(
142
142
  default_rule=pulumi.get(__ret__, 'default_rule'),
143
143
  description=pulumi.get(__ret__, 'description'),
144
144
  destination_sgt_id=pulumi.get(__ret__, 'destination_sgt_id'),
@@ -148,9 +148,9 @@ def get_egress_matrix_cell(id: Optional[str] = None,
148
148
  source_sgt_id=pulumi.get(__ret__, 'source_sgt_id'))
149
149
 
150
150
 
151
- @_utilities.lift_output_func(get_egress_matrix_cell)
152
- def get_egress_matrix_cell_output(id: Optional[pulumi.Input[str]] = None,
153
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEgressMatrixCellResult]:
151
+ @_utilities.lift_output_func(get_cell)
152
+ def get_cell_output(id: Optional[pulumi.Input[str]] = None,
153
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCellResult]:
154
154
  """
155
155
  This data source can read the TrustSec Egress Matrix Cell.
156
156
 
@@ -160,7 +160,7 @@ def get_egress_matrix_cell_output(id: Optional[pulumi.Input[str]] = None,
160
160
  import pulumi
161
161
  import pulumi_ise as ise
162
162
 
163
- example = ise.trustsec.get_egress_matrix_cell(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
163
+ example = ise.TrustsecEgressMatrix.get_cell(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
164
164
  ```
165
165
 
166
166
 
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from .. import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .get_mapping import *
9
+ from .mapping import *
@@ -10,16 +10,16 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
11
 
12
12
  __all__ = [
13
- 'GetIpToSgtMappingResult',
14
- 'AwaitableGetIpToSgtMappingResult',
15
- 'get_ip_to_sgt_mapping',
16
- 'get_ip_to_sgt_mapping_output',
13
+ 'GetMappingResult',
14
+ 'AwaitableGetMappingResult',
15
+ 'get_mapping',
16
+ 'get_mapping_output',
17
17
  ]
18
18
 
19
19
  @pulumi.output_type
20
- class GetIpToSgtMappingResult:
20
+ class GetMappingResult:
21
21
  """
22
- A collection of values returned by getIpToSgtMapping.
22
+ A collection of values returned by getMapping.
23
23
  """
24
24
  def __init__(__self__, deploy_to=None, deploy_type=None, description=None, host_ip=None, host_name=None, id=None, mapping_group=None, name=None, sgt=None):
25
25
  if deploy_to and not isinstance(deploy_to, str):
@@ -123,12 +123,12 @@ class GetIpToSgtMappingResult:
123
123
  return pulumi.get(self, "sgt")
124
124
 
125
125
 
126
- class AwaitableGetIpToSgtMappingResult(GetIpToSgtMappingResult):
126
+ class AwaitableGetMappingResult(GetMappingResult):
127
127
  # pylint: disable=using-constant-test
128
128
  def __await__(self):
129
129
  if False:
130
130
  yield self
131
- return GetIpToSgtMappingResult(
131
+ return GetMappingResult(
132
132
  deploy_to=self.deploy_to,
133
133
  deploy_type=self.deploy_type,
134
134
  description=self.description,
@@ -140,9 +140,9 @@ class AwaitableGetIpToSgtMappingResult(GetIpToSgtMappingResult):
140
140
  sgt=self.sgt)
141
141
 
142
142
 
143
- def get_ip_to_sgt_mapping(id: Optional[str] = None,
144
- name: Optional[str] = None,
145
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIpToSgtMappingResult:
143
+ def get_mapping(id: Optional[str] = None,
144
+ name: Optional[str] = None,
145
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMappingResult:
146
146
  """
147
147
  This data source can read the TrustSec IP to SGT Mapping.
148
148
 
@@ -152,7 +152,7 @@ def get_ip_to_sgt_mapping(id: Optional[str] = None,
152
152
  import pulumi
153
153
  import pulumi_ise as ise
154
154
 
155
- example = ise.trustsec.get_ip_to_sgt_mapping(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
155
+ example = ise.TrustsecIpToSgt.get_mapping(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
156
156
  ```
157
157
 
158
158
 
@@ -163,9 +163,9 @@ def get_ip_to_sgt_mapping(id: Optional[str] = None,
163
163
  __args__['id'] = id
164
164
  __args__['name'] = name
165
165
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
166
- __ret__ = pulumi.runtime.invoke('ise:trustsec/getIpToSgtMapping:getIpToSgtMapping', __args__, opts=opts, typ=GetIpToSgtMappingResult).value
166
+ __ret__ = pulumi.runtime.invoke('ise:TrustsecIpToSgt/getMapping:getMapping', __args__, opts=opts, typ=GetMappingResult).value
167
167
 
168
- return AwaitableGetIpToSgtMappingResult(
168
+ return AwaitableGetMappingResult(
169
169
  deploy_to=pulumi.get(__ret__, 'deploy_to'),
170
170
  deploy_type=pulumi.get(__ret__, 'deploy_type'),
171
171
  description=pulumi.get(__ret__, 'description'),
@@ -177,10 +177,10 @@ def get_ip_to_sgt_mapping(id: Optional[str] = None,
177
177
  sgt=pulumi.get(__ret__, 'sgt'))
178
178
 
179
179
 
180
- @_utilities.lift_output_func(get_ip_to_sgt_mapping)
181
- def get_ip_to_sgt_mapping_output(id: Optional[pulumi.Input[Optional[str]]] = None,
182
- name: Optional[pulumi.Input[Optional[str]]] = None,
183
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIpToSgtMappingResult]:
180
+ @_utilities.lift_output_func(get_mapping)
181
+ def get_mapping_output(id: Optional[pulumi.Input[Optional[str]]] = None,
182
+ name: Optional[pulumi.Input[Optional[str]]] = None,
183
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMappingResult]:
184
184
  """
185
185
  This data source can read the TrustSec IP to SGT Mapping.
186
186
 
@@ -190,7 +190,7 @@ def get_ip_to_sgt_mapping_output(id: Optional[pulumi.Input[Optional[str]]] = Non
190
190
  import pulumi
191
191
  import pulumi_ise as ise
192
192
 
193
- example = ise.trustsec.get_ip_to_sgt_mapping(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
193
+ example = ise.TrustsecIpToSgt.get_mapping(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
194
194
  ```
195
195
 
196
196
 
@@ -9,10 +9,10 @@ import pulumi.runtime
9
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
11
 
12
- __all__ = ['IpToSgtMappingArgs', 'IpToSgtMapping']
12
+ __all__ = ['MappingArgs', 'Mapping']
13
13
 
14
14
  @pulumi.input_type
15
- class IpToSgtMappingArgs:
15
+ class MappingArgs:
16
16
  def __init__(__self__, *,
17
17
  deploy_to: Optional[pulumi.Input[str]] = None,
18
18
  deploy_type: Optional[pulumi.Input[str]] = None,
@@ -23,7 +23,7 @@ class IpToSgtMappingArgs:
23
23
  name: Optional[pulumi.Input[str]] = None,
24
24
  sgt: Optional[pulumi.Input[str]] = None):
25
25
  """
26
- The set of arguments for constructing a IpToSgtMapping resource.
26
+ The set of arguments for constructing a Mapping resource.
27
27
  :param pulumi.Input[str] deploy_to: Mandatory unless `mapping_group` is set or unless `deploy_type` is `ALL`
28
28
  :param pulumi.Input[str] deploy_type: Deploy Type - Choices: `ALL`, `ND`, `NDG`
29
29
  :param pulumi.Input[str] description: Description
@@ -148,7 +148,7 @@ class IpToSgtMappingArgs:
148
148
 
149
149
 
150
150
  @pulumi.input_type
151
- class _IpToSgtMappingState:
151
+ class _MappingState:
152
152
  def __init__(__self__, *,
153
153
  deploy_to: Optional[pulumi.Input[str]] = None,
154
154
  deploy_type: Optional[pulumi.Input[str]] = None,
@@ -159,7 +159,7 @@ class _IpToSgtMappingState:
159
159
  name: Optional[pulumi.Input[str]] = None,
160
160
  sgt: Optional[pulumi.Input[str]] = None):
161
161
  """
162
- Input properties used for looking up and filtering IpToSgtMapping resources.
162
+ Input properties used for looking up and filtering Mapping resources.
163
163
  :param pulumi.Input[str] deploy_to: Mandatory unless `mapping_group` is set or unless `deploy_type` is `ALL`
164
164
  :param pulumi.Input[str] deploy_type: Deploy Type - Choices: `ALL`, `ND`, `NDG`
165
165
  :param pulumi.Input[str] description: Description
@@ -283,7 +283,7 @@ class _IpToSgtMappingState:
283
283
  pulumi.set(self, "sgt", value)
284
284
 
285
285
 
286
- class IpToSgtMapping(pulumi.CustomResource):
286
+ class Mapping(pulumi.CustomResource):
287
287
  @overload
288
288
  def __init__(__self__,
289
289
  resource_name: str,
@@ -306,7 +306,7 @@ class IpToSgtMapping(pulumi.CustomResource):
306
306
  import pulumi
307
307
  import pulumi_ise as ise
308
308
 
309
- example = ise.trustsec.IpToSgtMapping("example",
309
+ example = ise.trustsec_ip_to_sgt.Mapping("example",
310
310
  name="10.0.0.1/32",
311
311
  deploy_type="ALL",
312
312
  host_ip="10.0.0.1/32",
@@ -316,7 +316,7 @@ class IpToSgtMapping(pulumi.CustomResource):
316
316
  ## Import
317
317
 
318
318
  ```sh
319
- $ pulumi import ise:trustsec/ipToSgtMapping:IpToSgtMapping example "76d24097-41c4-4558-a4d0-a8c07ac08470"
319
+ $ pulumi import ise:TrustsecIpToSgt/mapping:Mapping example "76d24097-41c4-4558-a4d0-a8c07ac08470"
320
320
  ```
321
321
 
322
322
  :param str resource_name: The name of the resource.
@@ -334,7 +334,7 @@ class IpToSgtMapping(pulumi.CustomResource):
334
334
  @overload
335
335
  def __init__(__self__,
336
336
  resource_name: str,
337
- args: Optional[IpToSgtMappingArgs] = None,
337
+ args: Optional[MappingArgs] = None,
338
338
  opts: Optional[pulumi.ResourceOptions] = None):
339
339
  """
340
340
  This resource can manage a TrustSec IP to SGT Mapping.
@@ -345,7 +345,7 @@ class IpToSgtMapping(pulumi.CustomResource):
345
345
  import pulumi
346
346
  import pulumi_ise as ise
347
347
 
348
- example = ise.trustsec.IpToSgtMapping("example",
348
+ example = ise.trustsec_ip_to_sgt.Mapping("example",
349
349
  name="10.0.0.1/32",
350
350
  deploy_type="ALL",
351
351
  host_ip="10.0.0.1/32",
@@ -355,16 +355,16 @@ class IpToSgtMapping(pulumi.CustomResource):
355
355
  ## Import
356
356
 
357
357
  ```sh
358
- $ pulumi import ise:trustsec/ipToSgtMapping:IpToSgtMapping example "76d24097-41c4-4558-a4d0-a8c07ac08470"
358
+ $ pulumi import ise:TrustsecIpToSgt/mapping:Mapping example "76d24097-41c4-4558-a4d0-a8c07ac08470"
359
359
  ```
360
360
 
361
361
  :param str resource_name: The name of the resource.
362
- :param IpToSgtMappingArgs args: The arguments to use to populate this resource's properties.
362
+ :param MappingArgs args: The arguments to use to populate this resource's properties.
363
363
  :param pulumi.ResourceOptions opts: Options for the resource.
364
364
  """
365
365
  ...
366
366
  def __init__(__self__, resource_name: str, *args, **kwargs):
367
- resource_args, opts = _utilities.get_resource_args_opts(IpToSgtMappingArgs, pulumi.ResourceOptions, *args, **kwargs)
367
+ resource_args, opts = _utilities.get_resource_args_opts(MappingArgs, pulumi.ResourceOptions, *args, **kwargs)
368
368
  if resource_args is not None:
369
369
  __self__._internal_init(resource_name, opts, **resource_args.__dict__)
370
370
  else:
@@ -388,7 +388,7 @@ class IpToSgtMapping(pulumi.CustomResource):
388
388
  if opts.id is None:
389
389
  if __props__ is not None:
390
390
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
391
- __props__ = IpToSgtMappingArgs.__new__(IpToSgtMappingArgs)
391
+ __props__ = MappingArgs.__new__(MappingArgs)
392
392
 
393
393
  __props__.__dict__["deploy_to"] = deploy_to
394
394
  __props__.__dict__["deploy_type"] = deploy_type
@@ -398,8 +398,8 @@ class IpToSgtMapping(pulumi.CustomResource):
398
398
  __props__.__dict__["mapping_group"] = mapping_group
399
399
  __props__.__dict__["name"] = name
400
400
  __props__.__dict__["sgt"] = sgt
401
- super(IpToSgtMapping, __self__).__init__(
402
- 'ise:trustsec/ipToSgtMapping:IpToSgtMapping',
401
+ super(Mapping, __self__).__init__(
402
+ 'ise:TrustsecIpToSgt/mapping:Mapping',
403
403
  resource_name,
404
404
  __props__,
405
405
  opts)
@@ -415,9 +415,9 @@ class IpToSgtMapping(pulumi.CustomResource):
415
415
  host_name: Optional[pulumi.Input[str]] = None,
416
416
  mapping_group: Optional[pulumi.Input[str]] = None,
417
417
  name: Optional[pulumi.Input[str]] = None,
418
- sgt: Optional[pulumi.Input[str]] = None) -> 'IpToSgtMapping':
418
+ sgt: Optional[pulumi.Input[str]] = None) -> 'Mapping':
419
419
  """
420
- Get an existing IpToSgtMapping resource's state with the given name, id, and optional extra
420
+ Get an existing Mapping resource's state with the given name, id, and optional extra
421
421
  properties used to qualify the lookup.
422
422
 
423
423
  :param str resource_name: The unique name of the resulting resource.
@@ -434,7 +434,7 @@ class IpToSgtMapping(pulumi.CustomResource):
434
434
  """
435
435
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
436
436
 
437
- __props__ = _IpToSgtMappingState.__new__(_IpToSgtMappingState)
437
+ __props__ = _MappingState.__new__(_MappingState)
438
438
 
439
439
  __props__.__dict__["deploy_to"] = deploy_to
440
440
  __props__.__dict__["deploy_type"] = deploy_type
@@ -444,7 +444,7 @@ class IpToSgtMapping(pulumi.CustomResource):
444
444
  __props__.__dict__["mapping_group"] = mapping_group
445
445
  __props__.__dict__["name"] = name
446
446
  __props__.__dict__["sgt"] = sgt
447
- return IpToSgtMapping(resource_name, opts=opts, __props__=__props__)
447
+ return Mapping(resource_name, opts=opts, __props__=__props__)
448
448
 
449
449
  @property
450
450
  @pulumi.getter(name="deployTo")
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from .. import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .get_group import *
9
+ from .group import *
@@ -10,16 +10,16 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
11
 
12
12
  __all__ = [
13
- 'GetIpToSgtMappingGroupResult',
14
- 'AwaitableGetIpToSgtMappingGroupResult',
15
- 'get_ip_to_sgt_mapping_group',
16
- 'get_ip_to_sgt_mapping_group_output',
13
+ 'GetGroupResult',
14
+ 'AwaitableGetGroupResult',
15
+ 'get_group',
16
+ 'get_group_output',
17
17
  ]
18
18
 
19
19
  @pulumi.output_type
20
- class GetIpToSgtMappingGroupResult:
20
+ class GetGroupResult:
21
21
  """
22
- A collection of values returned by getIpToSgtMappingGroup.
22
+ A collection of values returned by getGroup.
23
23
  """
24
24
  def __init__(__self__, deploy_to=None, deploy_type=None, description=None, id=None, name=None, sgt=None):
25
25
  if deploy_to and not isinstance(deploy_to, str):
@@ -90,12 +90,12 @@ class GetIpToSgtMappingGroupResult:
90
90
  return pulumi.get(self, "sgt")
91
91
 
92
92
 
93
- class AwaitableGetIpToSgtMappingGroupResult(GetIpToSgtMappingGroupResult):
93
+ class AwaitableGetGroupResult(GetGroupResult):
94
94
  # pylint: disable=using-constant-test
95
95
  def __await__(self):
96
96
  if False:
97
97
  yield self
98
- return GetIpToSgtMappingGroupResult(
98
+ return GetGroupResult(
99
99
  deploy_to=self.deploy_to,
100
100
  deploy_type=self.deploy_type,
101
101
  description=self.description,
@@ -104,9 +104,9 @@ class AwaitableGetIpToSgtMappingGroupResult(GetIpToSgtMappingGroupResult):
104
104
  sgt=self.sgt)
105
105
 
106
106
 
107
- def get_ip_to_sgt_mapping_group(id: Optional[str] = None,
108
- name: Optional[str] = None,
109
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIpToSgtMappingGroupResult:
107
+ def get_group(id: Optional[str] = None,
108
+ name: Optional[str] = None,
109
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupResult:
110
110
  """
111
111
  This data source can read the TrustSec IP to SGT Mapping Group.
112
112
 
@@ -116,7 +116,7 @@ def get_ip_to_sgt_mapping_group(id: Optional[str] = None,
116
116
  import pulumi
117
117
  import pulumi_ise as ise
118
118
 
119
- example = ise.trustsec.get_ip_to_sgt_mapping_group(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
119
+ example = ise.TrustsecIpToSgtMapping.get_group(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
120
120
  ```
121
121
 
122
122
 
@@ -127,9 +127,9 @@ def get_ip_to_sgt_mapping_group(id: Optional[str] = None,
127
127
  __args__['id'] = id
128
128
  __args__['name'] = name
129
129
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
130
- __ret__ = pulumi.runtime.invoke('ise:trustsec/getIpToSgtMappingGroup:getIpToSgtMappingGroup', __args__, opts=opts, typ=GetIpToSgtMappingGroupResult).value
130
+ __ret__ = pulumi.runtime.invoke('ise:TrustsecIpToSgtMapping/getGroup:getGroup', __args__, opts=opts, typ=GetGroupResult).value
131
131
 
132
- return AwaitableGetIpToSgtMappingGroupResult(
132
+ return AwaitableGetGroupResult(
133
133
  deploy_to=pulumi.get(__ret__, 'deploy_to'),
134
134
  deploy_type=pulumi.get(__ret__, 'deploy_type'),
135
135
  description=pulumi.get(__ret__, 'description'),
@@ -138,10 +138,10 @@ def get_ip_to_sgt_mapping_group(id: Optional[str] = None,
138
138
  sgt=pulumi.get(__ret__, 'sgt'))
139
139
 
140
140
 
141
- @_utilities.lift_output_func(get_ip_to_sgt_mapping_group)
142
- def get_ip_to_sgt_mapping_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
143
- name: Optional[pulumi.Input[Optional[str]]] = None,
144
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIpToSgtMappingGroupResult]:
141
+ @_utilities.lift_output_func(get_group)
142
+ def get_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
143
+ name: Optional[pulumi.Input[Optional[str]]] = None,
144
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGroupResult]:
145
145
  """
146
146
  This data source can read the TrustSec IP to SGT Mapping Group.
147
147
 
@@ -151,7 +151,7 @@ def get_ip_to_sgt_mapping_group_output(id: Optional[pulumi.Input[Optional[str]]]
151
151
  import pulumi
152
152
  import pulumi_ise as ise
153
153
 
154
- example = ise.trustsec.get_ip_to_sgt_mapping_group(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
154
+ example = ise.TrustsecIpToSgtMapping.get_group(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
155
155
  ```
156
156
 
157
157
 
@@ -9,10 +9,10 @@ import pulumi.runtime
9
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
11
 
12
- __all__ = ['IpToSgtMappingGroupArgs', 'IpToSgtMappingGroup']
12
+ __all__ = ['GroupArgs', 'Group']
13
13
 
14
14
  @pulumi.input_type
15
- class IpToSgtMappingGroupArgs:
15
+ class GroupArgs:
16
16
  def __init__(__self__, *,
17
17
  deploy_type: pulumi.Input[str],
18
18
  sgt: pulumi.Input[str],
@@ -20,7 +20,7 @@ class IpToSgtMappingGroupArgs:
20
20
  description: Optional[pulumi.Input[str]] = None,
21
21
  name: Optional[pulumi.Input[str]] = None):
22
22
  """
23
- The set of arguments for constructing a IpToSgtMappingGroup resource.
23
+ The set of arguments for constructing a Group resource.
24
24
  :param pulumi.Input[str] deploy_type: Deploy Type - Choices: `ALL`, `ND`, `NDG`
25
25
  :param pulumi.Input[str] sgt: Trustsec Security Group ID
26
26
  :param pulumi.Input[str] deploy_to: Mandatory unless `deploy_type` is `ALL`
@@ -98,7 +98,7 @@ class IpToSgtMappingGroupArgs:
98
98
 
99
99
 
100
100
  @pulumi.input_type
101
- class _IpToSgtMappingGroupState:
101
+ class _GroupState:
102
102
  def __init__(__self__, *,
103
103
  deploy_to: Optional[pulumi.Input[str]] = None,
104
104
  deploy_type: Optional[pulumi.Input[str]] = None,
@@ -106,7 +106,7 @@ class _IpToSgtMappingGroupState:
106
106
  name: Optional[pulumi.Input[str]] = None,
107
107
  sgt: Optional[pulumi.Input[str]] = None):
108
108
  """
109
- Input properties used for looking up and filtering IpToSgtMappingGroup resources.
109
+ Input properties used for looking up and filtering Group resources.
110
110
  :param pulumi.Input[str] deploy_to: Mandatory unless `deploy_type` is `ALL`
111
111
  :param pulumi.Input[str] deploy_type: Deploy Type - Choices: `ALL`, `ND`, `NDG`
112
112
  :param pulumi.Input[str] description: Description
@@ -185,7 +185,7 @@ class _IpToSgtMappingGroupState:
185
185
  pulumi.set(self, "sgt", value)
186
186
 
187
187
 
188
- class IpToSgtMappingGroup(pulumi.CustomResource):
188
+ class Group(pulumi.CustomResource):
189
189
  @overload
190
190
  def __init__(__self__,
191
191
  resource_name: str,
@@ -205,7 +205,7 @@ class IpToSgtMappingGroup(pulumi.CustomResource):
205
205
  import pulumi
206
206
  import pulumi_ise as ise
207
207
 
208
- example = ise.trustsec.IpToSgtMappingGroup("example",
208
+ example = ise.trustsec_ip_to_sgt_mapping.Group("example",
209
209
  name="groupA",
210
210
  deploy_type="ALL",
211
211
  sgt="93e1bf00-8c01-11e6-996c-525400b48521")
@@ -214,7 +214,7 @@ class IpToSgtMappingGroup(pulumi.CustomResource):
214
214
  ## Import
215
215
 
216
216
  ```sh
217
- $ pulumi import ise:trustsec/ipToSgtMappingGroup:IpToSgtMappingGroup example "76d24097-41c4-4558-a4d0-a8c07ac08470"
217
+ $ pulumi import ise:TrustsecIpToSgtMapping/group:Group example "76d24097-41c4-4558-a4d0-a8c07ac08470"
218
218
  ```
219
219
 
220
220
  :param str resource_name: The name of the resource.
@@ -229,7 +229,7 @@ class IpToSgtMappingGroup(pulumi.CustomResource):
229
229
  @overload
230
230
  def __init__(__self__,
231
231
  resource_name: str,
232
- args: IpToSgtMappingGroupArgs,
232
+ args: GroupArgs,
233
233
  opts: Optional[pulumi.ResourceOptions] = None):
234
234
  """
235
235
  This resource can manage a TrustSec IP to SGT Mapping Group.
@@ -240,7 +240,7 @@ class IpToSgtMappingGroup(pulumi.CustomResource):
240
240
  import pulumi
241
241
  import pulumi_ise as ise
242
242
 
243
- example = ise.trustsec.IpToSgtMappingGroup("example",
243
+ example = ise.trustsec_ip_to_sgt_mapping.Group("example",
244
244
  name="groupA",
245
245
  deploy_type="ALL",
246
246
  sgt="93e1bf00-8c01-11e6-996c-525400b48521")
@@ -249,16 +249,16 @@ class IpToSgtMappingGroup(pulumi.CustomResource):
249
249
  ## Import
250
250
 
251
251
  ```sh
252
- $ pulumi import ise:trustsec/ipToSgtMappingGroup:IpToSgtMappingGroup example "76d24097-41c4-4558-a4d0-a8c07ac08470"
252
+ $ pulumi import ise:TrustsecIpToSgtMapping/group:Group example "76d24097-41c4-4558-a4d0-a8c07ac08470"
253
253
  ```
254
254
 
255
255
  :param str resource_name: The name of the resource.
256
- :param IpToSgtMappingGroupArgs args: The arguments to use to populate this resource's properties.
256
+ :param GroupArgs args: The arguments to use to populate this resource's properties.
257
257
  :param pulumi.ResourceOptions opts: Options for the resource.
258
258
  """
259
259
  ...
260
260
  def __init__(__self__, resource_name: str, *args, **kwargs):
261
- resource_args, opts = _utilities.get_resource_args_opts(IpToSgtMappingGroupArgs, pulumi.ResourceOptions, *args, **kwargs)
261
+ resource_args, opts = _utilities.get_resource_args_opts(GroupArgs, pulumi.ResourceOptions, *args, **kwargs)
262
262
  if resource_args is not None:
263
263
  __self__._internal_init(resource_name, opts, **resource_args.__dict__)
264
264
  else:
@@ -279,7 +279,7 @@ class IpToSgtMappingGroup(pulumi.CustomResource):
279
279
  if opts.id is None:
280
280
  if __props__ is not None:
281
281
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
282
- __props__ = IpToSgtMappingGroupArgs.__new__(IpToSgtMappingGroupArgs)
282
+ __props__ = GroupArgs.__new__(GroupArgs)
283
283
 
284
284
  __props__.__dict__["deploy_to"] = deploy_to
285
285
  if deploy_type is None and not opts.urn:
@@ -290,8 +290,8 @@ class IpToSgtMappingGroup(pulumi.CustomResource):
290
290
  if sgt is None and not opts.urn:
291
291
  raise TypeError("Missing required property 'sgt'")
292
292
  __props__.__dict__["sgt"] = sgt
293
- super(IpToSgtMappingGroup, __self__).__init__(
294
- 'ise:trustsec/ipToSgtMappingGroup:IpToSgtMappingGroup',
293
+ super(Group, __self__).__init__(
294
+ 'ise:TrustsecIpToSgtMapping/group:Group',
295
295
  resource_name,
296
296
  __props__,
297
297
  opts)
@@ -304,9 +304,9 @@ class IpToSgtMappingGroup(pulumi.CustomResource):
304
304
  deploy_type: Optional[pulumi.Input[str]] = None,
305
305
  description: Optional[pulumi.Input[str]] = None,
306
306
  name: Optional[pulumi.Input[str]] = None,
307
- sgt: Optional[pulumi.Input[str]] = None) -> 'IpToSgtMappingGroup':
307
+ sgt: Optional[pulumi.Input[str]] = None) -> 'Group':
308
308
  """
309
- Get an existing IpToSgtMappingGroup resource's state with the given name, id, and optional extra
309
+ Get an existing Group resource's state with the given name, id, and optional extra
310
310
  properties used to qualify the lookup.
311
311
 
312
312
  :param str resource_name: The unique name of the resulting resource.
@@ -320,14 +320,14 @@ class IpToSgtMappingGroup(pulumi.CustomResource):
320
320
  """
321
321
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
322
322
 
323
- __props__ = _IpToSgtMappingGroupState.__new__(_IpToSgtMappingGroupState)
323
+ __props__ = _GroupState.__new__(_GroupState)
324
324
 
325
325
  __props__.__dict__["deploy_to"] = deploy_to
326
326
  __props__.__dict__["deploy_type"] = deploy_type
327
327
  __props__.__dict__["description"] = description
328
328
  __props__.__dict__["name"] = name
329
329
  __props__.__dict__["sgt"] = sgt
330
- return IpToSgtMappingGroup(resource_name, opts=opts, __props__=__props__)
330
+ return Group(resource_name, opts=opts, __props__=__props__)
331
331
 
332
332
  @property
333
333
  @pulumi.getter(name="deployTo")
@@ -0,0 +1,9 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from .. import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .get_group import *
9
+ from .group import *