pulumi-sdwan 0.2.0a1730384781__py3-none-any.whl → 0.2.1__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.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +460 -0
- pulumi_sdwan/_inputs.py +42951 -34707
- pulumi_sdwan/activate_centralized_policy.py +12 -0
- pulumi_sdwan/application_priority_feature_profile.py +2 -0
- pulumi_sdwan/application_priority_qos_policy.py +6 -2
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/attach_feature_device_template.py +16 -0
- pulumi_sdwan/cli_feature_profile.py +2 -0
- pulumi_sdwan/config/__init__.pyi +5 -5
- pulumi_sdwan/config/vars.py +5 -5
- pulumi_sdwan/configuration_group.py +108 -0
- pulumi_sdwan/dns_security_feature_profile.py +234 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -0
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- pulumi_sdwan/get_configuration_group.py +29 -1
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
- pulumi_sdwan/get_policy_object_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +30 -2
- pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
- pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
- pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
- pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +45 -1
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
- pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
- pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
- pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +29 -1
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +45 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +73 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +45 -1
- pulumi_sdwan/other_feature_profile.py +2 -0
- pulumi_sdwan/other_thousandeyes_feature.py +6 -2
- pulumi_sdwan/other_ucse_feature.py +91 -84
- pulumi_sdwan/outputs.py +56073 -45464
- pulumi_sdwan/policy_object_app_probe_class.py +341 -0
- pulumi_sdwan/policy_object_application_list.py +371 -0
- pulumi_sdwan/policy_object_as_path_list.py +389 -0
- pulumi_sdwan/policy_object_class_map.py +6 -2
- pulumi_sdwan/policy_object_color_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_expanded_community_list.py +6 -2
- pulumi_sdwan/policy_object_extended_community_list.py +6 -2
- pulumi_sdwan/policy_object_feature_profile.py +2 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_mirror.py +6 -2
- pulumi_sdwan/policy_object_policer.py +6 -2
- pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
- pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
- pulumi_sdwan/policy_object_security_identity_list.py +370 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
- pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
- pulumi_sdwan/policy_object_security_port_list.py +371 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
- pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
- pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
- pulumi_sdwan/policy_object_sla_class_list.py +341 -0
- pulumi_sdwan/policy_object_standard_community_list.py +341 -0
- pulumi_sdwan/policy_object_tloc_list.py +6 -2
- pulumi_sdwan/policy_object_vpn_group.py +371 -0
- pulumi_sdwan/provider.py +18 -18
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/service_feature_profile.py +2 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/service_lan_vpn_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +78 -78
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +158 -163
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +192 -55
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +6 -2
- pulumi_sdwan/service_object_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_route_policy_feature.py +6 -2
- pulumi_sdwan/service_routing_bgp_feature.py +6 -2
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/service_switchport_feature.py +6 -2
- pulumi_sdwan/service_tracker_feature.py +6 -2
- pulumi_sdwan/service_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
- pulumi_sdwan/sig_security_feature_profile.py +234 -0
- pulumi_sdwan/system_aaa_feature.py +6 -2
- pulumi_sdwan/system_banner_feature.py +6 -2
- pulumi_sdwan/system_basic_feature.py +6 -2
- pulumi_sdwan/system_bfd_feature.py +6 -2
- pulumi_sdwan/system_feature_profile.py +2 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +6 -2
- pulumi_sdwan/system_global_feature.py +6 -2
- pulumi_sdwan/system_ipv4_device_access_feature.py +6 -2
- pulumi_sdwan/system_ipv6_device_access_feature.py +6 -2
- pulumi_sdwan/system_logging_feature.py +6 -2
- pulumi_sdwan/system_mrf_feature.py +6 -2
- pulumi_sdwan/system_ntp_feature.py +6 -2
- pulumi_sdwan/system_omp_feature.py +6 -2
- pulumi_sdwan/system_performance_monitoring_feature.py +6 -2
- pulumi_sdwan/system_remote_access_feature.py +23 -20
- pulumi_sdwan/system_security_feature.py +6 -2
- pulumi_sdwan/system_snmp_feature.py +6 -2
- pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
- pulumi_sdwan/transport_feature_profile.py +2 -0
- pulumi_sdwan/transport_gps_feature.py +6 -2
- pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_tracker_feature.py +6 -2
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +184 -72
- pulumi_sdwan/transport_route_policy_feature.py +6 -2
- pulumi_sdwan/transport_routing_bgp_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospf_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +6 -2
- pulumi_sdwan/transport_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +142 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +334 -86
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +146 -2
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/METADATA +5 -5
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/RECORD +183 -91
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/WHEEL +1 -1
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/top_level.txt +0 -0
|
@@ -21,62 +21,67 @@ __all__ = ['OtherUcseFeatureArgs', 'OtherUcseFeature']
|
|
|
21
21
|
@pulumi.input_type
|
|
22
22
|
class OtherUcseFeatureArgs:
|
|
23
23
|
def __init__(__self__, *,
|
|
24
|
-
access_port_shared_failover_type: pulumi.Input[str],
|
|
25
|
-
access_port_shared_type: pulumi.Input[str],
|
|
26
24
|
bay: pulumi.Input[int],
|
|
27
|
-
default_gateway: pulumi.Input[str],
|
|
28
25
|
feature_profile_id: pulumi.Input[str],
|
|
29
|
-
ipv4_address: pulumi.Input[str],
|
|
30
26
|
slot: pulumi.Input[int],
|
|
31
27
|
access_port_dedicated: Optional[pulumi.Input[bool]] = None,
|
|
28
|
+
access_port_shared_failover_type: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
access_port_shared_type: Optional[pulumi.Input[str]] = None,
|
|
32
30
|
assign_priority: Optional[pulumi.Input[int]] = None,
|
|
33
31
|
assign_priority_variable: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
default_gateway: Optional[pulumi.Input[str]] = None,
|
|
34
33
|
default_gateway_variable: Optional[pulumi.Input[str]] = None,
|
|
35
34
|
description: Optional[pulumi.Input[str]] = None,
|
|
36
35
|
interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['OtherUcseFeatureInterfaceArgs']]]] = None,
|
|
36
|
+
ipv4_address: Optional[pulumi.Input[str]] = None,
|
|
37
37
|
ipv4_address_variable: Optional[pulumi.Input[str]] = None,
|
|
38
38
|
name: Optional[pulumi.Input[str]] = None,
|
|
39
39
|
vlan_id: Optional[pulumi.Input[int]] = None,
|
|
40
40
|
vlan_id_variable: Optional[pulumi.Input[str]] = None):
|
|
41
41
|
"""
|
|
42
42
|
The set of arguments for constructing a OtherUcseFeature resource.
|
|
43
|
-
:param pulumi.Input[str] access_port_shared_failover_type: - Choices: `ge2`, `te2`
|
|
44
|
-
:param pulumi.Input[str] access_port_shared_type: - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`, `console`, `failover`
|
|
45
43
|
:param pulumi.Input[int] bay: Bay - Range: `0`-`2`
|
|
46
|
-
:param pulumi.Input[str] default_gateway: Assign default gateway
|
|
47
44
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
48
|
-
:param pulumi.Input[str] ipv4_address: Assign IPv4 address
|
|
49
45
|
:param pulumi.Input[int] slot: Slot - Range: `0`-`3`
|
|
50
46
|
:param pulumi.Input[bool] access_port_dedicated: Dedicated - Default value: `true`
|
|
47
|
+
:param pulumi.Input[str] access_port_shared_failover_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
|
|
48
|
+
:param pulumi.Input[str] access_port_shared_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
49
|
+
`console`, `failover`
|
|
51
50
|
:param pulumi.Input[int] assign_priority: Assign priority - Range: `0`-`7`
|
|
52
51
|
:param pulumi.Input[str] assign_priority_variable: Variable name
|
|
52
|
+
:param pulumi.Input[str] default_gateway: Assign default gateway
|
|
53
53
|
:param pulumi.Input[str] default_gateway_variable: Variable name
|
|
54
54
|
:param pulumi.Input[str] description: The description of the Feature
|
|
55
55
|
:param pulumi.Input[Sequence[pulumi.Input['OtherUcseFeatureInterfaceArgs']]] interfaces: Interface name: GigabitEthernet0/<>/<> when present
|
|
56
|
+
:param pulumi.Input[str] ipv4_address: Assign IPv4 address
|
|
56
57
|
:param pulumi.Input[str] ipv4_address_variable: Variable name
|
|
57
58
|
:param pulumi.Input[str] name: The name of the Feature
|
|
58
59
|
:param pulumi.Input[int] vlan_id: Assign Vlan Id - Range: `2`-`4095`
|
|
59
60
|
:param pulumi.Input[str] vlan_id_variable: Variable name
|
|
60
61
|
"""
|
|
61
|
-
pulumi.set(__self__, "access_port_shared_failover_type", access_port_shared_failover_type)
|
|
62
|
-
pulumi.set(__self__, "access_port_shared_type", access_port_shared_type)
|
|
63
62
|
pulumi.set(__self__, "bay", bay)
|
|
64
|
-
pulumi.set(__self__, "default_gateway", default_gateway)
|
|
65
63
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
66
|
-
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
67
64
|
pulumi.set(__self__, "slot", slot)
|
|
68
65
|
if access_port_dedicated is not None:
|
|
69
66
|
pulumi.set(__self__, "access_port_dedicated", access_port_dedicated)
|
|
67
|
+
if access_port_shared_failover_type is not None:
|
|
68
|
+
pulumi.set(__self__, "access_port_shared_failover_type", access_port_shared_failover_type)
|
|
69
|
+
if access_port_shared_type is not None:
|
|
70
|
+
pulumi.set(__self__, "access_port_shared_type", access_port_shared_type)
|
|
70
71
|
if assign_priority is not None:
|
|
71
72
|
pulumi.set(__self__, "assign_priority", assign_priority)
|
|
72
73
|
if assign_priority_variable is not None:
|
|
73
74
|
pulumi.set(__self__, "assign_priority_variable", assign_priority_variable)
|
|
75
|
+
if default_gateway is not None:
|
|
76
|
+
pulumi.set(__self__, "default_gateway", default_gateway)
|
|
74
77
|
if default_gateway_variable is not None:
|
|
75
78
|
pulumi.set(__self__, "default_gateway_variable", default_gateway_variable)
|
|
76
79
|
if description is not None:
|
|
77
80
|
pulumi.set(__self__, "description", description)
|
|
78
81
|
if interfaces is not None:
|
|
79
82
|
pulumi.set(__self__, "interfaces", interfaces)
|
|
83
|
+
if ipv4_address is not None:
|
|
84
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
80
85
|
if ipv4_address_variable is not None:
|
|
81
86
|
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
82
87
|
if name is not None:
|
|
@@ -86,30 +91,6 @@ class OtherUcseFeatureArgs:
|
|
|
86
91
|
if vlan_id_variable is not None:
|
|
87
92
|
pulumi.set(__self__, "vlan_id_variable", vlan_id_variable)
|
|
88
93
|
|
|
89
|
-
@property
|
|
90
|
-
@pulumi.getter(name="accessPortSharedFailoverType")
|
|
91
|
-
def access_port_shared_failover_type(self) -> pulumi.Input[str]:
|
|
92
|
-
"""
|
|
93
|
-
- Choices: `ge2`, `te2`
|
|
94
|
-
"""
|
|
95
|
-
return pulumi.get(self, "access_port_shared_failover_type")
|
|
96
|
-
|
|
97
|
-
@access_port_shared_failover_type.setter
|
|
98
|
-
def access_port_shared_failover_type(self, value: pulumi.Input[str]):
|
|
99
|
-
pulumi.set(self, "access_port_shared_failover_type", value)
|
|
100
|
-
|
|
101
|
-
@property
|
|
102
|
-
@pulumi.getter(name="accessPortSharedType")
|
|
103
|
-
def access_port_shared_type(self) -> pulumi.Input[str]:
|
|
104
|
-
"""
|
|
105
|
-
- Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`, `console`, `failover`
|
|
106
|
-
"""
|
|
107
|
-
return pulumi.get(self, "access_port_shared_type")
|
|
108
|
-
|
|
109
|
-
@access_port_shared_type.setter
|
|
110
|
-
def access_port_shared_type(self, value: pulumi.Input[str]):
|
|
111
|
-
pulumi.set(self, "access_port_shared_type", value)
|
|
112
|
-
|
|
113
94
|
@property
|
|
114
95
|
@pulumi.getter
|
|
115
96
|
def bay(self) -> pulumi.Input[int]:
|
|
@@ -122,18 +103,6 @@ class OtherUcseFeatureArgs:
|
|
|
122
103
|
def bay(self, value: pulumi.Input[int]):
|
|
123
104
|
pulumi.set(self, "bay", value)
|
|
124
105
|
|
|
125
|
-
@property
|
|
126
|
-
@pulumi.getter(name="defaultGateway")
|
|
127
|
-
def default_gateway(self) -> pulumi.Input[str]:
|
|
128
|
-
"""
|
|
129
|
-
Assign default gateway
|
|
130
|
-
"""
|
|
131
|
-
return pulumi.get(self, "default_gateway")
|
|
132
|
-
|
|
133
|
-
@default_gateway.setter
|
|
134
|
-
def default_gateway(self, value: pulumi.Input[str]):
|
|
135
|
-
pulumi.set(self, "default_gateway", value)
|
|
136
|
-
|
|
137
106
|
@property
|
|
138
107
|
@pulumi.getter(name="featureProfileId")
|
|
139
108
|
def feature_profile_id(self) -> pulumi.Input[str]:
|
|
@@ -146,18 +115,6 @@ class OtherUcseFeatureArgs:
|
|
|
146
115
|
def feature_profile_id(self, value: pulumi.Input[str]):
|
|
147
116
|
pulumi.set(self, "feature_profile_id", value)
|
|
148
117
|
|
|
149
|
-
@property
|
|
150
|
-
@pulumi.getter(name="ipv4Address")
|
|
151
|
-
def ipv4_address(self) -> pulumi.Input[str]:
|
|
152
|
-
"""
|
|
153
|
-
Assign IPv4 address
|
|
154
|
-
"""
|
|
155
|
-
return pulumi.get(self, "ipv4_address")
|
|
156
|
-
|
|
157
|
-
@ipv4_address.setter
|
|
158
|
-
def ipv4_address(self, value: pulumi.Input[str]):
|
|
159
|
-
pulumi.set(self, "ipv4_address", value)
|
|
160
|
-
|
|
161
118
|
@property
|
|
162
119
|
@pulumi.getter
|
|
163
120
|
def slot(self) -> pulumi.Input[int]:
|
|
@@ -182,6 +139,31 @@ class OtherUcseFeatureArgs:
|
|
|
182
139
|
def access_port_dedicated(self, value: Optional[pulumi.Input[bool]]):
|
|
183
140
|
pulumi.set(self, "access_port_dedicated", value)
|
|
184
141
|
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter(name="accessPortSharedFailoverType")
|
|
144
|
+
def access_port_shared_failover_type(self) -> Optional[pulumi.Input[str]]:
|
|
145
|
+
"""
|
|
146
|
+
, Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "access_port_shared_failover_type")
|
|
149
|
+
|
|
150
|
+
@access_port_shared_failover_type.setter
|
|
151
|
+
def access_port_shared_failover_type(self, value: Optional[pulumi.Input[str]]):
|
|
152
|
+
pulumi.set(self, "access_port_shared_failover_type", value)
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter(name="accessPortSharedType")
|
|
156
|
+
def access_port_shared_type(self) -> Optional[pulumi.Input[str]]:
|
|
157
|
+
"""
|
|
158
|
+
, Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
159
|
+
`console`, `failover`
|
|
160
|
+
"""
|
|
161
|
+
return pulumi.get(self, "access_port_shared_type")
|
|
162
|
+
|
|
163
|
+
@access_port_shared_type.setter
|
|
164
|
+
def access_port_shared_type(self, value: Optional[pulumi.Input[str]]):
|
|
165
|
+
pulumi.set(self, "access_port_shared_type", value)
|
|
166
|
+
|
|
185
167
|
@property
|
|
186
168
|
@pulumi.getter(name="assignPriority")
|
|
187
169
|
def assign_priority(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -206,6 +188,18 @@ class OtherUcseFeatureArgs:
|
|
|
206
188
|
def assign_priority_variable(self, value: Optional[pulumi.Input[str]]):
|
|
207
189
|
pulumi.set(self, "assign_priority_variable", value)
|
|
208
190
|
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter(name="defaultGateway")
|
|
193
|
+
def default_gateway(self) -> Optional[pulumi.Input[str]]:
|
|
194
|
+
"""
|
|
195
|
+
Assign default gateway
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "default_gateway")
|
|
198
|
+
|
|
199
|
+
@default_gateway.setter
|
|
200
|
+
def default_gateway(self, value: Optional[pulumi.Input[str]]):
|
|
201
|
+
pulumi.set(self, "default_gateway", value)
|
|
202
|
+
|
|
209
203
|
@property
|
|
210
204
|
@pulumi.getter(name="defaultGatewayVariable")
|
|
211
205
|
def default_gateway_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -242,6 +236,18 @@ class OtherUcseFeatureArgs:
|
|
|
242
236
|
def interfaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OtherUcseFeatureInterfaceArgs']]]]):
|
|
243
237
|
pulumi.set(self, "interfaces", value)
|
|
244
238
|
|
|
239
|
+
@property
|
|
240
|
+
@pulumi.getter(name="ipv4Address")
|
|
241
|
+
def ipv4_address(self) -> Optional[pulumi.Input[str]]:
|
|
242
|
+
"""
|
|
243
|
+
Assign IPv4 address
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "ipv4_address")
|
|
246
|
+
|
|
247
|
+
@ipv4_address.setter
|
|
248
|
+
def ipv4_address(self, value: Optional[pulumi.Input[str]]):
|
|
249
|
+
pulumi.set(self, "ipv4_address", value)
|
|
250
|
+
|
|
245
251
|
@property
|
|
246
252
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
247
253
|
def ipv4_address_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -315,8 +321,9 @@ class _OtherUcseFeatureState:
|
|
|
315
321
|
"""
|
|
316
322
|
Input properties used for looking up and filtering OtherUcseFeature resources.
|
|
317
323
|
:param pulumi.Input[bool] access_port_dedicated: Dedicated - Default value: `true`
|
|
318
|
-
:param pulumi.Input[str] access_port_shared_failover_type: - Choices: `ge2`, `te2`
|
|
319
|
-
:param pulumi.Input[str] access_port_shared_type: - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
324
|
+
:param pulumi.Input[str] access_port_shared_failover_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
|
|
325
|
+
:param pulumi.Input[str] access_port_shared_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
326
|
+
`console`, `failover`
|
|
320
327
|
:param pulumi.Input[int] assign_priority: Assign priority - Range: `0`-`7`
|
|
321
328
|
:param pulumi.Input[str] assign_priority_variable: Variable name
|
|
322
329
|
:param pulumi.Input[int] bay: Bay - Range: `0`-`2`
|
|
@@ -386,7 +393,7 @@ class _OtherUcseFeatureState:
|
|
|
386
393
|
@pulumi.getter(name="accessPortSharedFailoverType")
|
|
387
394
|
def access_port_shared_failover_type(self) -> Optional[pulumi.Input[str]]:
|
|
388
395
|
"""
|
|
389
|
-
- Choices: `ge2`, `te2`
|
|
396
|
+
, Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
|
|
390
397
|
"""
|
|
391
398
|
return pulumi.get(self, "access_port_shared_failover_type")
|
|
392
399
|
|
|
@@ -398,7 +405,8 @@ class _OtherUcseFeatureState:
|
|
|
398
405
|
@pulumi.getter(name="accessPortSharedType")
|
|
399
406
|
def access_port_shared_type(self) -> Optional[pulumi.Input[str]]:
|
|
400
407
|
"""
|
|
401
|
-
- Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
408
|
+
, Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
409
|
+
`console`, `failover`
|
|
402
410
|
"""
|
|
403
411
|
return pulumi.get(self, "access_port_shared_type")
|
|
404
412
|
|
|
@@ -616,15 +624,18 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
616
624
|
|
|
617
625
|
## Import
|
|
618
626
|
|
|
627
|
+
Expected import identifier with the format: "other_ucse_feature_id,feature_profile_id"
|
|
628
|
+
|
|
619
629
|
```sh
|
|
620
|
-
$ pulumi import sdwan:index/otherUcseFeature:OtherUcseFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
630
|
+
$ pulumi import sdwan:index/otherUcseFeature:OtherUcseFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
621
631
|
```
|
|
622
632
|
|
|
623
633
|
:param str resource_name: The name of the resource.
|
|
624
634
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
625
635
|
:param pulumi.Input[bool] access_port_dedicated: Dedicated - Default value: `true`
|
|
626
|
-
:param pulumi.Input[str] access_port_shared_failover_type: - Choices: `ge2`, `te2`
|
|
627
|
-
:param pulumi.Input[str] access_port_shared_type: - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
636
|
+
:param pulumi.Input[str] access_port_shared_failover_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
|
|
637
|
+
:param pulumi.Input[str] access_port_shared_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
638
|
+
`console`, `failover`
|
|
628
639
|
:param pulumi.Input[int] assign_priority: Assign priority - Range: `0`-`7`
|
|
629
640
|
:param pulumi.Input[str] assign_priority_variable: Variable name
|
|
630
641
|
:param pulumi.Input[int] bay: Bay - Range: `0`-`2`
|
|
@@ -652,8 +663,10 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
652
663
|
|
|
653
664
|
## Import
|
|
654
665
|
|
|
666
|
+
Expected import identifier with the format: "other_ucse_feature_id,feature_profile_id"
|
|
667
|
+
|
|
655
668
|
```sh
|
|
656
|
-
$ pulumi import sdwan:index/otherUcseFeature:OtherUcseFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
669
|
+
$ pulumi import sdwan:index/otherUcseFeature:OtherUcseFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
657
670
|
```
|
|
658
671
|
|
|
659
672
|
:param str resource_name: The name of the resource.
|
|
@@ -698,19 +711,13 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
698
711
|
__props__ = OtherUcseFeatureArgs.__new__(OtherUcseFeatureArgs)
|
|
699
712
|
|
|
700
713
|
__props__.__dict__["access_port_dedicated"] = access_port_dedicated
|
|
701
|
-
if access_port_shared_failover_type is None and not opts.urn:
|
|
702
|
-
raise TypeError("Missing required property 'access_port_shared_failover_type'")
|
|
703
714
|
__props__.__dict__["access_port_shared_failover_type"] = access_port_shared_failover_type
|
|
704
|
-
if access_port_shared_type is None and not opts.urn:
|
|
705
|
-
raise TypeError("Missing required property 'access_port_shared_type'")
|
|
706
715
|
__props__.__dict__["access_port_shared_type"] = access_port_shared_type
|
|
707
716
|
__props__.__dict__["assign_priority"] = assign_priority
|
|
708
717
|
__props__.__dict__["assign_priority_variable"] = assign_priority_variable
|
|
709
718
|
if bay is None and not opts.urn:
|
|
710
719
|
raise TypeError("Missing required property 'bay'")
|
|
711
720
|
__props__.__dict__["bay"] = bay
|
|
712
|
-
if default_gateway is None and not opts.urn:
|
|
713
|
-
raise TypeError("Missing required property 'default_gateway'")
|
|
714
721
|
__props__.__dict__["default_gateway"] = default_gateway
|
|
715
722
|
__props__.__dict__["default_gateway_variable"] = default_gateway_variable
|
|
716
723
|
__props__.__dict__["description"] = description
|
|
@@ -718,8 +725,6 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
718
725
|
raise TypeError("Missing required property 'feature_profile_id'")
|
|
719
726
|
__props__.__dict__["feature_profile_id"] = feature_profile_id
|
|
720
727
|
__props__.__dict__["interfaces"] = interfaces
|
|
721
|
-
if ipv4_address is None and not opts.urn:
|
|
722
|
-
raise TypeError("Missing required property 'ipv4_address'")
|
|
723
728
|
__props__.__dict__["ipv4_address"] = ipv4_address
|
|
724
729
|
__props__.__dict__["ipv4_address_variable"] = ipv4_address_variable
|
|
725
730
|
__props__.__dict__["name"] = name
|
|
@@ -765,8 +770,9 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
765
770
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
766
771
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
767
772
|
:param pulumi.Input[bool] access_port_dedicated: Dedicated - Default value: `true`
|
|
768
|
-
:param pulumi.Input[str] access_port_shared_failover_type: - Choices: `ge2`, `te2`
|
|
769
|
-
:param pulumi.Input[str] access_port_shared_type: - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
773
|
+
:param pulumi.Input[str] access_port_shared_failover_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
|
|
774
|
+
:param pulumi.Input[str] access_port_shared_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
775
|
+
`console`, `failover`
|
|
770
776
|
:param pulumi.Input[int] assign_priority: Assign priority - Range: `0`-`7`
|
|
771
777
|
:param pulumi.Input[str] assign_priority_variable: Variable name
|
|
772
778
|
:param pulumi.Input[int] bay: Bay - Range: `0`-`2`
|
|
@@ -817,17 +823,18 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
817
823
|
|
|
818
824
|
@property
|
|
819
825
|
@pulumi.getter(name="accessPortSharedFailoverType")
|
|
820
|
-
def access_port_shared_failover_type(self) -> pulumi.Output[str]:
|
|
826
|
+
def access_port_shared_failover_type(self) -> pulumi.Output[Optional[str]]:
|
|
821
827
|
"""
|
|
822
|
-
- Choices: `ge2`, `te2`
|
|
828
|
+
, Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
|
|
823
829
|
"""
|
|
824
830
|
return pulumi.get(self, "access_port_shared_failover_type")
|
|
825
831
|
|
|
826
832
|
@property
|
|
827
833
|
@pulumi.getter(name="accessPortSharedType")
|
|
828
|
-
def access_port_shared_type(self) -> pulumi.Output[str]:
|
|
834
|
+
def access_port_shared_type(self) -> pulumi.Output[Optional[str]]:
|
|
829
835
|
"""
|
|
830
|
-
- Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
836
|
+
, Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
|
|
837
|
+
`console`, `failover`
|
|
831
838
|
"""
|
|
832
839
|
return pulumi.get(self, "access_port_shared_type")
|
|
833
840
|
|
|
@@ -857,7 +864,7 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
857
864
|
|
|
858
865
|
@property
|
|
859
866
|
@pulumi.getter(name="defaultGateway")
|
|
860
|
-
def default_gateway(self) -> pulumi.Output[str]:
|
|
867
|
+
def default_gateway(self) -> pulumi.Output[Optional[str]]:
|
|
861
868
|
"""
|
|
862
869
|
Assign default gateway
|
|
863
870
|
"""
|
|
@@ -897,7 +904,7 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
897
904
|
|
|
898
905
|
@property
|
|
899
906
|
@pulumi.getter(name="ipv4Address")
|
|
900
|
-
def ipv4_address(self) -> pulumi.Output[str]:
|
|
907
|
+
def ipv4_address(self) -> pulumi.Output[Optional[str]]:
|
|
901
908
|
"""
|
|
902
909
|
Assign IPv4 address
|
|
903
910
|
"""
|