Class PacketCoreDataPlaneInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreDataPlaneInner

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

    • PacketCoreDataPlaneInner

      public PacketCoreDataPlaneInner()
  • Method Details

    • 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
    • withTags

      public PacketCoreDataPlaneInner withTags(Map<String,String> tags)
      Overrides:
      withTags 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. For 5G networks, this is the N3 interface. For 4G networks, this is 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. 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 PacketCoreDataPlaneInner object itself.
    • validate

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