java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.Snssai

public final class Snssai extends Object
Single-network slice selection assistance information (S-NSSAI).
  • Constructor Details

    • Snssai

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

    • sst

      public int sst()
      Get the sst property: Slice/service type (SST).
      Returns:
      the sst value.
    • withSst

      public Snssai withSst(int sst)
      Set the sst property: Slice/service type (SST).
      Parameters:
      sst - the sst value to set.
      Returns:
      the Snssai object itself.
    • sd

      public String sd()
      Get the sd property: Slice differentiator (SD).
      Returns:
      the sd value.
    • withSd

      public Snssai withSd(String sd)
      Set the sd property: Slice differentiator (SD).
      Parameters:
      sd - the sd value to set.
      Returns:
      the Snssai object itself.
    • validate

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