java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.mobilenetwork.fluent.models.SliceInner

public final class SliceInner extends com.azure.core.management.Resource
Network slice resource.
  • Constructor Details

    • SliceInner

      public SliceInner()
  • 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.
    • withLocation

      public SliceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public SliceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • 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 SliceInner 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 SliceInner object itself.
    • description

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

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

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