Class IpAddressArgs


  • public final class IpAddressArgs
    extends com.pulumi.resources.ResourceArgs
    IP address for the container group.
    • Method Detail

      • autoGeneratedDomainNameLabelScope

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​DnsNameLabelReusePolicy>>> autoGeneratedDomainNameLabelScope()
        Returns:
        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.
      • dnsNameLabel

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dnsNameLabel()
        Returns:
        The Dns name label for the IP.
      • ip

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ip()
        Returns:
        The IP exposed to the public internet.
      • ports

        public com.pulumi.core.Output<java.util.List<PortArgs>> ports()
        Returns:
        The list of ports exposed on the container group.
      • type

        public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​ContainerGroupIpAddressType>> type()
        Returns:
        Specifies if the IP is exposed to the public internet or private VNET.