Class SimStaticIpPropertiesArgs.Builder

  • Enclosing class:
    SimStaticIpPropertiesArgs

    public static final class SimStaticIpPropertiesArgs.Builder
    extends java.lang.Object
    • Method Detail

      • attachedDataNetwork

        public SimStaticIpPropertiesArgs.Builder attachedDataNetwork​(@Nullable
                                                                     com.pulumi.core.Output<AttachedDataNetworkResourceIdArgs> attachedDataNetwork)
        Parameters:
        attachedDataNetwork - The attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The attached data network must be in the same location as the SIM.
        Returns:
        builder
      • attachedDataNetwork

        public SimStaticIpPropertiesArgs.Builder attachedDataNetwork​(AttachedDataNetworkResourceIdArgs attachedDataNetwork)
        Parameters:
        attachedDataNetwork - The attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The attached data network must be in the same location as the SIM.
        Returns:
        builder
      • slice

        public SimStaticIpPropertiesArgs.Builder slice​(@Nullable
                                                       com.pulumi.core.Output<SliceResourceIdArgs> slice)
        Parameters:
        slice - The network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The slice must be in the same location as the SIM.
        Returns:
        builder
      • slice

        public SimStaticIpPropertiesArgs.Builder slice​(SliceResourceIdArgs slice)
        Parameters:
        slice - The network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The slice must be in the same location as the SIM.
        Returns:
        builder