
com.pulumi.azurenative.mobilenetwork.inputs.SimStaticIpPropertiesArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.mobilenetwork.inputs;
import com.pulumi.azurenative.mobilenetwork.inputs.AttachedDataNetworkResourceIdArgs;
import com.pulumi.azurenative.mobilenetwork.inputs.SimStaticIpPropertiesStaticIpArgs;
import com.pulumi.azurenative.mobilenetwork.inputs.SliceResourceIdArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Static IP configuration for a SIM, scoped to a particular attached data network and slice.
*
*/
public final class SimStaticIpPropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final SimStaticIpPropertiesArgs Empty = new SimStaticIpPropertiesArgs();
/**
* 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.
*
*/
@Import(name="attachedDataNetwork")
private @Nullable Output attachedDataNetwork;
/**
* @return 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.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy