
com.pulumi.azurenative.containerinstance.inputs.IpAddressArgs 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.containerinstance.inputs;
import com.pulumi.azurenative.containerinstance.enums.ContainerGroupIpAddressType;
import com.pulumi.azurenative.containerinstance.enums.DnsNameLabelReusePolicy;
import com.pulumi.azurenative.containerinstance.inputs.PortArgs;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.core.internal.Codegen;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* IP address for the container group.
*
*/
public final class IpAddressArgs extends com.pulumi.resources.ResourceArgs {
public static final IpAddressArgs Empty = new IpAddressArgs();
/**
* The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.
*
*/
@Import(name="autoGeneratedDomainNameLabelScope")
private @Nullable Output> autoGeneratedDomainNameLabelScope;
/**
* @return The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy