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()
  • 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.
    • versionState

      public VersionState versionState()
      Get the versionState property: The state of this packet core control plane version.
      Returns:
      the versionState value.
    • withVersionState

      public PacketCoreControlPlaneVersionPropertiesFormat withVersionState(VersionState versionState)
      Set the versionState property: The state of this packet core control plane version.
      Parameters:
      versionState - the versionState value to set.
      Returns:
      the PacketCoreControlPlaneVersionPropertiesFormat object itself.
    • recommendedVersion

      public RecommendedVersion recommendedVersion()
      Get the recommendedVersion property: Indicates whether this is the recommended version to use for new packet core control plane deployments.
      Returns:
      the recommendedVersion value.
    • withRecommendedVersion

      public PacketCoreControlPlaneVersionPropertiesFormat withRecommendedVersion(RecommendedVersion recommendedVersion)
      Set the recommendedVersion property: Indicates whether this is the recommended version to use for new packet core control plane deployments.
      Parameters:
      recommendedVersion - the recommendedVersion value to set.
      Returns:
      the PacketCoreControlPlaneVersionPropertiesFormat object itself.
    • validate

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