@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.
- package/mobilenetwork/attachedDataNetwork.d.ts +31 -17
- package/mobilenetwork/attachedDataNetwork.js +6 -2
- package/mobilenetwork/dataNetwork.d.ts +7 -2
- package/mobilenetwork/dataNetwork.js +4 -2
- package/mobilenetwork/getAttachedDataNetwork.d.ts +18 -9
- package/mobilenetwork/getAttachedDataNetwork.js +2 -2
- package/mobilenetwork/getDataNetwork.d.ts +8 -3
- package/mobilenetwork/getDataNetwork.js +2 -2
- package/mobilenetwork/getMobileNetwork.d.ts +6 -2
- package/mobilenetwork/getMobileNetwork.js +2 -2
- package/mobilenetwork/getPacketCoreControlPlane.d.ts +28 -8
- package/mobilenetwork/getPacketCoreControlPlane.js +2 -2
- package/mobilenetwork/getPacketCoreDataPlane.d.ts +6 -2
- package/mobilenetwork/getPacketCoreDataPlane.js +2 -2
- package/mobilenetwork/getService.d.ts +8 -4
- package/mobilenetwork/getService.js +2 -2
- package/mobilenetwork/getSim.d.ts +23 -25
- package/mobilenetwork/getSim.js +4 -3
- package/mobilenetwork/getSimGroup.d.ts +99 -0
- package/mobilenetwork/getSimGroup.js +27 -0
- package/mobilenetwork/getSimPolicy.d.ts +10 -6
- package/mobilenetwork/getSimPolicy.js +3 -3
- package/mobilenetwork/getSite.d.ts +7 -3
- package/mobilenetwork/getSite.js +2 -2
- package/mobilenetwork/getSlice.d.ts +8 -4
- package/mobilenetwork/getSlice.js +2 -2
- package/mobilenetwork/index.d.ts +6 -0
- package/mobilenetwork/index.js +9 -2
- package/mobilenetwork/listMobileNetworkSimIds.d.ts +4 -4
- package/mobilenetwork/listMobileNetworkSimIds.js +2 -2
- package/mobilenetwork/mobileNetwork.d.ts +7 -3
- package/mobilenetwork/mobileNetwork.js +4 -2
- package/mobilenetwork/packetCoreControlPlane.d.ts +47 -11
- package/mobilenetwork/packetCoreControlPlane.js +17 -4
- package/mobilenetwork/packetCoreDataPlane.d.ts +7 -3
- package/mobilenetwork/packetCoreDataPlane.js +4 -2
- package/mobilenetwork/service.d.ts +11 -7
- package/mobilenetwork/service.js +4 -2
- package/mobilenetwork/sim.d.ts +25 -45
- package/mobilenetwork/sim.js +12 -12
- package/mobilenetwork/simGroup.d.ts +153 -0
- package/mobilenetwork/simGroup.js +92 -0
- package/mobilenetwork/simPolicy.d.ts +11 -7
- package/mobilenetwork/simPolicy.js +5 -3
- package/mobilenetwork/site.d.ts +8 -4
- package/mobilenetwork/site.js +4 -2
- package/mobilenetwork/slice.d.ts +8 -4
- package/mobilenetwork/slice.js +4 -2
- package/mobilenetwork/v20220101preview/sim.js +2 -2
- package/mobilenetwork/v20220301preview/sim.js +2 -2
- package/mobilenetwork/v20220401preview/sim.js +3 -1
- package/mobilenetwork/v20220401preview/simGroup.js +3 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/enums/mobilenetwork/index.d.ts +102 -5
- package/types/enums/mobilenetwork/index.js +87 -2
- package/types/input.d.ts +158 -63
- package/types/input.js +3 -3
- package/types/output.d.ts +208 -63
- package/types/output.js +3 -3
package/types/output.d.ts
CHANGED
|
@@ -516081,7 +516081,7 @@ export declare namespace mixedreality {
|
|
|
516081
516081
|
}
|
|
516082
516082
|
export declare namespace mobilenetwork {
|
|
516083
516083
|
/**
|
|
516084
|
-
* Aggregate
|
|
516084
|
+
* Aggregate maximum bit rate.
|
|
516085
516085
|
*/
|
|
516086
516086
|
interface AmbrResponse {
|
|
516087
516087
|
/**
|
|
@@ -516094,29 +516094,47 @@ export declare namespace mobilenetwork {
|
|
|
516094
516094
|
uplink: string;
|
|
516095
516095
|
}
|
|
516096
516096
|
/**
|
|
516097
|
-
* Reference to an
|
|
516097
|
+
* Reference to an attached data network resource.
|
|
516098
516098
|
*/
|
|
516099
516099
|
interface AttachedDataNetworkResourceIdResponse {
|
|
516100
516100
|
/**
|
|
516101
|
-
* Attached
|
|
516101
|
+
* Attached data network resource ID.
|
|
516102
516102
|
*/
|
|
516103
516103
|
id: string;
|
|
516104
516104
|
}
|
|
516105
516105
|
/**
|
|
516106
|
-
* Reference to an Azure
|
|
516106
|
+
* Reference to an Azure Arc custom location resource.
|
|
516107
|
+
*/
|
|
516108
|
+
interface AzureStackEdgeDeviceResourceIdResponse {
|
|
516109
|
+
/**
|
|
516110
|
+
* Azure Stack Edge device resource ID.
|
|
516111
|
+
*/
|
|
516112
|
+
id: string;
|
|
516113
|
+
}
|
|
516114
|
+
/**
|
|
516115
|
+
* Reference to an Azure Arc custom location resource.
|
|
516116
|
+
*/
|
|
516117
|
+
interface ConnectedClusterResourceIdResponse {
|
|
516118
|
+
/**
|
|
516119
|
+
* Azure Arc connected cluster resource ID.
|
|
516120
|
+
*/
|
|
516121
|
+
id: string;
|
|
516122
|
+
}
|
|
516123
|
+
/**
|
|
516124
|
+
* Reference to an Azure Arc custom location resource.
|
|
516107
516125
|
*/
|
|
516108
516126
|
interface CustomLocationResourceIdResponse {
|
|
516109
516127
|
/**
|
|
516110
|
-
* Azure
|
|
516128
|
+
* Azure Arc custom location resource ID.
|
|
516111
516129
|
*/
|
|
516112
516130
|
id: string;
|
|
516113
516131
|
}
|
|
516114
516132
|
/**
|
|
516115
|
-
* Settings controlling
|
|
516133
|
+
* Settings controlling data network use
|
|
516116
516134
|
*/
|
|
516117
516135
|
interface DataNetworkConfigurationResponse {
|
|
516118
516136
|
/**
|
|
516119
|
-
* Allowed session types in addition to the default session type.
|
|
516137
|
+
* Allowed session types in addition to the default session type. Must not duplicate the default session type.
|
|
516120
516138
|
*/
|
|
516121
516139
|
additionalAllowedSessionTypes?: string[];
|
|
516122
516140
|
/**
|
|
@@ -516124,11 +516142,11 @@ export declare namespace mobilenetwork {
|
|
|
516124
516142
|
*/
|
|
516125
516143
|
allocationAndRetentionPriorityLevel?: number;
|
|
516126
516144
|
/**
|
|
516127
|
-
* List of
|
|
516145
|
+
* 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.
|
|
516128
516146
|
*/
|
|
516129
516147
|
allowedServices: outputs.mobilenetwork.ServiceResourceIdResponse[];
|
|
516130
516148
|
/**
|
|
516131
|
-
* A reference to the
|
|
516149
|
+
* A reference to the data network that these settings apply to
|
|
516132
516150
|
*/
|
|
516133
516151
|
dataNetwork: outputs.mobilenetwork.DataNetworkResourceIdResponse;
|
|
516134
516152
|
/**
|
|
@@ -516136,15 +516154,15 @@ export declare namespace mobilenetwork {
|
|
|
516136
516154
|
*/
|
|
516137
516155
|
defaultSessionType?: string;
|
|
516138
516156
|
/**
|
|
516139
|
-
* Default QoS Flow 5G QoS Indicator value.
|
|
516157
|
+
* 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.
|
|
516140
516158
|
*/
|
|
516141
516159
|
fiveQi?: number;
|
|
516142
516160
|
/**
|
|
516143
|
-
* Default QoS Flow preemption capability.
|
|
516161
|
+
* 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.
|
|
516144
516162
|
*/
|
|
516145
516163
|
preemptionCapability?: string;
|
|
516146
516164
|
/**
|
|
516147
|
-
* Default QoS Flow preemption vulnerability.
|
|
516165
|
+
* 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.
|
|
516148
516166
|
*/
|
|
516149
516167
|
preemptionVulnerability?: string;
|
|
516150
516168
|
/**
|
|
@@ -516157,11 +516175,11 @@ export declare namespace mobilenetwork {
|
|
|
516157
516175
|
*/
|
|
516158
516176
|
function dataNetworkConfigurationResponseProvideDefaults(val: DataNetworkConfigurationResponse): DataNetworkConfigurationResponse;
|
|
516159
516177
|
/**
|
|
516160
|
-
* Reference to a
|
|
516178
|
+
* Reference to a data network resource.
|
|
516161
516179
|
*/
|
|
516162
516180
|
interface DataNetworkResourceIdResponse {
|
|
516163
516181
|
/**
|
|
516164
|
-
* Data
|
|
516182
|
+
* Data network resource ID.
|
|
516165
516183
|
*/
|
|
516166
516184
|
id: string;
|
|
516167
516185
|
}
|
|
@@ -516170,29 +516188,91 @@ export declare namespace mobilenetwork {
|
|
|
516170
516188
|
*/
|
|
516171
516189
|
interface InterfacePropertiesResponse {
|
|
516172
516190
|
/**
|
|
516173
|
-
* The
|
|
516191
|
+
* The IPv4 address.
|
|
516174
516192
|
*/
|
|
516175
|
-
|
|
516193
|
+
ipv4Address?: string;
|
|
516194
|
+
/**
|
|
516195
|
+
* The default IPv4 gateway (router).
|
|
516196
|
+
*/
|
|
516197
|
+
ipv4Gateway?: string;
|
|
516198
|
+
/**
|
|
516199
|
+
* The IPv4 subnet.
|
|
516200
|
+
*/
|
|
516201
|
+
ipv4Subnet?: string;
|
|
516202
|
+
/**
|
|
516203
|
+
* The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
|
|
516204
|
+
*/
|
|
516205
|
+
name?: string;
|
|
516206
|
+
}
|
|
516207
|
+
/**
|
|
516208
|
+
* An Azure key vault certificate.
|
|
516209
|
+
*/
|
|
516210
|
+
interface KeyVaultCertificateResponse {
|
|
516211
|
+
/**
|
|
516212
|
+
* The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
|
|
516213
|
+
*/
|
|
516214
|
+
certificateUrl?: string;
|
|
516215
|
+
}
|
|
516216
|
+
/**
|
|
516217
|
+
* An Azure key vault key.
|
|
516218
|
+
*/
|
|
516219
|
+
interface KeyVaultKeyResponse {
|
|
516220
|
+
/**
|
|
516221
|
+
* The key URL, unversioned. For example: https://contosovault.vault.azure.net/keys/azureKey.
|
|
516222
|
+
*/
|
|
516223
|
+
keyUrl?: string;
|
|
516224
|
+
}
|
|
516225
|
+
/**
|
|
516226
|
+
* The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
|
|
516227
|
+
*/
|
|
516228
|
+
interface LocalDiagnosticsAccessConfigurationResponse {
|
|
516229
|
+
/**
|
|
516230
|
+
* The HTTPS server TLS certificate used to secure local access to diagnostics.
|
|
516231
|
+
*/
|
|
516232
|
+
httpsServerCertificate?: outputs.mobilenetwork.KeyVaultCertificateResponse;
|
|
516233
|
+
}
|
|
516234
|
+
/**
|
|
516235
|
+
* Managed service identity (system assigned and/or user assigned identities)
|
|
516236
|
+
*/
|
|
516237
|
+
interface ManagedServiceIdentityResponse {
|
|
516238
|
+
/**
|
|
516239
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
516240
|
+
*/
|
|
516241
|
+
principalId: string;
|
|
516242
|
+
/**
|
|
516243
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
516244
|
+
*/
|
|
516245
|
+
tenantId: string;
|
|
516246
|
+
/**
|
|
516247
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
516248
|
+
*/
|
|
516249
|
+
type: string;
|
|
516250
|
+
/**
|
|
516251
|
+
* 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.
|
|
516252
|
+
*/
|
|
516253
|
+
userAssignedIdentities?: {
|
|
516254
|
+
[key: string]: outputs.mobilenetwork.UserAssignedIdentityResponse;
|
|
516255
|
+
};
|
|
516176
516256
|
}
|
|
516177
516257
|
/**
|
|
516178
|
-
* Reference to a
|
|
516258
|
+
* Reference to a mobile network resource.
|
|
516179
516259
|
*/
|
|
516180
516260
|
interface MobileNetworkResourceIdResponse {
|
|
516181
516261
|
/**
|
|
516182
|
-
* Mobile
|
|
516262
|
+
* Mobile network resource ID.
|
|
516183
516263
|
*/
|
|
516184
516264
|
id: string;
|
|
516185
516265
|
}
|
|
516186
516266
|
/**
|
|
516187
|
-
* The
|
|
516267
|
+
* The network address and port translation settings to use for the attached data network.
|
|
516188
516268
|
*/
|
|
516189
516269
|
interface NaptConfigurationResponse {
|
|
516190
516270
|
/**
|
|
516191
|
-
* Whether NAPT is enabled for connections to this
|
|
516271
|
+
* Whether NAPT is enabled for connections to this attached data network.
|
|
516192
516272
|
*/
|
|
516193
516273
|
enabled?: string;
|
|
516194
516274
|
/**
|
|
516195
|
-
* Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface.
|
|
516275
|
+
* 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.
|
|
516196
516276
|
*/
|
|
516197
516277
|
pinholeLimits?: number;
|
|
516198
516278
|
/**
|
|
@@ -516201,7 +516281,8 @@ export declare namespace mobilenetwork {
|
|
|
516201
516281
|
pinholeTimeouts?: outputs.mobilenetwork.PinholeTimeoutsResponse;
|
|
516202
516282
|
/**
|
|
516203
516283
|
* Range of port numbers to use as translated ports on each translated address.
|
|
516204
|
-
* If not specified and NAPT is enabled, this range defaults to 1,024 -
|
|
516284
|
+
* If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.
|
|
516285
|
+
* (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.)
|
|
516205
516286
|
*/
|
|
516206
516287
|
portRange?: outputs.mobilenetwork.PortRangeResponse;
|
|
516207
516288
|
/**
|
|
@@ -516214,27 +516295,27 @@ export declare namespace mobilenetwork {
|
|
|
516214
516295
|
*/
|
|
516215
516296
|
function naptConfigurationResponseProvideDefaults(val: NaptConfigurationResponse): NaptConfigurationResponse;
|
|
516216
516297
|
/**
|
|
516217
|
-
*
|
|
516298
|
+
* Data flow policy rule configuration
|
|
516218
516299
|
*/
|
|
516219
516300
|
interface PccRuleConfigurationResponse {
|
|
516220
516301
|
/**
|
|
516221
|
-
* The name of the rule. This must be unique within the parent
|
|
516302
|
+
* 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`.
|
|
516222
516303
|
*/
|
|
516223
516304
|
ruleName: string;
|
|
516224
516305
|
/**
|
|
516225
|
-
* A precedence value that is used to decide between
|
|
516306
|
+
* 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.
|
|
516226
516307
|
*/
|
|
516227
516308
|
rulePrecedence: number;
|
|
516228
516309
|
/**
|
|
516229
|
-
* The QoS policy to use for packets matching this rule. If this field is null then the
|
|
516310
|
+
* The QoS policy to use for packets matching this rule. If this field is null then the parent service will define the QoS settings.
|
|
516230
516311
|
*/
|
|
516231
516312
|
ruleQosPolicy?: outputs.mobilenetwork.PccRuleQosPolicyResponse;
|
|
516232
516313
|
/**
|
|
516233
|
-
* The set of
|
|
516314
|
+
* The set of data flow templates to use for this data flow policy rule.
|
|
516234
516315
|
*/
|
|
516235
516316
|
serviceDataFlowTemplates: outputs.mobilenetwork.ServiceDataFlowTemplateResponse[];
|
|
516236
516317
|
/**
|
|
516237
|
-
* Determines whether flows that match this
|
|
516318
|
+
* Determines whether flows that match this data flow policy rule are permitted.
|
|
516238
516319
|
*/
|
|
516239
516320
|
trafficControl?: string;
|
|
516240
516321
|
}
|
|
@@ -516243,7 +516324,7 @@ export declare namespace mobilenetwork {
|
|
|
516243
516324
|
*/
|
|
516244
516325
|
function pccRuleConfigurationResponseProvideDefaults(val: PccRuleConfigurationResponse): PccRuleConfigurationResponse;
|
|
516245
516326
|
/**
|
|
516246
|
-
*
|
|
516327
|
+
* Data flow policy rule QoS policy
|
|
516247
516328
|
*/
|
|
516248
516329
|
interface PccRuleQosPolicyResponse {
|
|
516249
516330
|
/**
|
|
@@ -516251,23 +516332,23 @@ export declare namespace mobilenetwork {
|
|
|
516251
516332
|
*/
|
|
516252
516333
|
allocationAndRetentionPriorityLevel?: number;
|
|
516253
516334
|
/**
|
|
516254
|
-
* QoS Flow 5G QoS Indicator value.
|
|
516335
|
+
* 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.
|
|
516255
516336
|
*/
|
|
516256
516337
|
fiveQi?: number;
|
|
516257
516338
|
/**
|
|
516258
|
-
* The
|
|
516339
|
+
* 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.
|
|
516259
516340
|
*/
|
|
516260
516341
|
guaranteedBitRate?: outputs.mobilenetwork.AmbrResponse;
|
|
516261
516342
|
/**
|
|
516262
|
-
* The
|
|
516343
|
+
* The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
|
|
516263
516344
|
*/
|
|
516264
516345
|
maximumBitRate: outputs.mobilenetwork.AmbrResponse;
|
|
516265
516346
|
/**
|
|
516266
|
-
* QoS Flow preemption capability.
|
|
516347
|
+
* 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.
|
|
516267
516348
|
*/
|
|
516268
516349
|
preemptionCapability?: string;
|
|
516269
516350
|
/**
|
|
516270
|
-
* QoS Flow preemption vulnerability.
|
|
516351
|
+
* 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.
|
|
516271
516352
|
*/
|
|
516272
516353
|
preemptionVulnerability?: string;
|
|
516273
516354
|
}
|
|
@@ -516280,15 +516361,15 @@ export declare namespace mobilenetwork {
|
|
|
516280
516361
|
*/
|
|
516281
516362
|
interface PinholeTimeoutsResponse {
|
|
516282
516363
|
/**
|
|
516283
|
-
* Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 60 seconds per RFC 5508 section 3.2.
|
|
516364
|
+
* Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 60 seconds, as per RFC 5508 section 3.2.
|
|
516284
516365
|
*/
|
|
516285
516366
|
icmp?: number;
|
|
516286
516367
|
/**
|
|
516287
|
-
* Pinhole timeout for TCP pinholes in seconds. Default for TCP is 2 hours 4 minutes per RFC 5382 section 5.
|
|
516368
|
+
* Pinhole timeout for TCP pinholes in seconds. Default for TCP is 2 hours 4 minutes, as per RFC 5382 section 5.
|
|
516288
516369
|
*/
|
|
516289
516370
|
tcp?: number;
|
|
516290
516371
|
/**
|
|
516291
|
-
* Pinhole timeout for UDP pinholes in seconds. Default for UDP is 5 minutes per RFC 4787 section 4.3.
|
|
516372
|
+
* Pinhole timeout for UDP pinholes in seconds. Default for UDP is 5 minutes, as per RFC 4787 section 4.3.
|
|
516292
516373
|
*/
|
|
516293
516374
|
udp?: number;
|
|
516294
516375
|
}
|
|
@@ -516297,21 +516378,43 @@ export declare namespace mobilenetwork {
|
|
|
516297
516378
|
*/
|
|
516298
516379
|
function pinholeTimeoutsResponseProvideDefaults(val: PinholeTimeoutsResponse): PinholeTimeoutsResponse;
|
|
516299
516380
|
/**
|
|
516300
|
-
*
|
|
516381
|
+
* The platform where the packet core is deployed.
|
|
516382
|
+
*/
|
|
516383
|
+
interface PlatformConfigurationResponse {
|
|
516384
|
+
/**
|
|
516385
|
+
* 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.
|
|
516386
|
+
*/
|
|
516387
|
+
azureStackEdgeDevice?: outputs.mobilenetwork.AzureStackEdgeDeviceResourceIdResponse;
|
|
516388
|
+
/**
|
|
516389
|
+
* Azure Arc connected cluster where the packet core is deployed.
|
|
516390
|
+
*/
|
|
516391
|
+
connectedCluster?: outputs.mobilenetwork.ConnectedClusterResourceIdResponse;
|
|
516392
|
+
/**
|
|
516393
|
+
* Azure Arc custom location where the packet core is deployed.
|
|
516394
|
+
*/
|
|
516395
|
+
customLocation?: outputs.mobilenetwork.CustomLocationResourceIdResponse;
|
|
516396
|
+
/**
|
|
516397
|
+
* The platform type where packet core is deployed.
|
|
516398
|
+
*/
|
|
516399
|
+
type: string;
|
|
516400
|
+
}
|
|
516401
|
+
/**
|
|
516402
|
+
* Public land mobile network (PLMN) ID.
|
|
516301
516403
|
*/
|
|
516302
516404
|
interface PlmnIdResponse {
|
|
516303
516405
|
/**
|
|
516304
|
-
* Mobile
|
|
516406
|
+
* Mobile country code (MCC).
|
|
516305
516407
|
*/
|
|
516306
516408
|
mcc: string;
|
|
516307
516409
|
/**
|
|
516308
|
-
* Mobile
|
|
516410
|
+
* Mobile network code (MNC).
|
|
516309
516411
|
*/
|
|
516310
516412
|
mnc: string;
|
|
516311
516413
|
}
|
|
516312
516414
|
/**
|
|
516313
516415
|
* Range of port numbers to use as translated ports on each translated address.
|
|
516314
|
-
* If not specified and NAPT is enabled, this range defaults to 1,024 -
|
|
516416
|
+
* If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.
|
|
516417
|
+
* (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.)
|
|
516315
516418
|
*/
|
|
516316
516419
|
interface PortRangeResponse {
|
|
516317
516420
|
/**
|
|
@@ -516353,19 +516456,19 @@ export declare namespace mobilenetwork {
|
|
|
516353
516456
|
*/
|
|
516354
516457
|
allocationAndRetentionPriorityLevel?: number;
|
|
516355
516458
|
/**
|
|
516356
|
-
* QoS Flow 5G QoS Indicator value.
|
|
516459
|
+
* 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.
|
|
516357
516460
|
*/
|
|
516358
516461
|
fiveQi?: number;
|
|
516359
516462
|
/**
|
|
516360
|
-
* The
|
|
516463
|
+
* The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
|
|
516361
516464
|
*/
|
|
516362
516465
|
maximumBitRate: outputs.mobilenetwork.AmbrResponse;
|
|
516363
516466
|
/**
|
|
516364
|
-
* QoS Flow preemption capability.
|
|
516467
|
+
* 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.
|
|
516365
516468
|
*/
|
|
516366
516469
|
preemptionCapability?: string;
|
|
516367
516470
|
/**
|
|
516368
|
-
* QoS Flow preemption vulnerability.
|
|
516471
|
+
* 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.
|
|
516369
516472
|
*/
|
|
516370
516473
|
preemptionVulnerability?: string;
|
|
516371
516474
|
}
|
|
@@ -516374,7 +516477,7 @@ export declare namespace mobilenetwork {
|
|
|
516374
516477
|
*/
|
|
516375
516478
|
function qosPolicyResponseProvideDefaults(val: QosPolicyResponse): QosPolicyResponse;
|
|
516376
516479
|
/**
|
|
516377
|
-
*
|
|
516480
|
+
* Data flow template
|
|
516378
516481
|
*/
|
|
516379
516482
|
interface ServiceDataFlowTemplateResponse {
|
|
516380
516483
|
/**
|
|
@@ -516390,16 +516493,16 @@ export declare namespace mobilenetwork {
|
|
|
516390
516493
|
*/
|
|
516391
516494
|
protocol: string[];
|
|
516392
516495
|
/**
|
|
516393
|
-
* 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
|
|
516496
|
+
* 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).
|
|
516394
516497
|
*/
|
|
516395
516498
|
remoteIpList: string[];
|
|
516396
516499
|
/**
|
|
516397
|
-
* The name of the
|
|
516500
|
+
* 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`.
|
|
516398
516501
|
*/
|
|
516399
516502
|
templateName: string;
|
|
516400
516503
|
}
|
|
516401
516504
|
/**
|
|
516402
|
-
* Reference to a
|
|
516505
|
+
* Reference to a service resource.
|
|
516403
516506
|
*/
|
|
516404
516507
|
interface ServiceResourceIdResponse {
|
|
516405
516508
|
/**
|
|
@@ -516408,37 +516511,37 @@ export declare namespace mobilenetwork {
|
|
|
516408
516511
|
id: string;
|
|
516409
516512
|
}
|
|
516410
516513
|
/**
|
|
516411
|
-
* Reference to a SIM
|
|
516514
|
+
* Reference to a SIM policy resource.
|
|
516412
516515
|
*/
|
|
516413
516516
|
interface SimPolicyResourceIdResponse {
|
|
516414
516517
|
/**
|
|
516415
|
-
* SIM
|
|
516518
|
+
* SIM policy resource ID.
|
|
516416
516519
|
*/
|
|
516417
516520
|
id: string;
|
|
516418
516521
|
}
|
|
516419
516522
|
/**
|
|
516420
|
-
* Static IP configuration for a
|
|
516523
|
+
* Static IP configuration for a SIM, scoped to a particular attached data network and slice.
|
|
516421
516524
|
*/
|
|
516422
516525
|
interface SimStaticIpPropertiesResponse {
|
|
516423
516526
|
/**
|
|
516424
|
-
* The attached data network on which the static IP address will be used. The combination of
|
|
516527
|
+
* 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.
|
|
516425
516528
|
*/
|
|
516426
516529
|
attachedDataNetwork?: outputs.mobilenetwork.AttachedDataNetworkResourceIdResponse;
|
|
516427
516530
|
/**
|
|
516428
|
-
* The network slice on which the static IP address will be used. The combination of
|
|
516531
|
+
* 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.
|
|
516429
516532
|
*/
|
|
516430
516533
|
slice?: outputs.mobilenetwork.SliceResourceIdResponse;
|
|
516431
516534
|
/**
|
|
516432
|
-
* The static IP configuration for the
|
|
516535
|
+
* The static IP configuration for the SIM to use at the defined network scope.
|
|
516433
516536
|
*/
|
|
516434
516537
|
staticIp?: outputs.mobilenetwork.SimStaticIpPropertiesResponseStaticIp;
|
|
516435
516538
|
}
|
|
516436
516539
|
/**
|
|
516437
|
-
* The static IP configuration for the
|
|
516540
|
+
* The static IP configuration for the SIM to use at the defined network scope.
|
|
516438
516541
|
*/
|
|
516439
516542
|
interface SimStaticIpPropertiesResponseStaticIp {
|
|
516440
516543
|
/**
|
|
516441
|
-
* The IPv4 address assigned to the
|
|
516544
|
+
* The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.
|
|
516442
516545
|
*/
|
|
516443
516546
|
ipv4Address?: string;
|
|
516444
516547
|
}
|
|
@@ -516451,16 +516554,16 @@ export declare namespace mobilenetwork {
|
|
|
516451
516554
|
*/
|
|
516452
516555
|
dataNetworkConfigurations: outputs.mobilenetwork.DataNetworkConfigurationResponse[];
|
|
516453
516556
|
/**
|
|
516454
|
-
* The default data network to use if the UE does not explicitly specify it.
|
|
516557
|
+
* The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the `dataNetworkConfigurations` map.
|
|
516455
516558
|
*/
|
|
516456
516559
|
defaultDataNetwork: outputs.mobilenetwork.DataNetworkResourceIdResponse;
|
|
516457
516560
|
/**
|
|
516458
|
-
* A reference to the
|
|
516561
|
+
* A reference to the slice that these settings apply to
|
|
516459
516562
|
*/
|
|
516460
516563
|
slice: outputs.mobilenetwork.SliceResourceIdResponse;
|
|
516461
516564
|
}
|
|
516462
516565
|
/**
|
|
516463
|
-
* Reference to a
|
|
516566
|
+
* Reference to a slice resource.
|
|
516464
516567
|
*/
|
|
516465
516568
|
interface SliceResourceIdResponse {
|
|
516466
516569
|
/**
|
|
@@ -516469,15 +516572,15 @@ export declare namespace mobilenetwork {
|
|
|
516469
516572
|
id: string;
|
|
516470
516573
|
}
|
|
516471
516574
|
/**
|
|
516472
|
-
* Single-
|
|
516575
|
+
* Single-network slice selection assistance information (S-NSSAI).
|
|
516473
516576
|
*/
|
|
516474
516577
|
interface SnssaiResponse {
|
|
516475
516578
|
/**
|
|
516476
|
-
* Slice
|
|
516579
|
+
* Slice differentiator (SD).
|
|
516477
516580
|
*/
|
|
516478
516581
|
sd?: string;
|
|
516479
516582
|
/**
|
|
516480
|
-
* Slice/
|
|
516583
|
+
* Slice/service type (SST).
|
|
516481
516584
|
*/
|
|
516482
516585
|
sst: number;
|
|
516483
516586
|
}
|
|
@@ -516490,6 +516593,48 @@ export declare namespace mobilenetwork {
|
|
|
516490
516593
|
*/
|
|
516491
516594
|
id: string;
|
|
516492
516595
|
}
|
|
516596
|
+
/**
|
|
516597
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
516598
|
+
*/
|
|
516599
|
+
interface SystemDataResponse {
|
|
516600
|
+
/**
|
|
516601
|
+
* The timestamp of resource creation (UTC).
|
|
516602
|
+
*/
|
|
516603
|
+
createdAt?: string;
|
|
516604
|
+
/**
|
|
516605
|
+
* The identity that created the resource.
|
|
516606
|
+
*/
|
|
516607
|
+
createdBy?: string;
|
|
516608
|
+
/**
|
|
516609
|
+
* The type of identity that created the resource.
|
|
516610
|
+
*/
|
|
516611
|
+
createdByType?: string;
|
|
516612
|
+
/**
|
|
516613
|
+
* The timestamp of resource last modification (UTC)
|
|
516614
|
+
*/
|
|
516615
|
+
lastModifiedAt?: string;
|
|
516616
|
+
/**
|
|
516617
|
+
* The identity that last modified the resource.
|
|
516618
|
+
*/
|
|
516619
|
+
lastModifiedBy?: string;
|
|
516620
|
+
/**
|
|
516621
|
+
* The type of identity that last modified the resource.
|
|
516622
|
+
*/
|
|
516623
|
+
lastModifiedByType?: string;
|
|
516624
|
+
}
|
|
516625
|
+
/**
|
|
516626
|
+
* User assigned identity properties
|
|
516627
|
+
*/
|
|
516628
|
+
interface UserAssignedIdentityResponse {
|
|
516629
|
+
/**
|
|
516630
|
+
* The client ID of the assigned identity.
|
|
516631
|
+
*/
|
|
516632
|
+
clientId: string;
|
|
516633
|
+
/**
|
|
516634
|
+
* The principal ID of the assigned identity.
|
|
516635
|
+
*/
|
|
516636
|
+
principalId: string;
|
|
516637
|
+
}
|
|
516493
516638
|
namespace v20220101preview {
|
|
516494
516639
|
/**
|
|
516495
516640
|
* Aggregate Maximum Bit Rate.
|