pulumi-ise 0.3.0a1743573250__py3-none-any.whl → 0.3.0a1744264416__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.
- pulumi_ise/__init__.py +1 -0
- pulumi_ise/config/__init__.py +1 -0
- pulumi_ise/config/__init__.pyi +1 -0
- pulumi_ise/config/vars.py +1 -0
- pulumi_ise/deviceadmin/__init__.py +1 -0
- pulumi_ise/deviceadmin/_inputs.py +538 -537
- pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +71 -70
- pulumi_ise/deviceadmin/authentication_rule.py +239 -238
- pulumi_ise/deviceadmin/authentication_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_exception_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_global_exception_rule.py +183 -182
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/deviceadmin/authorization_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/condition.py +127 -126
- pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +15 -14
- pulumi_ise/deviceadmin/get_authentication_rule.py +31 -30
- pulumi_ise/deviceadmin/get_authorization_exception_rule.py +29 -28
- pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/deviceadmin/get_authorization_rule.py +29 -28
- pulumi_ise/deviceadmin/get_condition.py +19 -18
- pulumi_ise/deviceadmin/get_policy_set.py +25 -24
- pulumi_ise/deviceadmin/get_tacacs_command_set.py +13 -12
- pulumi_ise/deviceadmin/get_tacacs_profile.py +12 -11
- pulumi_ise/deviceadmin/get_time_and_date_condition.py +23 -22
- pulumi_ise/deviceadmin/outputs.py +656 -655
- pulumi_ise/deviceadmin/policy_set.py +211 -210
- pulumi_ise/deviceadmin/policy_set_update_rank.py +29 -28
- pulumi_ise/deviceadmin/tacacs_command_set.py +43 -42
- pulumi_ise/deviceadmin/tacacs_profile.py +29 -28
- pulumi_ise/deviceadmin/time_and_date_condition.py +183 -182
- pulumi_ise/identitymanagement/__init__.py +1 -0
- pulumi_ise/identitymanagement/_inputs.py +85 -84
- pulumi_ise/identitymanagement/active_directory_add_groups.py +85 -84
- pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +15 -14
- pulumi_ise/identitymanagement/active_directory_join_point.py +421 -420
- pulumi_ise/identitymanagement/certificate_authentication_profile.py +99 -98
- pulumi_ise/identitymanagement/endpoint.py +365 -364
- pulumi_ise/identitymanagement/endpoint_identity_group.py +57 -56
- pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +27 -26
- pulumi_ise/identitymanagement/get_active_directory_join_point.py +36 -35
- pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +17 -16
- pulumi_ise/identitymanagement/get_endpoint.py +36 -35
- pulumi_ise/identitymanagement/get_endpoint_identity_group.py +14 -13
- pulumi_ise/identitymanagement/get_identity_source_sequence.py +14 -13
- pulumi_ise/identitymanagement/get_internal_user.py +24 -23
- pulumi_ise/identitymanagement/get_user_identity_group.py +13 -12
- pulumi_ise/identitymanagement/identity_source_sequence.py +57 -56
- pulumi_ise/identitymanagement/internal_user.py +197 -196
- pulumi_ise/identitymanagement/outputs.py +95 -94
- pulumi_ise/identitymanagement/user_identity_group.py +43 -42
- pulumi_ise/network/__init__.py +1 -0
- pulumi_ise/network/_inputs.py +16 -15
- pulumi_ise/network/device.py +575 -574
- pulumi_ise/network/device_group.py +43 -42
- pulumi_ise/network/get_device.py +51 -50
- pulumi_ise/network/get_device_group.py +13 -12
- pulumi_ise/network/outputs.py +19 -18
- pulumi_ise/networkaccess/__init__.py +1 -0
- pulumi_ise/networkaccess/_inputs.py +539 -538
- pulumi_ise/networkaccess/allowed_protocols.py +1079 -1078
- pulumi_ise/networkaccess/authentication_rule.py +239 -238
- pulumi_ise/networkaccess/authentication_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_exception_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_global_exception_rule.py +183 -182
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/networkaccess/authorization_profile.py +449 -448
- pulumi_ise/networkaccess/authorization_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/condition.py +127 -126
- pulumi_ise/networkaccess/dictionary.py +57 -56
- pulumi_ise/networkaccess/downloadable_acl.py +57 -56
- pulumi_ise/networkaccess/get_allowed_protocols.py +87 -86
- pulumi_ise/networkaccess/get_authentication_rule.py +31 -30
- pulumi_ise/networkaccess/get_authorization_exception_rule.py +29 -28
- pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/networkaccess/get_authorization_profile.py +42 -41
- pulumi_ise/networkaccess/get_authorization_rule.py +29 -28
- pulumi_ise/networkaccess/get_condition.py +19 -18
- pulumi_ise/networkaccess/get_dictionary.py +14 -13
- pulumi_ise/networkaccess/get_downloadable_acl.py +14 -13
- pulumi_ise/networkaccess/get_policy_set.py +25 -24
- pulumi_ise/networkaccess/get_time_and_date_condition.py +23 -22
- pulumi_ise/networkaccess/outputs.py +658 -657
- pulumi_ise/networkaccess/policy_set.py +211 -210
- pulumi_ise/networkaccess/policy_set_update_rank.py +29 -28
- pulumi_ise/networkaccess/time_and_date_condition.py +183 -182
- pulumi_ise/provider.py +39 -38
- pulumi_ise/pulumi-plugin.json +1 -1
- pulumi_ise/system/__init__.py +1 -0
- pulumi_ise/system/_inputs.py +11 -10
- pulumi_ise/system/get_license_tier_state.py +6 -5
- pulumi_ise/system/get_repository.py +17 -16
- pulumi_ise/system/license_tier_state.py +1 -0
- pulumi_ise/system/outputs.py +13 -12
- pulumi_ise/system/repository.py +99 -98
- pulumi_ise/trustsec/__init__.py +1 -0
- pulumi_ise/trustsec/egress_matrix_cell.py +85 -84
- pulumi_ise/trustsec/egress_matrix_cell_default.py +57 -56
- pulumi_ise/trustsec/get_egress_matrix_cell.py +12 -11
- pulumi_ise/trustsec/get_egress_matrix_cell_default.py +10 -9
- pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +18 -17
- pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +15 -14
- pulumi_ise/trustsec/get_security_group.py +15 -14
- pulumi_ise/trustsec/get_security_group_acl.py +15 -14
- pulumi_ise/trustsec/get_sxp_domain_filter.py +16 -15
- pulumi_ise/trustsec/ip_to_sgt_mapping.py +113 -112
- pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +71 -70
- pulumi_ise/trustsec/security_group.py +71 -70
- pulumi_ise/trustsec/security_group_acl.py +71 -70
- pulumi_ise/trustsec/sxp_domain_filter.py +85 -84
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/METADATA +1 -1
- pulumi_ise-0.3.0a1744264416.dist-info/RECORD +119 -0
- pulumi_ise-0.3.0a1743573250.dist-info/RECORD +0 -119
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -48,7 +49,7 @@ class GetIpToSgtMappingGroupResult:
|
|
48
49
|
|
49
50
|
@property
|
50
51
|
@pulumi.getter(name="deployTo")
|
51
|
-
def deploy_to(self) -> str:
|
52
|
+
def deploy_to(self) -> builtins.str:
|
52
53
|
"""
|
53
54
|
Mandatory unless `deploy_type` is `ALL`
|
54
55
|
"""
|
@@ -56,7 +57,7 @@ class GetIpToSgtMappingGroupResult:
|
|
56
57
|
|
57
58
|
@property
|
58
59
|
@pulumi.getter(name="deployType")
|
59
|
-
def deploy_type(self) -> str:
|
60
|
+
def deploy_type(self) -> builtins.str:
|
60
61
|
"""
|
61
62
|
Deploy Type
|
62
63
|
"""
|
@@ -64,7 +65,7 @@ class GetIpToSgtMappingGroupResult:
|
|
64
65
|
|
65
66
|
@property
|
66
67
|
@pulumi.getter
|
67
|
-
def description(self) -> str:
|
68
|
+
def description(self) -> builtins.str:
|
68
69
|
"""
|
69
70
|
Description
|
70
71
|
"""
|
@@ -72,7 +73,7 @@ class GetIpToSgtMappingGroupResult:
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter
|
75
|
-
def id(self) -> str:
|
76
|
+
def id(self) -> builtins.str:
|
76
77
|
"""
|
77
78
|
The id of the object
|
78
79
|
"""
|
@@ -80,7 +81,7 @@ class GetIpToSgtMappingGroupResult:
|
|
80
81
|
|
81
82
|
@property
|
82
83
|
@pulumi.getter
|
83
|
-
def name(self) -> str:
|
84
|
+
def name(self) -> builtins.str:
|
84
85
|
"""
|
85
86
|
The name of the IP to SGT mapping Group
|
86
87
|
"""
|
@@ -88,7 +89,7 @@ class GetIpToSgtMappingGroupResult:
|
|
88
89
|
|
89
90
|
@property
|
90
91
|
@pulumi.getter
|
91
|
-
def sgt(self) -> str:
|
92
|
+
def sgt(self) -> builtins.str:
|
92
93
|
"""
|
93
94
|
Trustsec Security Group ID
|
94
95
|
"""
|
@@ -109,8 +110,8 @@ class AwaitableGetIpToSgtMappingGroupResult(GetIpToSgtMappingGroupResult):
|
|
109
110
|
sgt=self.sgt)
|
110
111
|
|
111
112
|
|
112
|
-
def get_ip_to_sgt_mapping_group(id: Optional[str] = None,
|
113
|
-
name: Optional[str] = None,
|
113
|
+
def get_ip_to_sgt_mapping_group(id: Optional[builtins.str] = None,
|
114
|
+
name: Optional[builtins.str] = None,
|
114
115
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIpToSgtMappingGroupResult:
|
115
116
|
"""
|
116
117
|
This data source can read the TrustSec IP to SGT Mapping Group.
|
@@ -125,8 +126,8 @@ def get_ip_to_sgt_mapping_group(id: Optional[str] = None,
|
|
125
126
|
```
|
126
127
|
|
127
128
|
|
128
|
-
:param str id: The id of the object
|
129
|
-
:param str name: The name of the IP to SGT mapping Group
|
129
|
+
:param builtins.str id: The id of the object
|
130
|
+
:param builtins.str name: The name of the IP to SGT mapping Group
|
130
131
|
"""
|
131
132
|
__args__ = dict()
|
132
133
|
__args__['id'] = id
|
@@ -141,8 +142,8 @@ def get_ip_to_sgt_mapping_group(id: Optional[str] = None,
|
|
141
142
|
id=pulumi.get(__ret__, 'id'),
|
142
143
|
name=pulumi.get(__ret__, 'name'),
|
143
144
|
sgt=pulumi.get(__ret__, 'sgt'))
|
144
|
-
def get_ip_to_sgt_mapping_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
145
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
145
|
+
def get_ip_to_sgt_mapping_group_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
146
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
146
147
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIpToSgtMappingGroupResult]:
|
147
148
|
"""
|
148
149
|
This data source can read the TrustSec IP to SGT Mapping Group.
|
@@ -157,8 +158,8 @@ def get_ip_to_sgt_mapping_group_output(id: Optional[pulumi.Input[Optional[str]]]
|
|
157
158
|
```
|
158
159
|
|
159
160
|
|
160
|
-
:param str id: The id of the object
|
161
|
-
:param str name: The name of the IP to SGT mapping Group
|
161
|
+
:param builtins.str id: The id of the object
|
162
|
+
:param builtins.str name: The name of the IP to SGT mapping Group
|
162
163
|
"""
|
163
164
|
__args__ = dict()
|
164
165
|
__args__['id'] = id
|
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -48,7 +49,7 @@ class GetSecurityGroupResult:
|
|
48
49
|
|
49
50
|
@property
|
50
51
|
@pulumi.getter
|
51
|
-
def description(self) -> str:
|
52
|
+
def description(self) -> builtins.str:
|
52
53
|
"""
|
53
54
|
Description
|
54
55
|
"""
|
@@ -56,7 +57,7 @@ class GetSecurityGroupResult:
|
|
56
57
|
|
57
58
|
@property
|
58
59
|
@pulumi.getter
|
59
|
-
def id(self) -> str:
|
60
|
+
def id(self) -> builtins.str:
|
60
61
|
"""
|
61
62
|
The id of the object
|
62
63
|
"""
|
@@ -64,7 +65,7 @@ class GetSecurityGroupResult:
|
|
64
65
|
|
65
66
|
@property
|
66
67
|
@pulumi.getter(name="isReadOnly")
|
67
|
-
def is_read_only(self) -> bool:
|
68
|
+
def is_read_only(self) -> builtins.bool:
|
68
69
|
"""
|
69
70
|
Read-only
|
70
71
|
"""
|
@@ -72,7 +73,7 @@ class GetSecurityGroupResult:
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter
|
75
|
-
def name(self) -> str:
|
76
|
+
def name(self) -> builtins.str:
|
76
77
|
"""
|
77
78
|
The name of the security group
|
78
79
|
"""
|
@@ -80,7 +81,7 @@ class GetSecurityGroupResult:
|
|
80
81
|
|
81
82
|
@property
|
82
83
|
@pulumi.getter(name="propogateToApic")
|
83
|
-
def propogate_to_apic(self) -> bool:
|
84
|
+
def propogate_to_apic(self) -> builtins.bool:
|
84
85
|
"""
|
85
86
|
Propagate to APIC (ACI)
|
86
87
|
"""
|
@@ -88,7 +89,7 @@ class GetSecurityGroupResult:
|
|
88
89
|
|
89
90
|
@property
|
90
91
|
@pulumi.getter
|
91
|
-
def value(self) -> int:
|
92
|
+
def value(self) -> builtins.int:
|
92
93
|
"""
|
93
94
|
`-1` to auto-generate
|
94
95
|
"""
|
@@ -109,8 +110,8 @@ class AwaitableGetSecurityGroupResult(GetSecurityGroupResult):
|
|
109
110
|
value=self.value)
|
110
111
|
|
111
112
|
|
112
|
-
def get_security_group(id: Optional[str] = None,
|
113
|
-
name: Optional[str] = None,
|
113
|
+
def get_security_group(id: Optional[builtins.str] = None,
|
114
|
+
name: Optional[builtins.str] = None,
|
114
115
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecurityGroupResult:
|
115
116
|
"""
|
116
117
|
This data source can read the TrustSec Security Group.
|
@@ -125,8 +126,8 @@ def get_security_group(id: Optional[str] = None,
|
|
125
126
|
```
|
126
127
|
|
127
128
|
|
128
|
-
:param str id: The id of the object
|
129
|
-
:param str name: The name of the security group
|
129
|
+
:param builtins.str id: The id of the object
|
130
|
+
:param builtins.str name: The name of the security group
|
130
131
|
"""
|
131
132
|
__args__ = dict()
|
132
133
|
__args__['id'] = id
|
@@ -141,8 +142,8 @@ def get_security_group(id: Optional[str] = None,
|
|
141
142
|
name=pulumi.get(__ret__, 'name'),
|
142
143
|
propogate_to_apic=pulumi.get(__ret__, 'propogate_to_apic'),
|
143
144
|
value=pulumi.get(__ret__, 'value'))
|
144
|
-
def get_security_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
145
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
145
|
+
def get_security_group_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
146
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
146
147
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecurityGroupResult]:
|
147
148
|
"""
|
148
149
|
This data source can read the TrustSec Security Group.
|
@@ -157,8 +158,8 @@ def get_security_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
157
158
|
```
|
158
159
|
|
159
160
|
|
160
|
-
:param str id: The id of the object
|
161
|
-
:param str name: The name of the security group
|
161
|
+
:param builtins.str id: The id of the object
|
162
|
+
:param builtins.str name: The name of the security group
|
162
163
|
"""
|
163
164
|
__args__ = dict()
|
164
165
|
__args__['id'] = id
|
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -48,7 +49,7 @@ class GetSecurityGroupAclResult:
|
|
48
49
|
|
49
50
|
@property
|
50
51
|
@pulumi.getter(name="aclContent")
|
51
|
-
def acl_content(self) -> str:
|
52
|
+
def acl_content(self) -> builtins.str:
|
52
53
|
"""
|
53
54
|
Content of ACL
|
54
55
|
"""
|
@@ -56,7 +57,7 @@ class GetSecurityGroupAclResult:
|
|
56
57
|
|
57
58
|
@property
|
58
59
|
@pulumi.getter
|
59
|
-
def description(self) -> str:
|
60
|
+
def description(self) -> builtins.str:
|
60
61
|
"""
|
61
62
|
Description
|
62
63
|
"""
|
@@ -64,7 +65,7 @@ class GetSecurityGroupAclResult:
|
|
64
65
|
|
65
66
|
@property
|
66
67
|
@pulumi.getter
|
67
|
-
def id(self) -> str:
|
68
|
+
def id(self) -> builtins.str:
|
68
69
|
"""
|
69
70
|
The id of the object
|
70
71
|
"""
|
@@ -72,7 +73,7 @@ class GetSecurityGroupAclResult:
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter(name="ipVersion")
|
75
|
-
def ip_version(self) -> str:
|
76
|
+
def ip_version(self) -> builtins.str:
|
76
77
|
"""
|
77
78
|
IP Version
|
78
79
|
"""
|
@@ -80,7 +81,7 @@ class GetSecurityGroupAclResult:
|
|
80
81
|
|
81
82
|
@property
|
82
83
|
@pulumi.getter
|
83
|
-
def name(self) -> str:
|
84
|
+
def name(self) -> builtins.str:
|
84
85
|
"""
|
85
86
|
The name of the security group ACL
|
86
87
|
"""
|
@@ -88,7 +89,7 @@ class GetSecurityGroupAclResult:
|
|
88
89
|
|
89
90
|
@property
|
90
91
|
@pulumi.getter(name="readOnly")
|
91
|
-
def read_only(self) -> bool:
|
92
|
+
def read_only(self) -> builtins.bool:
|
92
93
|
"""
|
93
94
|
Read-only
|
94
95
|
"""
|
@@ -109,8 +110,8 @@ class AwaitableGetSecurityGroupAclResult(GetSecurityGroupAclResult):
|
|
109
110
|
read_only=self.read_only)
|
110
111
|
|
111
112
|
|
112
|
-
def get_security_group_acl(id: Optional[str] = None,
|
113
|
-
name: Optional[str] = None,
|
113
|
+
def get_security_group_acl(id: Optional[builtins.str] = None,
|
114
|
+
name: Optional[builtins.str] = None,
|
114
115
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecurityGroupAclResult:
|
115
116
|
"""
|
116
117
|
This data source can read the TrustSec Security Group ACL.
|
@@ -125,8 +126,8 @@ def get_security_group_acl(id: Optional[str] = None,
|
|
125
126
|
```
|
126
127
|
|
127
128
|
|
128
|
-
:param str id: The id of the object
|
129
|
-
:param str name: The name of the security group ACL
|
129
|
+
:param builtins.str id: The id of the object
|
130
|
+
:param builtins.str name: The name of the security group ACL
|
130
131
|
"""
|
131
132
|
__args__ = dict()
|
132
133
|
__args__['id'] = id
|
@@ -141,8 +142,8 @@ def get_security_group_acl(id: Optional[str] = None,
|
|
141
142
|
ip_version=pulumi.get(__ret__, 'ip_version'),
|
142
143
|
name=pulumi.get(__ret__, 'name'),
|
143
144
|
read_only=pulumi.get(__ret__, 'read_only'))
|
144
|
-
def get_security_group_acl_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
145
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
145
|
+
def get_security_group_acl_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
146
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
146
147
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecurityGroupAclResult]:
|
147
148
|
"""
|
148
149
|
This data source can read the TrustSec Security Group ACL.
|
@@ -157,8 +158,8 @@ def get_security_group_acl_output(id: Optional[pulumi.Input[Optional[str]]] = No
|
|
157
158
|
```
|
158
159
|
|
159
160
|
|
160
|
-
:param str id: The id of the object
|
161
|
-
:param str name: The name of the security group ACL
|
161
|
+
:param builtins.str id: The id of the object
|
162
|
+
:param builtins.str name: The name of the security group ACL
|
162
163
|
"""
|
163
164
|
__args__ = dict()
|
164
165
|
__args__['id'] = id
|
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -51,7 +52,7 @@ class GetSxpDomainFilterResult:
|
|
51
52
|
|
52
53
|
@property
|
53
54
|
@pulumi.getter
|
54
|
-
def description(self) -> str:
|
55
|
+
def description(self) -> builtins.str:
|
55
56
|
"""
|
56
57
|
Description
|
57
58
|
"""
|
@@ -59,7 +60,7 @@ class GetSxpDomainFilterResult:
|
|
59
60
|
|
60
61
|
@property
|
61
62
|
@pulumi.getter
|
62
|
-
def domains(self) -> str:
|
63
|
+
def domains(self) -> builtins.str:
|
63
64
|
"""
|
64
65
|
List of SXP Domains, separated with comma
|
65
66
|
"""
|
@@ -67,7 +68,7 @@ class GetSxpDomainFilterResult:
|
|
67
68
|
|
68
69
|
@property
|
69
70
|
@pulumi.getter
|
70
|
-
def id(self) -> str:
|
71
|
+
def id(self) -> builtins.str:
|
71
72
|
"""
|
72
73
|
The id of the object
|
73
74
|
"""
|
@@ -75,7 +76,7 @@ class GetSxpDomainFilterResult:
|
|
75
76
|
|
76
77
|
@property
|
77
78
|
@pulumi.getter
|
78
|
-
def name(self) -> str:
|
79
|
+
def name(self) -> builtins.str:
|
79
80
|
"""
|
80
81
|
Resource name
|
81
82
|
"""
|
@@ -83,7 +84,7 @@ class GetSxpDomainFilterResult:
|
|
83
84
|
|
84
85
|
@property
|
85
86
|
@pulumi.getter
|
86
|
-
def sgt(self) -> str:
|
87
|
+
def sgt(self) -> builtins.str:
|
87
88
|
"""
|
88
89
|
SGT name or ID. At least one of subnet or sgt or vn should be defined
|
89
90
|
"""
|
@@ -91,7 +92,7 @@ class GetSxpDomainFilterResult:
|
|
91
92
|
|
92
93
|
@property
|
93
94
|
@pulumi.getter
|
94
|
-
def subnet(self) -> str:
|
95
|
+
def subnet(self) -> builtins.str:
|
95
96
|
"""
|
96
97
|
Subnet for filter policy (hostname is not supported). At least one of subnet or sgt or vn should be defined
|
97
98
|
"""
|
@@ -99,7 +100,7 @@ class GetSxpDomainFilterResult:
|
|
99
100
|
|
100
101
|
@property
|
101
102
|
@pulumi.getter
|
102
|
-
def vn(self) -> str:
|
103
|
+
def vn(self) -> builtins.str:
|
103
104
|
"""
|
104
105
|
Virtual Network. At least one of subnet or sgt or vn should be defined
|
105
106
|
"""
|
@@ -121,8 +122,8 @@ class AwaitableGetSxpDomainFilterResult(GetSxpDomainFilterResult):
|
|
121
122
|
vn=self.vn)
|
122
123
|
|
123
124
|
|
124
|
-
def get_sxp_domain_filter(id: Optional[str] = None,
|
125
|
-
name: Optional[str] = None,
|
125
|
+
def get_sxp_domain_filter(id: Optional[builtins.str] = None,
|
126
|
+
name: Optional[builtins.str] = None,
|
126
127
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSxpDomainFilterResult:
|
127
128
|
"""
|
128
129
|
This data source can read the SXP Domain Filter.
|
@@ -137,8 +138,8 @@ def get_sxp_domain_filter(id: Optional[str] = None,
|
|
137
138
|
```
|
138
139
|
|
139
140
|
|
140
|
-
:param str id: The id of the object
|
141
|
-
:param str name: Resource name
|
141
|
+
:param builtins.str id: The id of the object
|
142
|
+
:param builtins.str name: Resource name
|
142
143
|
"""
|
143
144
|
__args__ = dict()
|
144
145
|
__args__['id'] = id
|
@@ -154,8 +155,8 @@ def get_sxp_domain_filter(id: Optional[str] = None,
|
|
154
155
|
sgt=pulumi.get(__ret__, 'sgt'),
|
155
156
|
subnet=pulumi.get(__ret__, 'subnet'),
|
156
157
|
vn=pulumi.get(__ret__, 'vn'))
|
157
|
-
def get_sxp_domain_filter_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
158
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
158
|
+
def get_sxp_domain_filter_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
159
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
159
160
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSxpDomainFilterResult]:
|
160
161
|
"""
|
161
162
|
This data source can read the SXP Domain Filter.
|
@@ -170,8 +171,8 @@ def get_sxp_domain_filter_output(id: Optional[pulumi.Input[Optional[str]]] = Non
|
|
170
171
|
```
|
171
172
|
|
172
173
|
|
173
|
-
:param str id: The id of the object
|
174
|
-
:param str name: Resource name
|
174
|
+
:param builtins.str id: The id of the object
|
175
|
+
:param builtins.str name: Resource name
|
175
176
|
"""
|
176
177
|
__args__ = dict()
|
177
178
|
__args__['id'] = id
|