Class PacketCoreDataPlanePropertiesFormat

java.lang.Object
com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreDataPlanePropertiesFormat

public final class PacketCoreDataPlanePropertiesFormat extends Object
Packet core data plane properties.
  • Constructor Details

    • PacketCoreDataPlanePropertiesFormat

      public PacketCoreDataPlanePropertiesFormat()
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the packet core data plane resource.
      Returns:
      the provisioningState value.
    • userPlaneAccessInterface

      public InterfaceProperties userPlaneAccessInterface()
      Get the userPlaneAccessInterface property: The user plane interface on the access network. For 5G networks, this is the N3 interface. For 4G networks, this is the S1-U interface.
      Returns:
      the userPlaneAccessInterface value.
    • withUserPlaneAccessInterface

      public PacketCoreDataPlanePropertiesFormat withUserPlaneAccessInterface(InterfaceProperties userPlaneAccessInterface)
      Set the userPlaneAccessInterface property: The user plane interface on the access network. For 5G networks, this is the N3 interface. For 4G networks, this is the S1-U interface.
      Parameters:
      userPlaneAccessInterface - the userPlaneAccessInterface value to set.
      Returns:
      the PacketCoreDataPlanePropertiesFormat object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.