@pulumi/azure-native 1.77.0 → 1.78.0-alpha.1663079940

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 (60) hide show
  1. package/mobilenetwork/attachedDataNetwork.d.ts +31 -17
  2. package/mobilenetwork/attachedDataNetwork.js +6 -2
  3. package/mobilenetwork/dataNetwork.d.ts +7 -2
  4. package/mobilenetwork/dataNetwork.js +4 -2
  5. package/mobilenetwork/getAttachedDataNetwork.d.ts +18 -9
  6. package/mobilenetwork/getAttachedDataNetwork.js +2 -2
  7. package/mobilenetwork/getDataNetwork.d.ts +8 -3
  8. package/mobilenetwork/getDataNetwork.js +2 -2
  9. package/mobilenetwork/getMobileNetwork.d.ts +6 -2
  10. package/mobilenetwork/getMobileNetwork.js +2 -2
  11. package/mobilenetwork/getPacketCoreControlPlane.d.ts +28 -8
  12. package/mobilenetwork/getPacketCoreControlPlane.js +2 -2
  13. package/mobilenetwork/getPacketCoreDataPlane.d.ts +6 -2
  14. package/mobilenetwork/getPacketCoreDataPlane.js +2 -2
  15. package/mobilenetwork/getService.d.ts +8 -4
  16. package/mobilenetwork/getService.js +2 -2
  17. package/mobilenetwork/getSim.d.ts +23 -25
  18. package/mobilenetwork/getSim.js +4 -3
  19. package/mobilenetwork/getSimGroup.d.ts +99 -0
  20. package/mobilenetwork/getSimGroup.js +27 -0
  21. package/mobilenetwork/getSimPolicy.d.ts +10 -6
  22. package/mobilenetwork/getSimPolicy.js +3 -3
  23. package/mobilenetwork/getSite.d.ts +7 -3
  24. package/mobilenetwork/getSite.js +2 -2
  25. package/mobilenetwork/getSlice.d.ts +8 -4
  26. package/mobilenetwork/getSlice.js +2 -2
  27. package/mobilenetwork/index.d.ts +6 -0
  28. package/mobilenetwork/index.js +9 -2
  29. package/mobilenetwork/listMobileNetworkSimIds.d.ts +4 -4
  30. package/mobilenetwork/listMobileNetworkSimIds.js +2 -2
  31. package/mobilenetwork/mobileNetwork.d.ts +7 -3
  32. package/mobilenetwork/mobileNetwork.js +4 -2
  33. package/mobilenetwork/packetCoreControlPlane.d.ts +47 -11
  34. package/mobilenetwork/packetCoreControlPlane.js +17 -4
  35. package/mobilenetwork/packetCoreDataPlane.d.ts +7 -3
  36. package/mobilenetwork/packetCoreDataPlane.js +4 -2
  37. package/mobilenetwork/service.d.ts +11 -7
  38. package/mobilenetwork/service.js +4 -2
  39. package/mobilenetwork/sim.d.ts +25 -45
  40. package/mobilenetwork/sim.js +12 -12
  41. package/mobilenetwork/simGroup.d.ts +153 -0
  42. package/mobilenetwork/simGroup.js +92 -0
  43. package/mobilenetwork/simPolicy.d.ts +11 -7
  44. package/mobilenetwork/simPolicy.js +5 -3
  45. package/mobilenetwork/site.d.ts +8 -4
  46. package/mobilenetwork/site.js +4 -2
  47. package/mobilenetwork/slice.d.ts +8 -4
  48. package/mobilenetwork/slice.js +4 -2
  49. package/mobilenetwork/v20220101preview/sim.js +2 -2
  50. package/mobilenetwork/v20220301preview/sim.js +2 -2
  51. package/mobilenetwork/v20220401preview/sim.js +3 -1
  52. package/mobilenetwork/v20220401preview/simGroup.js +3 -1
  53. package/package.json +2 -2
  54. package/package.json.dev +2 -2
  55. package/types/enums/mobilenetwork/index.d.ts +102 -5
  56. package/types/enums/mobilenetwork/index.js +87 -2
  57. package/types/input.d.ts +158 -63
  58. package/types/input.js +3 -3
  59. package/types/output.d.ts +208 -63
  60. package/types/output.js +3 -3
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.TrafficControlPermission = exports.SdfDirection = exports.PreemptionVulnerability = exports.PreemptionCapability = exports.PduSessionType = exports.NaptEnabled = exports.CreatedByType = exports.CoreNetworkType = exports.v20220401preview = exports.v20220301preview = exports.v20220101preview = void 0;
5
+ exports.TrafficControlPermission = exports.SdfDirection = exports.PreemptionVulnerability = exports.PreemptionCapability = exports.PlatformType = exports.PduSessionType = exports.NaptEnabled = exports.ManagedServiceIdentityType = exports.CreatedByType = exports.CoreNetworkType = exports.BillingSku = exports.v20220401preview = exports.v20220301preview = exports.v20220101preview = void 0;
6
6
  // Export sub-modules:
7
7
  const v20220101preview = require("./v20220101preview");
8
8
  exports.v20220101preview = v20220101preview;
@@ -10,8 +10,44 @@ const v20220301preview = require("./v20220301preview");
10
10
  exports.v20220301preview = v20220301preview;
11
11
  const v20220401preview = require("./v20220401preview");
12
12
  exports.v20220401preview = v20220401preview;
13
+ exports.BillingSku = {
14
+ /**
15
+ * Evaluation package plan
16
+ */
17
+ EvaluationPackage: "EvaluationPackage",
18
+ /**
19
+ * Flagship starter package plan
20
+ */
21
+ FlagshipStarterPackage: "FlagshipStarterPackage",
22
+ /**
23
+ * Edge site 2Gbps plan
24
+ */
25
+ EdgeSite2GBPS: "EdgeSite2GBPS",
26
+ /**
27
+ * Edge site 3Gbps plan
28
+ */
29
+ EdgeSite3GBPS: "EdgeSite3GBPS",
30
+ /**
31
+ * Edge site 4Gbps plan
32
+ */
33
+ EdgeSite4GBPS: "EdgeSite4GBPS",
34
+ /**
35
+ * Medium package plan
36
+ */
37
+ MediumPackage: "MediumPackage",
38
+ /**
39
+ * Large package plan
40
+ */
41
+ LargePackage: "LargePackage",
42
+ };
13
43
  exports.CoreNetworkType = {
44
+ /**
45
+ * 5G core
46
+ */
14
47
  CoreNetworkType_5GC: "5GC",
48
+ /**
49
+ * EPC / 4G core
50
+ */
15
51
  EPC: "EPC",
16
52
  };
17
53
  exports.CreatedByType = {
@@ -20,29 +56,78 @@ exports.CreatedByType = {
20
56
  ManagedIdentity: "ManagedIdentity",
21
57
  Key: "Key",
22
58
  };
59
+ exports.ManagedServiceIdentityType = {
60
+ None: "None",
61
+ SystemAssigned: "SystemAssigned",
62
+ UserAssigned: "UserAssigned",
63
+ SystemAssigned_UserAssigned: "SystemAssigned,UserAssigned",
64
+ };
23
65
  exports.NaptEnabled = {
66
+ /**
67
+ * NAPT is enabled
68
+ */
24
69
  Enabled: "Enabled",
70
+ /**
71
+ * NAPT is disabled
72
+ */
25
73
  Disabled: "Disabled",
26
74
  };
27
75
  exports.PduSessionType = {
28
76
  IPv4: "IPv4",
29
77
  IPv6: "IPv6",
30
78
  };
79
+ exports.PlatformType = {
80
+ /**
81
+ * If this option is chosen, you must set one of "azureStackEdgeDevice", "connectedCluster" or "customLocation". If multiple are set then "customLocation" will take precedence over "connectedCluster" which takes precedence over "azureStackEdgeDevice".
82
+ */
83
+ AKS_HCI: "AKS-HCI",
84
+ /**
85
+ * If this option is chosen, you must set one of "connectedCluster" or "customLocation". If multiple are set then "customLocation" will take precedence over "connectedCluster".
86
+ */
87
+ BaseVM: "BaseVM",
88
+ };
31
89
  exports.PreemptionCapability = {
90
+ /**
91
+ * Cannot preempt
92
+ */
32
93
  NotPreempt: "NotPreempt",
94
+ /**
95
+ * May preempt
96
+ */
33
97
  MayPreempt: "MayPreempt",
34
98
  };
35
99
  exports.PreemptionVulnerability = {
100
+ /**
101
+ * Cannot be preempted
102
+ */
36
103
  NotPreemptable: "NotPreemptable",
104
+ /**
105
+ * May be preempted
106
+ */
37
107
  Preemptable: "Preemptable",
38
108
  };
39
109
  exports.SdfDirection = {
110
+ /**
111
+ * Traffic flowing from the UE to the data network.
112
+ */
40
113
  Uplink: "Uplink",
114
+ /**
115
+ * Traffic flowing from the data network to the UE.
116
+ */
41
117
  Downlink: "Downlink",
118
+ /**
119
+ * Traffic flowing both to and from the UE.
120
+ */
42
121
  Bidirectional: "Bidirectional",
43
122
  };
44
123
  exports.TrafficControlPermission = {
124
+ /**
125
+ * Traffic matching this rule is allowed to flow.
126
+ */
45
127
  Enabled: "Enabled",
128
+ /**
129
+ * Traffic matching this rule is not allowed to flow.
130
+ */
46
131
  Blocked: "Blocked",
47
132
  };
48
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9tb2JpbGVuZXR3b3JrL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYsc0JBQXNCO0FBQ3RCLHVEQUF1RDtBQUtuRCw0Q0FBZ0I7QUFKcEIsdURBQXVEO0FBS25ELDRDQUFnQjtBQUpwQix1REFBdUQ7QUFLbkQsNENBQWdCO0FBR1AsUUFBQSxlQUFlLEdBQUc7SUFDM0IsbUJBQW1CLEVBQUUsS0FBSztJQUMxQixHQUFHLEVBQUUsS0FBSztDQUNKLENBQUM7QUFPRSxRQUFBLGFBQWEsR0FBRztJQUN6QixJQUFJLEVBQUUsTUFBTTtJQUNaLFdBQVcsRUFBRSxhQUFhO0lBQzFCLGVBQWUsRUFBRSxpQkFBaUI7SUFDbEMsR0FBRyxFQUFFLEtBQUs7Q0FDSixDQUFDO0FBT0UsUUFBQSxXQUFXLEdBQUc7SUFDdkIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBT0UsUUFBQSxjQUFjLEdBQUc7SUFDMUIsSUFBSSxFQUFFLE1BQU07SUFDWixJQUFJLEVBQUUsTUFBTTtDQUNOLENBQUM7QUFPRSxRQUFBLG9CQUFvQixHQUFHO0lBQ2hDLFVBQVUsRUFBRSxZQUFZO0lBQ3hCLFVBQVUsRUFBRSxZQUFZO0NBQ2xCLENBQUM7QUFPRSxRQUFBLHVCQUF1QixHQUFHO0lBQ25DLGNBQWMsRUFBRSxnQkFBZ0I7SUFDaEMsV0FBVyxFQUFFLGFBQWE7Q0FDcEIsQ0FBQztBQU9FLFFBQUEsWUFBWSxHQUFHO0lBQ3hCLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLGFBQWEsRUFBRSxlQUFlO0NBQ3hCLENBQUM7QUFPRSxRQUFBLHdCQUF3QixHQUFHO0lBQ3BDLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLE9BQU8sRUFBRSxTQUFTO0NBQ1osQ0FBQyJ9
133
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9tb2JpbGVuZXR3b3JrL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYsc0JBQXNCO0FBQ3RCLHVEQUF1RDtBQUtuRCw0Q0FBZ0I7QUFKcEIsdURBQXVEO0FBS25ELDRDQUFnQjtBQUpwQix1REFBdUQ7QUFLbkQsNENBQWdCO0FBR1AsUUFBQSxVQUFVLEdBQUc7SUFDdEI7O09BRUc7SUFDSCxpQkFBaUIsRUFBRSxtQkFBbUI7SUFDdEM7O09BRUc7SUFDSCxzQkFBc0IsRUFBRSx3QkFBd0I7SUFDaEQ7O09BRUc7SUFDSCxhQUFhLEVBQUUsZUFBZTtJQUM5Qjs7T0FFRztJQUNILGFBQWEsRUFBRSxlQUFlO0lBQzlCOztPQUVHO0lBQ0gsYUFBYSxFQUFFLGVBQWU7SUFDOUI7O09BRUc7SUFDSCxhQUFhLEVBQUUsZUFBZTtJQUM5Qjs7T0FFRztJQUNILFlBQVksRUFBRSxjQUFjO0NBQ3RCLENBQUM7QUFPRSxRQUFBLGVBQWUsR0FBRztJQUMzQjs7T0FFRztJQUNILG1CQUFtQixFQUFFLEtBQUs7SUFDMUI7O09BRUc7SUFDSCxHQUFHLEVBQUUsS0FBSztDQUNKLENBQUM7QUFPRSxRQUFBLGFBQWEsR0FBRztJQUN6QixJQUFJLEVBQUUsTUFBTTtJQUNaLFdBQVcsRUFBRSxhQUFhO0lBQzFCLGVBQWUsRUFBRSxpQkFBaUI7SUFDbEMsR0FBRyxFQUFFLEtBQUs7Q0FDSixDQUFDO0FBT0UsUUFBQSwwQkFBMEIsR0FBRztJQUN0QyxJQUFJLEVBQUUsTUFBTTtJQUNaLGNBQWMsRUFBRSxnQkFBZ0I7SUFDaEMsWUFBWSxFQUFFLGNBQWM7SUFDNUIsMkJBQTJCLEVBQUUsNkJBQTZCO0NBQ3BELENBQUM7QUFPRSxRQUFBLFdBQVcsR0FBRztJQUN2Qjs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0lBQ2xCOztPQUVHO0lBQ0gsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBT0UsUUFBQSxjQUFjLEdBQUc7SUFDMUIsSUFBSSxFQUFFLE1BQU07SUFDWixJQUFJLEVBQUUsTUFBTTtDQUNOLENBQUM7QUFPRSxRQUFBLFlBQVksR0FBRztJQUN4Qjs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0lBQ2xCOztPQUVHO0lBQ0gsTUFBTSxFQUFFLFFBQVE7Q0FDVixDQUFDO0FBT0UsUUFBQSxvQkFBb0IsR0FBRztJQUNoQzs7T0FFRztJQUNILFVBQVUsRUFBRSxZQUFZO0lBQ3hCOztPQUVHO0lBQ0gsVUFBVSxFQUFFLFlBQVk7Q0FDbEIsQ0FBQztBQU9FLFFBQUEsdUJBQXVCLEdBQUc7SUFDbkM7O09BRUc7SUFDSCxjQUFjLEVBQUUsZ0JBQWdCO0lBQ2hDOztPQUVHO0lBQ0gsV0FBVyxFQUFFLGFBQWE7Q0FDcEIsQ0FBQztBQU9FLFFBQUEsWUFBWSxHQUFHO0lBQ3hCOztPQUVHO0lBQ0gsTUFBTSxFQUFFLFFBQVE7SUFDaEI7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtJQUNwQjs7T0FFRztJQUNILGFBQWEsRUFBRSxlQUFlO0NBQ3hCLENBQUM7QUFPRSxRQUFBLHdCQUF3QixHQUFHO0lBQ3BDOztPQUVHO0lBQ0gsT0FBTyxFQUFFLFNBQVM7SUFDbEI7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztDQUNaLENBQUMifQ==
package/types/input.d.ts CHANGED
@@ -377038,7 +377038,7 @@ export declare namespace mixedreality {
377038
377038
  }
377039
377039
  export declare namespace mobilenetwork {
377040
377040
  /**
377041
- * Aggregate Maximum Bit Rate.
377041
+ * Aggregate maximum bit rate.
377042
377042
  */
377043
377043
  interface AmbrArgs {
377044
377044
  /**
@@ -377051,29 +377051,47 @@ export declare namespace mobilenetwork {
377051
377051
  uplink: pulumi.Input<string>;
377052
377052
  }
377053
377053
  /**
377054
- * Reference to an Attached Data Network resource.
377054
+ * Reference to an attached data network resource.
377055
377055
  */
377056
377056
  interface AttachedDataNetworkResourceIdArgs {
377057
377057
  /**
377058
- * Attached Data Network resource ID.
377058
+ * Attached data network resource ID.
377059
377059
  */
377060
377060
  id: pulumi.Input<string>;
377061
377061
  }
377062
377062
  /**
377063
- * Reference to an Azure ARC custom location resource.
377063
+ * Reference to an Azure Arc custom location resource.
377064
+ */
377065
+ interface AzureStackEdgeDeviceResourceIdArgs {
377066
+ /**
377067
+ * Azure Stack Edge device resource ID.
377068
+ */
377069
+ id: pulumi.Input<string>;
377070
+ }
377071
+ /**
377072
+ * Reference to an Azure Arc custom location resource.
377073
+ */
377074
+ interface ConnectedClusterResourceIdArgs {
377075
+ /**
377076
+ * Azure Arc connected cluster resource ID.
377077
+ */
377078
+ id: pulumi.Input<string>;
377079
+ }
377080
+ /**
377081
+ * Reference to an Azure Arc custom location resource.
377064
377082
  */
377065
377083
  interface CustomLocationResourceIdArgs {
377066
377084
  /**
377067
- * Azure ARC custom location resource ID.
377085
+ * Azure Arc custom location resource ID.
377068
377086
  */
377069
377087
  id: pulumi.Input<string>;
377070
377088
  }
377071
377089
  /**
377072
- * Settings controlling Data Network use
377090
+ * Settings controlling data network use
377073
377091
  */
377074
377092
  interface DataNetworkConfigurationArgs {
377075
377093
  /**
377076
- * Allowed session types in addition to the default session type. Must not duplicate the default session type.
377094
+ * Allowed session types in addition to the default session type. Must not duplicate the default session type.
377077
377095
  */
377078
377096
  additionalAllowedSessionTypes?: pulumi.Input<pulumi.Input<string | enums.mobilenetwork.PduSessionType>[]>;
377079
377097
  /**
@@ -377081,11 +377099,11 @@ export declare namespace mobilenetwork {
377081
377099
  */
377082
377100
  allocationAndRetentionPriorityLevel?: pulumi.Input<number>;
377083
377101
  /**
377084
- * List of Services that can be used as part of this Sim Policy. The list must not contain duplicate items and must contain at least one item.
377102
+ * List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item.
377085
377103
  */
377086
377104
  allowedServices: pulumi.Input<pulumi.Input<inputs.mobilenetwork.ServiceResourceIdArgs>[]>;
377087
377105
  /**
377088
- * A reference to the Data Network that these settings apply to
377106
+ * A reference to the data network that these settings apply to
377089
377107
  */
377090
377108
  dataNetwork: pulumi.Input<inputs.mobilenetwork.DataNetworkResourceIdArgs>;
377091
377109
  /**
@@ -377093,15 +377111,15 @@ export declare namespace mobilenetwork {
377093
377111
  */
377094
377112
  defaultSessionType?: pulumi.Input<string | enums.mobilenetwork.PduSessionType>;
377095
377113
  /**
377096
- * Default QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value selecting a GBR (Guaranteed Bit Rate) QoS. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5Qi parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values.
377114
+ * Default QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value corresponding to a GBR (guaranteed bit rate) QoS Flow. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values.
377097
377115
  */
377098
377116
  fiveQi?: pulumi.Input<number>;
377099
377117
  /**
377100
- * Default QoS Flow preemption capability. The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377118
+ * Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377101
377119
  */
377102
377120
  preemptionCapability?: pulumi.Input<string | enums.mobilenetwork.PreemptionCapability>;
377103
377121
  /**
377104
- * Default QoS Flow preemption vulnerability. The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377122
+ * Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377105
377123
  */
377106
377124
  preemptionVulnerability?: pulumi.Input<string | enums.mobilenetwork.PreemptionVulnerability>;
377107
377125
  /**
@@ -377114,11 +377132,11 @@ export declare namespace mobilenetwork {
377114
377132
  */
377115
377133
  function dataNetworkConfigurationArgsProvideDefaults(val: DataNetworkConfigurationArgs): DataNetworkConfigurationArgs;
377116
377134
  /**
377117
- * Reference to a Data Network resource.
377135
+ * Reference to a data network resource.
377118
377136
  */
377119
377137
  interface DataNetworkResourceIdArgs {
377120
377138
  /**
377121
- * Data Network resource ID.
377139
+ * Data network resource ID.
377122
377140
  */
377123
377141
  id: pulumi.Input<string>;
377124
377142
  }
@@ -377127,29 +377145,83 @@ export declare namespace mobilenetwork {
377127
377145
  */
377128
377146
  interface InterfacePropertiesArgs {
377129
377147
  /**
377130
- * The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge machine.
377148
+ * The IPv4 address.
377131
377149
  */
377132
- name: pulumi.Input<string>;
377150
+ ipv4Address?: pulumi.Input<string>;
377151
+ /**
377152
+ * The default IPv4 gateway (router).
377153
+ */
377154
+ ipv4Gateway?: pulumi.Input<string>;
377155
+ /**
377156
+ * The IPv4 subnet.
377157
+ */
377158
+ ipv4Subnet?: pulumi.Input<string>;
377159
+ /**
377160
+ * The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
377161
+ */
377162
+ name?: pulumi.Input<string>;
377133
377163
  }
377134
377164
  /**
377135
- * Reference to a Mobile Network resource.
377165
+ * An Azure key vault certificate.
377166
+ */
377167
+ interface KeyVaultCertificateArgs {
377168
+ /**
377169
+ * The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
377170
+ */
377171
+ certificateUrl?: pulumi.Input<string>;
377172
+ }
377173
+ /**
377174
+ * An Azure key vault key.
377175
+ */
377176
+ interface KeyVaultKeyArgs {
377177
+ /**
377178
+ * The key URL, unversioned. For example: https://contosovault.vault.azure.net/keys/azureKey.
377179
+ */
377180
+ keyUrl?: pulumi.Input<string>;
377181
+ }
377182
+ /**
377183
+ * The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
377184
+ */
377185
+ interface LocalDiagnosticsAccessConfigurationArgs {
377186
+ /**
377187
+ * The HTTPS server TLS certificate used to secure local access to diagnostics.
377188
+ */
377189
+ httpsServerCertificate?: pulumi.Input<inputs.mobilenetwork.KeyVaultCertificateArgs>;
377190
+ }
377191
+ /**
377192
+ * Managed service identity (system assigned and/or user assigned identities)
377193
+ */
377194
+ interface ManagedServiceIdentityArgs {
377195
+ /**
377196
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
377197
+ */
377198
+ type: pulumi.Input<string | enums.mobilenetwork.ManagedServiceIdentityType>;
377199
+ /**
377200
+ * The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
377201
+ */
377202
+ userAssignedIdentities?: pulumi.Input<{
377203
+ [key: string]: any;
377204
+ }>;
377205
+ }
377206
+ /**
377207
+ * Reference to a mobile network resource.
377136
377208
  */
377137
377209
  interface MobileNetworkResourceIdArgs {
377138
377210
  /**
377139
- * Mobile Network resource ID.
377211
+ * Mobile network resource ID.
377140
377212
  */
377141
377213
  id: pulumi.Input<string>;
377142
377214
  }
377143
377215
  /**
377144
- * The Network Address and Port Translation settings to use for the attached data network.
377216
+ * The network address and port translation settings to use for the attached data network.
377145
377217
  */
377146
377218
  interface NaptConfigurationArgs {
377147
377219
  /**
377148
- * Whether NAPT is enabled for connections to this attachedDataNetwork.
377220
+ * Whether NAPT is enabled for connections to this attached data network.
377149
377221
  */
377150
377222
  enabled?: pulumi.Input<string | enums.mobilenetwork.NaptEnabled>;
377151
377223
  /**
377152
- * Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface.
377224
+ * Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface.
377153
377225
  */
377154
377226
  pinholeLimits?: pulumi.Input<number>;
377155
377227
  /**
@@ -377158,7 +377230,8 @@ export declare namespace mobilenetwork {
377158
377230
  pinholeTimeouts?: pulumi.Input<inputs.mobilenetwork.PinholeTimeoutsArgs>;
377159
377231
  /**
377160
377232
  * Range of port numbers to use as translated ports on each translated address.
377161
- * If not specified and NAPT is enabled, this range defaults to 1,024 - 65,535. (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA.)
377233
+ * If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.
377234
+ * (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)
377162
377235
  */
377163
377236
  portRange?: pulumi.Input<inputs.mobilenetwork.PortRangeArgs>;
377164
377237
  /**
@@ -377171,27 +377244,27 @@ export declare namespace mobilenetwork {
377171
377244
  */
377172
377245
  function naptConfigurationArgsProvideDefaults(val: NaptConfigurationArgs): NaptConfigurationArgs;
377173
377246
  /**
377174
- * PCC rule configuration
377247
+ * Data flow policy rule configuration
377175
377248
  */
377176
377249
  interface PccRuleConfigurationArgs {
377177
377250
  /**
377178
- * The name of the rule. This must be unique within the parent Service. You must not use any of the following reserved strings - `default`, `requested` or `service`.
377251
+ * The name of the rule. This must be unique within the parent service. You must not use any of the following reserved strings - `default`, `requested` or `service`.
377179
377252
  */
377180
377253
  ruleName: pulumi.Input<string>;
377181
377254
  /**
377182
- * A precedence value that is used to decide between PCC Rules when identifying the QoS values to use for a particular Sim. A lower value means a higher priority. This value should be unique among all PCC Rules configured in the Mobile Network.
377255
+ * A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority. This value should be unique among all data flow policy rules configured in the mobile network.
377183
377256
  */
377184
377257
  rulePrecedence: pulumi.Input<number>;
377185
377258
  /**
377186
- * The QoS policy to use for packets matching this rule. If this field is null then the Service will define the QoS settings.
377259
+ * The QoS policy to use for packets matching this rule. If this field is null then the parent service will define the QoS settings.
377187
377260
  */
377188
377261
  ruleQosPolicy?: pulumi.Input<inputs.mobilenetwork.PccRuleQosPolicyArgs>;
377189
377262
  /**
377190
- * The set of service data flow templates to use for this PCC Rule.
377263
+ * The set of data flow templates to use for this data flow policy rule.
377191
377264
  */
377192
377265
  serviceDataFlowTemplates: pulumi.Input<pulumi.Input<inputs.mobilenetwork.ServiceDataFlowTemplateArgs>[]>;
377193
377266
  /**
377194
- * Determines whether flows that match this PCC Rule are permitted.
377267
+ * Determines whether flows that match this data flow policy rule are permitted.
377195
377268
  */
377196
377269
  trafficControl?: pulumi.Input<string | enums.mobilenetwork.TrafficControlPermission>;
377197
377270
  }
@@ -377200,7 +377273,7 @@ export declare namespace mobilenetwork {
377200
377273
  */
377201
377274
  function pccRuleConfigurationArgsProvideDefaults(val: PccRuleConfigurationArgs): PccRuleConfigurationArgs;
377202
377275
  /**
377203
- * PCC rule QoS policy
377276
+ * Data flow policy rule QoS policy
377204
377277
  */
377205
377278
  interface PccRuleQosPolicyArgs {
377206
377279
  /**
@@ -377208,23 +377281,23 @@ export declare namespace mobilenetwork {
377208
377281
  */
377209
377282
  allocationAndRetentionPriorityLevel?: pulumi.Input<number>;
377210
377283
  /**
377211
- * QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value selecting a GBR (Guaranteed Bit Rate) QoS. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5Qi parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values.
377284
+ * QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value corresponding to a GBR (guaranteed bit rate) QoS Flow. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values.
377212
377285
  */
377213
377286
  fiveQi?: pulumi.Input<number>;
377214
377287
  /**
377215
- * The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule. This is an optional setting. If you do not provide a value, there will be no GBR set for the PCC Rule that uses this QoS definition.
377288
+ * The guaranteed bit rate (GBR) for all service data flows that use this data flow policy rule. This is an optional setting. If you do not provide a value, there will be no GBR set for the data flow policy rule that uses this QoS definition.
377216
377289
  */
377217
377290
  guaranteedBitRate?: pulumi.Input<inputs.mobilenetwork.AmbrArgs>;
377218
377291
  /**
377219
- * The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
377292
+ * The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
377220
377293
  */
377221
377294
  maximumBitRate: pulumi.Input<inputs.mobilenetwork.AmbrArgs>;
377222
377295
  /**
377223
- * QoS Flow preemption capability. The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377296
+ * QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377224
377297
  */
377225
377298
  preemptionCapability?: pulumi.Input<string | enums.mobilenetwork.PreemptionCapability>;
377226
377299
  /**
377227
- * QoS Flow preemption vulnerability. The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377300
+ * QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377228
377301
  */
377229
377302
  preemptionVulnerability?: pulumi.Input<string | enums.mobilenetwork.PreemptionVulnerability>;
377230
377303
  }
@@ -377237,15 +377310,15 @@ export declare namespace mobilenetwork {
377237
377310
  */
377238
377311
  interface PinholeTimeoutsArgs {
377239
377312
  /**
377240
- * Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 60 seconds per RFC 5508 section 3.2.
377313
+ * Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 60 seconds, as per RFC 5508 section 3.2.
377241
377314
  */
377242
377315
  icmp?: pulumi.Input<number>;
377243
377316
  /**
377244
- * Pinhole timeout for TCP pinholes in seconds. Default for TCP is 2 hours 4 minutes per RFC 5382 section 5.
377317
+ * Pinhole timeout for TCP pinholes in seconds. Default for TCP is 2 hours 4 minutes, as per RFC 5382 section 5.
377245
377318
  */
377246
377319
  tcp?: pulumi.Input<number>;
377247
377320
  /**
377248
- * Pinhole timeout for UDP pinholes in seconds. Default for UDP is 5 minutes per RFC 4787 section 4.3.
377321
+ * Pinhole timeout for UDP pinholes in seconds. Default for UDP is 5 minutes, as per RFC 4787 section 4.3.
377249
377322
  */
377250
377323
  udp?: pulumi.Input<number>;
377251
377324
  }
@@ -377254,21 +377327,43 @@ export declare namespace mobilenetwork {
377254
377327
  */
377255
377328
  function pinholeTimeoutsArgsProvideDefaults(val: PinholeTimeoutsArgs): PinholeTimeoutsArgs;
377256
377329
  /**
377257
- * Public Land Mobile Network (PLMN) ID.
377330
+ * The platform where the packet core is deployed.
377331
+ */
377332
+ interface PlatformConfigurationArgs {
377333
+ /**
377334
+ * The Azure Stack Edge device where where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
377335
+ */
377336
+ azureStackEdgeDevice?: pulumi.Input<inputs.mobilenetwork.AzureStackEdgeDeviceResourceIdArgs>;
377337
+ /**
377338
+ * Azure Arc connected cluster where the packet core is deployed.
377339
+ */
377340
+ connectedCluster?: pulumi.Input<inputs.mobilenetwork.ConnectedClusterResourceIdArgs>;
377341
+ /**
377342
+ * Azure Arc custom location where the packet core is deployed.
377343
+ */
377344
+ customLocation?: pulumi.Input<inputs.mobilenetwork.CustomLocationResourceIdArgs>;
377345
+ /**
377346
+ * The platform type where packet core is deployed.
377347
+ */
377348
+ type: pulumi.Input<string | enums.mobilenetwork.PlatformType>;
377349
+ }
377350
+ /**
377351
+ * Public land mobile network (PLMN) ID.
377258
377352
  */
377259
377353
  interface PlmnIdArgs {
377260
377354
  /**
377261
- * Mobile Country Code (MCC).
377355
+ * Mobile country code (MCC).
377262
377356
  */
377263
377357
  mcc: pulumi.Input<string>;
377264
377358
  /**
377265
- * Mobile Network Code (MNC).
377359
+ * Mobile network code (MNC).
377266
377360
  */
377267
377361
  mnc: pulumi.Input<string>;
377268
377362
  }
377269
377363
  /**
377270
377364
  * Range of port numbers to use as translated ports on each translated address.
377271
- * If not specified and NAPT is enabled, this range defaults to 1,024 - 65,535. (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA.)
377365
+ * If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.
377366
+ * (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)
377272
377367
  */
377273
377368
  interface PortRangeArgs {
377274
377369
  /**
@@ -377310,19 +377405,19 @@ export declare namespace mobilenetwork {
377310
377405
  */
377311
377406
  allocationAndRetentionPriorityLevel?: pulumi.Input<number>;
377312
377407
  /**
377313
- * QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value selecting a GBR (Guaranteed Bit Rate) QoS. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5Qi parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values.
377408
+ * QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value corresponding to a GBR (guaranteed bit rate) QoS Flow. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values.
377314
377409
  */
377315
377410
  fiveQi?: pulumi.Input<number>;
377316
377411
  /**
377317
- * The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
377412
+ * The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
377318
377413
  */
377319
377414
  maximumBitRate: pulumi.Input<inputs.mobilenetwork.AmbrArgs>;
377320
377415
  /**
377321
- * QoS Flow preemption capability. The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377416
+ * QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377322
377417
  */
377323
377418
  preemptionCapability?: pulumi.Input<string | enums.mobilenetwork.PreemptionCapability>;
377324
377419
  /**
377325
- * QoS Flow preemption vulnerability. The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377420
+ * QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
377326
377421
  */
377327
377422
  preemptionVulnerability?: pulumi.Input<string | enums.mobilenetwork.PreemptionVulnerability>;
377328
377423
  }
@@ -377331,7 +377426,7 @@ export declare namespace mobilenetwork {
377331
377426
  */
377332
377427
  function qosPolicyArgsProvideDefaults(val: QosPolicyArgs): QosPolicyArgs;
377333
377428
  /**
377334
- * Service data flow (SDF) template
377429
+ * Data flow template
377335
377430
  */
377336
377431
  interface ServiceDataFlowTemplateArgs {
377337
377432
  /**
@@ -377347,16 +377442,16 @@ export declare namespace mobilenetwork {
377347
377442
  */
377348
377443
  protocol: pulumi.Input<pulumi.Input<string>[]>;
377349
377444
  /**
377350
- * The remote IP address(es) to which UEs will connect for this flow. If you want to allow connections on any IP address, use the value `any`. Otherwise, you must provide each of the remote IP addresses to which Fusion Core will connect for this flow. You must provide each IP address in CIDR notation, including the netmask (for example, 192.0.2.54/24).
377445
+ * The remote IP address(es) to which UEs will connect for this flow. If you want to allow connections on any IP address, use the value `any`. Otherwise, you must provide each of the remote IP addresses to which the packet core instance will connect for this flow. You must provide each IP address in CIDR notation, including the netmask (for example, 192.0.2.54/24).
377351
377446
  */
377352
377447
  remoteIpList: pulumi.Input<pulumi.Input<string>[]>;
377353
377448
  /**
377354
- * The name of the SDF template. This must be unique within the parent PccRuleConfiguration. You must not use any of the following reserved strings - `default`, `requested` or `service`.
377449
+ * The name of the data flow template. This must be unique within the parent data flow policy rule. You must not use any of the following reserved strings - `default`, `requested` or `service`.
377355
377450
  */
377356
377451
  templateName: pulumi.Input<string>;
377357
377452
  }
377358
377453
  /**
377359
- * Reference to a Service resource.
377454
+ * Reference to a service resource.
377360
377455
  */
377361
377456
  interface ServiceResourceIdArgs {
377362
377457
  /**
@@ -377365,37 +377460,37 @@ export declare namespace mobilenetwork {
377365
377460
  id: pulumi.Input<string>;
377366
377461
  }
377367
377462
  /**
377368
- * Reference to a SIM Policy resource.
377463
+ * Reference to a SIM policy resource.
377369
377464
  */
377370
377465
  interface SimPolicyResourceIdArgs {
377371
377466
  /**
377372
- * SIM Policy resource ID.
377467
+ * SIM policy resource ID.
377373
377468
  */
377374
377469
  id: pulumi.Input<string>;
377375
377470
  }
377376
377471
  /**
377377
- * Static IP configuration for a sim, scoped to a particular attached data network and slice.
377472
+ * Static IP configuration for a SIM, scoped to a particular attached data network and slice.
377378
377473
  */
377379
377474
  interface SimStaticIpPropertiesArgs {
377380
377475
  /**
377381
- * The attached data network on which the static IP address will be used. The combination of attachedDataNetwork and slice defines the network scope of the IP address.
377476
+ * The attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address.
377382
377477
  */
377383
377478
  attachedDataNetwork?: pulumi.Input<inputs.mobilenetwork.AttachedDataNetworkResourceIdArgs>;
377384
377479
  /**
377385
- * The network slice on which the static IP address will be used. The combination of attachedDataNetwork and slice defines the network scope of the IP address.
377480
+ * The network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address.
377386
377481
  */
377387
377482
  slice?: pulumi.Input<inputs.mobilenetwork.SliceResourceIdArgs>;
377388
377483
  /**
377389
- * The static IP configuration for the sim to use at the defined network scope.
377484
+ * The static IP configuration for the SIM to use at the defined network scope.
377390
377485
  */
377391
377486
  staticIp?: pulumi.Input<inputs.mobilenetwork.SimStaticIpPropertiesStaticIpArgs>;
377392
377487
  }
377393
377488
  /**
377394
- * The static IP configuration for the sim to use at the defined network scope.
377489
+ * The static IP configuration for the SIM to use at the defined network scope.
377395
377490
  */
377396
377491
  interface SimStaticIpPropertiesStaticIpArgs {
377397
377492
  /**
377398
- * The IPv4 address assigned to the sim at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attachedDataNetwork.
377493
+ * The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.
377399
377494
  */
377400
377495
  ipv4Address?: pulumi.Input<string>;
377401
377496
  }
@@ -377408,16 +377503,16 @@ export declare namespace mobilenetwork {
377408
377503
  */
377409
377504
  dataNetworkConfigurations: pulumi.Input<pulumi.Input<inputs.mobilenetwork.DataNetworkConfigurationArgs>[]>;
377410
377505
  /**
377411
- * The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the `dataNetworkConfigurations` map.
377506
+ * The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the `dataNetworkConfigurations` map.
377412
377507
  */
377413
377508
  defaultDataNetwork: pulumi.Input<inputs.mobilenetwork.DataNetworkResourceIdArgs>;
377414
377509
  /**
377415
- * A reference to the Slice that these settings apply to
377510
+ * A reference to the slice that these settings apply to
377416
377511
  */
377417
377512
  slice: pulumi.Input<inputs.mobilenetwork.SliceResourceIdArgs>;
377418
377513
  }
377419
377514
  /**
377420
- * Reference to a Slice resource.
377515
+ * Reference to a slice resource.
377421
377516
  */
377422
377517
  interface SliceResourceIdArgs {
377423
377518
  /**
@@ -377426,15 +377521,15 @@ export declare namespace mobilenetwork {
377426
377521
  id: pulumi.Input<string>;
377427
377522
  }
377428
377523
  /**
377429
- * Single-Network Slice Selection Assistance Information (S-NSSAI).
377524
+ * Single-network slice selection assistance information (S-NSSAI).
377430
377525
  */
377431
377526
  interface SnssaiArgs {
377432
377527
  /**
377433
- * Slice Differentiator (SD).
377528
+ * Slice differentiator (SD).
377434
377529
  */
377435
377530
  sd?: pulumi.Input<string>;
377436
377531
  /**
377437
- * Slice/Service Type (SST).
377532
+ * Slice/service type (SST).
377438
377533
  */
377439
377534
  sst: pulumi.Input<number>;
377440
377535
  }