Class PacketCoreControlPlaneVersionPropertiesFormat

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

public final class PacketCoreControlPlaneVersionPropertiesFormat extends Object
Packet core control plane version properties.
  • Constructor Details

    • PacketCoreControlPlaneVersionPropertiesFormat

      public PacketCoreControlPlaneVersionPropertiesFormat()
      Creates an instance of PacketCoreControlPlaneVersionPropertiesFormat class.
  • Method Details

    • 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 PacketCoreControlPlaneVersionPropertiesFormat 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 PacketCoreControlPlaneVersionPropertiesFormat object itself.
    • validate

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