Class PacketCoreControlPlaneVersionInner

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

public final class PacketCoreControlPlaneVersionInner extends com.azure.core.management.ProxyResource
Packet core control plane version resource.
  • Constructor Details

    • PacketCoreControlPlaneVersionInner

      public PacketCoreControlPlaneVersionInner()
      Creates an instance of PacketCoreControlPlaneVersionInner class.
  • 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.
    • provisioningState

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

      public List<Platform> platforms()
      Get the platforms property: Platform specific packet core control plane version properties.
      Returns:
      the platforms value.
    • withPlatforms

      public PacketCoreControlPlaneVersionInner withPlatforms(List<Platform> platforms)
      Set the platforms property: Platform specific packet core control plane version properties.
      Parameters:
      platforms - the platforms value to set.
      Returns:
      the PacketCoreControlPlaneVersionInner object itself.
    • validate

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