Class SimPropertiesFormat

java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.CommonSimPropertiesFormat
com.azure.resourcemanager.mobilenetwork.fluent.models.SimPropertiesFormat

public final class SimPropertiesFormat extends CommonSimPropertiesFormat
SIM properties.
  • Constructor Details

    • SimPropertiesFormat

      public SimPropertiesFormat()
      Creates an instance of SimPropertiesFormat class.
  • Method Details

    • 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.
    • withInternationalMobileSubscriberIdentity

      public SimPropertiesFormat withInternationalMobileSubscriberIdentity(String internationalMobileSubscriberIdentity)
      Set the internationalMobileSubscriberIdentity property: The international mobile subscriber identity (IMSI) for the SIM.
      Overrides:
      withInternationalMobileSubscriberIdentity in class CommonSimPropertiesFormat
      Parameters:
      internationalMobileSubscriberIdentity - the internationalMobileSubscriberIdentity value to set.
      Returns:
      the CommonSimPropertiesFormat object itself.
    • withIntegratedCircuitCardIdentifier

      public SimPropertiesFormat withIntegratedCircuitCardIdentifier(String integratedCircuitCardIdentifier)
      Set the integratedCircuitCardIdentifier property: The integrated circuit card ID (ICCID) for the SIM.
      Overrides:
      withIntegratedCircuitCardIdentifier in class CommonSimPropertiesFormat
      Parameters:
      integratedCircuitCardIdentifier - the integratedCircuitCardIdentifier value to set.
      Returns:
      the CommonSimPropertiesFormat object itself.
    • 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.
      Overrides:
      withDeviceType in class CommonSimPropertiesFormat
      Parameters:
      deviceType - the deviceType value to set.
      Returns:
      the CommonSimPropertiesFormat object itself.
    • withSimPolicy

      public SimPropertiesFormat withSimPolicy(SimPolicyResourceId simPolicy)
      Set the simPolicy property: The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.
      Overrides:
      withSimPolicy in class CommonSimPropertiesFormat
      Parameters:
      simPolicy - the simPolicy value to set.
      Returns:
      the CommonSimPropertiesFormat object itself.
    • 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}.
      Overrides:
      withStaticIpConfiguration in class CommonSimPropertiesFormat
      Parameters:
      staticIpConfiguration - the staticIpConfiguration value to set.
      Returns:
      the CommonSimPropertiesFormat object itself.
    • validate

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