GetAttachedDataNetworkResult

data class GetAttachedDataNetworkResult(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val dnsAddresses: List<String>? = null, val id: String, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val location: String, val name: String, val naptConfiguration: NaptConfigurationResponse? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userEquipmentAddressPoolPrefix: List<String>? = null, val userEquipmentStaticAddressPoolPrefix: List<String>? = null, val userPlaneDataInterface: InterfacePropertiesResponse)

Attached data network resource.

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, createdBy: String? = null, createdByType: String? = null, dnsAddresses: List<String>? = null, id: String, lastModifiedAt: String? = null, lastModifiedBy: String? = null, lastModifiedByType: String? = null, location: String, name: String, naptConfiguration: NaptConfigurationResponse? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, userEquipmentAddressPoolPrefix: List<String>? = null, userEquipmentStaticAddressPoolPrefix: List<String>? = null, userPlaneDataInterface: InterfacePropertiesResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The timestamp of resource creation (UTC).

Link copied to clipboard
val createdBy: String? = null

The identity that created the resource.

Link copied to clipboard
val createdByType: String? = null

The type of identity that created the resource.

Link copied to clipboard
val dnsAddresses: List<String>? = null

The DNS servers to signal to UEs to use for this attached data network.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val lastModifiedAt: String? = null

The timestamp of resource last modification (UTC)

Link copied to clipboard
val lastModifiedBy: String? = null

The identity that last modified the resource.

Link copied to clipboard

The type of identity that last modified the resource.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The network address and port translation (NAPT) configuration. If this is not specified, the attached data network will use a default NAPT configuration with NAPT enabled.

Link copied to clipboard

The provisioning state of the attached data network resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The user plane interface on the data network. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface.