Class SlicePropertiesFormat

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

public final class SlicePropertiesFormat extends Object
Network slice properties.
  • Constructor Details

    • SlicePropertiesFormat

      public SlicePropertiesFormat()
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the network slice resource.
      Returns:
      the provisioningState value.
    • snssai

      public Snssai snssai()
      Get the snssai property: Single-network slice selection assistance information (S-NSSAI). Unique at the scope of a mobile network.
      Returns:
      the snssai value.
    • withSnssai

      public SlicePropertiesFormat withSnssai(Snssai snssai)
      Set the snssai property: Single-network slice selection assistance information (S-NSSAI). Unique at the scope of a mobile network.
      Parameters:
      snssai - the snssai value to set.
      Returns:
      the SlicePropertiesFormat object itself.
    • description

      public String description()
      Get the description property: An optional description for this network slice.
      Returns:
      the description value.
    • withDescription

      public SlicePropertiesFormat withDescription(String description)
      Set the description property: An optional description for this network slice.
      Parameters:
      description - the description value to set.
      Returns:
      the SlicePropertiesFormat object itself.
    • validate

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