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

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

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

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