AttachedDataNetwork Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attached data network resource. Must be created in the same location as its parent packet core data plane.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.AttachedDataNetworkTypeConverter))]
public class AttachedDataNetwork : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IAttachedDataNetwork, Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.AttachedDataNetworkTypeConverter))>]
type AttachedDataNetwork = class
interface IAttachedDataNetwork
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class AttachedDataNetwork
Implements IAttachedDataNetwork, IValidates
- Inheritance
-
AttachedDataNetwork
- Attributes
- Implements
Constructors
AttachedDataNetwork() |
Creates an new AttachedDataNetwork instance. |
Properties
DnsAddress |
The DNS servers to signal to UEs to use for this attached data network. This configuration is mandatory - if you don't want DNS servers, you must provide an empty array. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
Location |
The geo-location where the resource lives |
Name |
The name of the resource |
NaptConfigurationEnabled |
Whether NAPT is enabled for connections to this attached data network. |
NaptConfigurationPinholeLimit |
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. |
PinholeTimeoutIcmp |
Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 30 seconds. |
PinholeTimeoutTcp |
Pinhole timeout for TCP pinholes in seconds. Default for TCP is 3 minutes. |
PinholeTimeoutUdp |
Pinhole timeout for UDP pinholes in seconds. Default for UDP is 30 seconds. |
PortRangeMaxPort |
The maximum port number |
PortRangeMinPort |
The minimum port number |
PortReuseHoldTimeTcp |
Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. Default for TCP is 2 minutes. |
PortReuseHoldTimeUdp |
Minimum time in seconds that will pass before a UDP port that was used by a closed pinhole can be reused. Default for UDP is 1 minute. |
ProvisioningState |
The provisioning state of the attached data network resource. |
ResourceGroupName |
Gets the resource group name |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tag |
Resource tags. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
UserEquipmentAddressPoolPrefix |
The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will dynamically assign IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. You must define at least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix. If you define both, they must be of the same size. |
UserEquipmentStaticAddressPoolPrefix |
The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will assign static IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. The static IP address for a specific UE is set in StaticIPConfiguration on the corresponding SIM resource. At least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix must be defined. If both are defined, they must be of the same size. |
UserPlaneDataInterfaceIpv4Address |
The IPv4 address. |
UserPlaneDataInterfaceIpv4Gateway |
The default IPv4 gateway (router). |
UserPlaneDataInterfaceIpv4Subnet |
The IPv4 subnet. |
UserPlaneDataInterfaceName |
The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AttachedDataNetwork. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AttachedDataNetwork. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IAttachedDataNetwork. |
FromJsonString(String) |
Creates a new instance of AttachedDataNetwork, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AttachedDataNetwork into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |