Class SimStaticIpPropertiesArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.mobilenetwork.inputs.SimStaticIpPropertiesArgs.Builder
-
- Enclosing class:
- SimStaticIpPropertiesArgs
public static final class SimStaticIpPropertiesArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SimStaticIpPropertiesArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimStaticIpPropertiesArgs.Builder
attachedDataNetwork(AttachedDataNetworkResourceIdArgs attachedDataNetwork)
SimStaticIpPropertiesArgs.Builder
attachedDataNetwork(com.pulumi.core.Output<AttachedDataNetworkResourceIdArgs> attachedDataNetwork)
SimStaticIpPropertiesArgs
build()
SimStaticIpPropertiesArgs.Builder
slice(SliceResourceIdArgs slice)
SimStaticIpPropertiesArgs.Builder
slice(com.pulumi.core.Output<SliceResourceIdArgs> slice)
SimStaticIpPropertiesArgs.Builder
staticIp(SimStaticIpPropertiesStaticIpArgs staticIp)
SimStaticIpPropertiesArgs.Builder
staticIp(com.pulumi.core.Output<SimStaticIpPropertiesStaticIpArgs> staticIp)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SimStaticIpPropertiesArgs defaults)
-
-
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
-
staticIp
public SimStaticIpPropertiesArgs.Builder staticIp(@Nullable com.pulumi.core.Output<SimStaticIpPropertiesStaticIpArgs> staticIp)
- Parameters:
staticIp
- The static IP configuration for the SIM to use at the defined network scope.- Returns:
- builder
-
staticIp
public SimStaticIpPropertiesArgs.Builder staticIp(SimStaticIpPropertiesStaticIpArgs staticIp)
- Parameters:
staticIp
- The static IP configuration for the SIM to use at the defined network scope.- Returns:
- builder
-
build
public SimStaticIpPropertiesArgs build()
-
-