Class SimPropertiesFormat


  • public final class SimPropertiesFormat
    extends Object
    Sim properties.
    • Constructor Detail

      • SimPropertiesFormat

        public SimPropertiesFormat()
    • Method Detail

      • provisioningState

        public ProvisioningState provisioningState()
        Get the provisioningState property: The provisioning state of the sim resource.
        Returns:
        the provisioningState value.
      • simState

        public SimState simState()
        Get the simState property: The state of the sim resource.
        Returns:
        the simState value.
      • internationalMobileSubscriberIdentity

        public String internationalMobileSubscriberIdentity()
        Get the internationalMobileSubscriberIdentity property: The International Mobile Subscriber Identity (IMSI) for the sim.
        Returns:
        the internationalMobileSubscriberIdentity value.
      • withInternationalMobileSubscriberIdentity

        public SimPropertiesFormat withInternationalMobileSubscriberIdentity​(String internationalMobileSubscriberIdentity)
        Set the internationalMobileSubscriberIdentity property: The International Mobile Subscriber Identity (IMSI) for the sim.
        Parameters:
        internationalMobileSubscriberIdentity - the internationalMobileSubscriberIdentity value to set.
        Returns:
        the SimPropertiesFormat object itself.
      • integratedCircuitCardIdentifier

        public String integratedCircuitCardIdentifier()
        Get the integratedCircuitCardIdentifier property: The Integrated Circuit Card ID (ICC Id) for the sim.
        Returns:
        the integratedCircuitCardIdentifier value.
      • withIntegratedCircuitCardIdentifier

        public SimPropertiesFormat withIntegratedCircuitCardIdentifier​(String integratedCircuitCardIdentifier)
        Set the integratedCircuitCardIdentifier property: The Integrated Circuit Card ID (ICC Id) for the sim.
        Parameters:
        integratedCircuitCardIdentifier - the integratedCircuitCardIdentifier value to set.
        Returns:
        the SimPropertiesFormat object itself.
      • authenticationKey

        public String authenticationKey()
        Get the authenticationKey property: The ki value for the sim.
        Returns:
        the authenticationKey value.
      • withAuthenticationKey

        public SimPropertiesFormat withAuthenticationKey​(String authenticationKey)
        Set the authenticationKey property: The ki value for the sim.
        Parameters:
        authenticationKey - the authenticationKey value to set.
        Returns:
        the SimPropertiesFormat object itself.
      • operatorKeyCode

        public String operatorKeyCode()
        Get the operatorKeyCode property: The Opc value for the sim.
        Returns:
        the operatorKeyCode value.
      • withOperatorKeyCode

        public SimPropertiesFormat withOperatorKeyCode​(String operatorKeyCode)
        Set the operatorKeyCode property: The Opc value for the sim.
        Parameters:
        operatorKeyCode - the operatorKeyCode value to set.
        Returns:
        the SimPropertiesFormat object itself.
      • mobileNetwork

        public MobileNetworkResourceId mobileNetwork()
        Get the mobileNetwork property: Mobile network that this sim belongs to.
        Returns:
        the mobileNetwork value.
      • withMobileNetwork

        public SimPropertiesFormat withMobileNetwork​(MobileNetworkResourceId mobileNetwork)
        Set the mobileNetwork property: Mobile network that this sim belongs to.
        Parameters:
        mobileNetwork - the mobileNetwork value to set.
        Returns:
        the SimPropertiesFormat object itself.
      • deviceType

        public String deviceType()
        Get the deviceType property: An optional free-form text field that can be used to record the device type this sim is associated with, for example 'Video camera'. The Azure portal allows Sims to be grouped and filtered based on this value.
        Returns:
        the deviceType value.
      • withDeviceType

        public SimPropertiesFormat withDeviceType​(String deviceType)
        Set the deviceType property: An optional free-form text field that can be used to record the device type this sim is associated with, for example 'Video camera'. The Azure portal allows Sims to be grouped and filtered based on this value.
        Parameters:
        deviceType - the deviceType value to set.
        Returns:
        the SimPropertiesFormat object itself.
      • simPolicy

        public SimPolicyResourceId simPolicy()
        Get the simPolicy property: The simPolicy used by this sim.
        Returns:
        the simPolicy value.
      • withSimPolicy

        public SimPropertiesFormat withSimPolicy​(SimPolicyResourceId simPolicy)
        Set the simPolicy property: The simPolicy used by this sim.
        Parameters:
        simPolicy - the simPolicy value to set.
        Returns:
        the SimPropertiesFormat object itself.
      • staticIpConfiguration

        public List<SimStaticIpProperties> staticIpConfiguration()
        Get the staticIpConfiguration property: A list of static IP addresses assigned to this sim. Each address is assigned at a defined network scope, made up of {attached data network, slice}.
        Returns:
        the staticIpConfiguration value.
      • withStaticIpConfiguration

        public SimPropertiesFormat withStaticIpConfiguration​(List<SimStaticIpProperties> staticIpConfiguration)
        Set the staticIpConfiguration property: A list of static IP addresses assigned to this sim. Each address is assigned at a defined network scope, made up of {attached data network, slice}.
        Parameters:
        staticIpConfiguration - the staticIpConfiguration value to set.
        Returns:
        the SimPropertiesFormat object itself.
      • validate

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