Class SimInner


  • public final class SimInner
    extends com.azure.core.management.Resource
    Sim resource.
    • Constructor Detail

      • SimInner

        public SimInner()
    • Method Detail

      • 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 SimInner withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • withTags

        public SimInner 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 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 SimInner 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 SimInner 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 SimInner 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 SimInner object itself.
      • authenticationKey

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

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

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

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

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

        public SimInner withMobileNetwork​(MobileNetworkResourceId mobileNetwork)
        Set the mobileNetwork property: Mobile network that this sim belongs to.
        Parameters:
        mobileNetwork - the mobileNetwork value to set.
        Returns:
        the SimInner 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 SimInner 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 SimInner object itself.
      • simPolicy

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

        public SimInner withSimPolicy​(SimPolicyResourceId simPolicy)
        Set the simPolicy property: The simPolicy used by this sim.
        Parameters:
        simPolicy - the simPolicy value to set.
        Returns:
        the SimInner 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 SimInner 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 SimInner object itself.
      • validate

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