Class HaVpnGatewayArgs


  • public final class HaVpnGatewayArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HaVpnGatewayArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        An optional description of this resource.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `a-z?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
      • network

        public com.pulumi.core.Output<java.lang.String> network()
        Returns:
        The network this VPN gateway is accepting traffic for. ***
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region this gateway should sit in.
      • stackType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> stackType()
        Returns:
        The stack type for this VPN gateway to identify the IP protocols that are enabled. If not specified, IPV4_ONLY will be used. Default value is `IPV4_ONLY`. Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
      • vpnInterfaces

        public java.util.Optional<com.pulumi.core.Output<java.util.List<HaVpnGatewayVpnInterfaceArgs>>> vpnInterfaces()
        Returns:
        A list of interfaces on this VPN gateway. Structure is documented below.