Interface AttachedDataNetwork


  • public interface AttachedDataNetwork
    An immutable client-side representation of AttachedDataNetwork.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • location

        String location()
        Gets the location property: The geo-location where the resource lives.
        Returns:
        the location value.
      • tags

        Map<String,​String> tags()
        Gets the tags property: Resource tags.
        Returns:
        the tags value.
      • provisioningState

        ProvisioningState provisioningState()
        Gets the provisioningState property: The provisioning state of the attached data network resource.
        Returns:
        the provisioningState value.
      • userPlaneDataInterface

        InterfaceProperties userPlaneDataInterface()
        Gets the userPlaneDataInterface property: The user plane interface on the data network. In 5G networks this is called as N6 interface whereas in 4G networks this is called as SGi interface.
        Returns:
        the userPlaneDataInterface value.
      • naptConfiguration

        NaptConfiguration naptConfiguration()
        Gets the naptConfiguration property: The Network Address and Port Translation configuration. If not specified the attached data network uses a default NAPT configuration with NAPT enabled.
        Returns:
        the naptConfiguration value.
      • userEquipmentAddressPoolPrefix

        List<String> userEquipmentAddressPoolPrefix()
        Gets the userEquipmentAddressPoolPrefix property: The user equipment address pool prefixes for the attached data network that are dynamically assigned by the core to UEs when they set up a PDU session. At least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix must be defined. If both are defined then they must be the same size.
        Returns:
        the userEquipmentAddressPoolPrefix value.
      • userEquipmentStaticAddressPoolPrefix

        List<String> userEquipmentStaticAddressPoolPrefix()
        Gets the userEquipmentStaticAddressPoolPrefix property: The user equipment address pool prefixes for the attached data network that are statically assigned by the core to UEs when they set up a PDU session. The mapping of static IP to sim is configured in staticIpConfiguration on the sim resource. At least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix must be defined. If both are defined then they must be the same size.
        Returns:
        the userEquipmentStaticAddressPoolPrefix value.
      • region

        com.azure.core.management.Region region()
        Gets the region of the resource.
        Returns:
        the region of the resource.
      • regionName

        String regionName()
        Gets the name of the resource region.
        Returns:
        the name of the resource region.
      • innerModel

        AttachedDataNetworkInner innerModel()
        Gets the inner com.azure.resourcemanager.mobilenetwork.fluent.models.AttachedDataNetworkInner object.
        Returns:
        the inner object.
      • update

        AttachedDataNetwork.Update update()
        Begins update for the AttachedDataNetwork resource.
        Returns:
        the stage of resource update.
      • refresh

        AttachedDataNetwork refresh()
        Refreshes the resource to sync with Azure.
        Returns:
        the refreshed resource.
      • refresh

        AttachedDataNetwork refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.