Class PacketCoreDataPlaneInner


  • public final class PacketCoreDataPlaneInner
    extends com.azure.core.management.Resource
    Packet core data plane resource.
    • Constructor Detail

      • PacketCoreDataPlaneInner

        public PacketCoreDataPlaneInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
        Returns:
        the systemData value.
      • withLocation

        public PacketCoreDataPlaneInner withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • 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 PacketCoreDataPlaneInner 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 PacketCoreDataPlaneInner object itself.
      • validate

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