Class SimNameAndProperties

java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.SimNameAndProperties

public final class SimNameAndProperties extends Object
SIM name and properties.
  • Constructor Details

    • SimNameAndProperties

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

    • name

      public String name()
      Get the name property: The name of the SIM.
      Returns:
      the name value.
    • withName

      public SimNameAndProperties withName(String name)
      Set the name property: The name of the SIM.
      Parameters:
      name - the name value to set.
      Returns:
      the SimNameAndProperties object itself.
    • authenticationKey

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

      public SimNameAndProperties withAuthenticationKey(String authenticationKey)
      Set the authenticationKey property: The Ki value for the SIM.
      Parameters:
      authenticationKey - the authenticationKey value to set.
      Returns:
      the SimNameAndProperties object itself.
    • operatorKeyCode

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

      public SimNameAndProperties withOperatorKeyCode(String operatorKeyCode)
      Set the operatorKeyCode property: The Opc value for the SIM.
      Parameters:
      operatorKeyCode - the operatorKeyCode value to set.
      Returns:
      the SimNameAndProperties object itself.
    • 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.
    • siteProvisioningState

      public Map<String,SiteProvisioningState> siteProvisioningState()
      Get the siteProvisioningState property: A dictionary of sites to the provisioning state of this SIM on that site.
      Returns:
      the siteProvisioningState value.
    • internationalMobileSubscriberIdentity

      public String internationalMobileSubscriberIdentity()
      Get the internationalMobileSubscriberIdentity property: The international mobile subscriber identity (IMSI) for the SIM.
      Returns:
      the internationalMobileSubscriberIdentity value.
    • withInternationalMobileSubscriberIdentity

      public SimNameAndProperties 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 SimNameAndProperties object itself.
    • integratedCircuitCardIdentifier

      public String integratedCircuitCardIdentifier()
      Get the integratedCircuitCardIdentifier property: The integrated circuit card ID (ICCID) for the SIM.
      Returns:
      the integratedCircuitCardIdentifier value.
    • withIntegratedCircuitCardIdentifier

      public SimNameAndProperties withIntegratedCircuitCardIdentifier(String integratedCircuitCardIdentifier)
      Set the integratedCircuitCardIdentifier property: The integrated circuit card ID (ICCID) for the SIM.
      Parameters:
      integratedCircuitCardIdentifier - the integratedCircuitCardIdentifier value to set.
      Returns:
      the SimNameAndProperties 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 SimNameAndProperties 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 SimNameAndProperties object itself.
    • simPolicy

      public SimPolicyResourceId simPolicy()
      Get the simPolicy property: The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.
      Returns:
      the simPolicy value.
    • withSimPolicy

      public SimNameAndProperties 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.
      Parameters:
      simPolicy - the simPolicy value to set.
      Returns:
      the SimNameAndProperties 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 SimNameAndProperties 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 SimNameAndProperties object itself.
    • vendorName

      public String vendorName()
      Get the vendorName property: The name of the SIM vendor who provided this SIM, if any.
      Returns:
      the vendorName value.
    • vendorKeyFingerprint

      public String vendorKeyFingerprint()
      Get the vendorKeyFingerprint property: The public key fingerprint of the SIM vendor who provided this SIM, if any.
      Returns:
      the vendorKeyFingerprint value.
    • validate

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