Class PacketCoreDataPlanePropertiesFormat


  • public final class PacketCoreDataPlanePropertiesFormat
    extends Object
    PacketCoreDataPlane properties.
    • Constructor Detail

      • PacketCoreDataPlanePropertiesFormat

        public PacketCoreDataPlanePropertiesFormat()
    • Method Detail

      • 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. In 5G networks this is called as N3 interface whereas in 4G networks this is called 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. In 5G networks this is called as N3 interface whereas in 4G networks this is called 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.