Class SlicePropertiesFormat


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

      • SlicePropertiesFormat

        public SlicePropertiesFormat()
    • Method Detail

      • 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: The S-NSSAI (single network slice selection assistance information). Unique at the scope of a MobileNetwork.
        Returns:
        the snssai value.
      • withSnssai

        public SlicePropertiesFormat withSnssai​(Snssai snssai)
        Set the snssai property: The S-NSSAI (single network slice selection assistance information). Unique at the scope of a MobileNetwork.
        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.