fortios.wirelesscontroller/hotspot20.H2qpconncapability
Explore with Pulumi AI
Configure connection capability.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortios from "@pulumiverse/fortios";
const trname = new fortios.wirelesscontroller.hotspot20.H2qpconncapability("trname", {
espPort: "unknown",
ftpPort: "unknown",
httpPort: "unknown",
icmpPort: "closed",
ikev2Port: "unknown",
ikev2XxPort: "unknown",
pptpVpnPort: "unknown",
sshPort: "unknown",
tlsPort: "unknown",
voipTcpPort: "unknown",
voipUdpPort: "unknown",
});
import pulumi
import pulumiverse_fortios as fortios
trname = fortios.wirelesscontroller.hotspot20.H2qpconncapability("trname",
esp_port="unknown",
ftp_port="unknown",
http_port="unknown",
icmp_port="closed",
ikev2_port="unknown",
ikev2_xx_port="unknown",
pptp_vpn_port="unknown",
ssh_port="unknown",
tls_port="unknown",
voip_tcp_port="unknown",
voip_udp_port="unknown")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumiverse/pulumi-fortios/sdk/go/fortios/wirelesscontroller"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := wirelesscontroller.NewH2qpconncapability(ctx, "trname", &wirelesscontroller.H2qpconncapabilityArgs{
EspPort: pulumi.String("unknown"),
FtpPort: pulumi.String("unknown"),
HttpPort: pulumi.String("unknown"),
IcmpPort: pulumi.String("closed"),
Ikev2Port: pulumi.String("unknown"),
Ikev2XxPort: pulumi.String("unknown"),
PptpVpnPort: pulumi.String("unknown"),
SshPort: pulumi.String("unknown"),
TlsPort: pulumi.String("unknown"),
VoipTcpPort: pulumi.String("unknown"),
VoipUdpPort: pulumi.String("unknown"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortios = Pulumiverse.Fortios;
return await Deployment.RunAsync(() =>
{
var trname = new Fortios.Wirelesscontroller.Hotspot20.H2qpconncapability("trname", new()
{
EspPort = "unknown",
FtpPort = "unknown",
HttpPort = "unknown",
IcmpPort = "closed",
Ikev2Port = "unknown",
Ikev2XxPort = "unknown",
PptpVpnPort = "unknown",
SshPort = "unknown",
TlsPort = "unknown",
VoipTcpPort = "unknown",
VoipUdpPort = "unknown",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortios.wirelesscontroller.H2qpconncapability;
import com.pulumi.fortios.wirelesscontroller.H2qpconncapabilityArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new H2qpconncapability("trname", H2qpconncapabilityArgs.builder()
.espPort("unknown")
.ftpPort("unknown")
.httpPort("unknown")
.icmpPort("closed")
.ikev2Port("unknown")
.ikev2XxPort("unknown")
.pptpVpnPort("unknown")
.sshPort("unknown")
.tlsPort("unknown")
.voipTcpPort("unknown")
.voipUdpPort("unknown")
.build());
}
}
resources:
trname:
type: fortios:wirelesscontroller/hotspot20:H2qpconncapability
properties:
espPort: unknown
ftpPort: unknown
httpPort: unknown
icmpPort: closed
ikev2Port: unknown
ikev2XxPort: unknown
pptpVpnPort: unknown
sshPort: unknown
tlsPort: unknown
voipTcpPort: unknown
voipUdpPort: unknown
Create H2qpconncapability Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new H2qpconncapability(name: string, args?: H2qpconncapabilityArgs, opts?: CustomResourceOptions);
@overload
def H2qpconncapability(resource_name: str,
args: Optional[H2qpconncapabilityArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def H2qpconncapability(resource_name: str,
opts: Optional[ResourceOptions] = None,
esp_port: Optional[str] = None,
ftp_port: Optional[str] = None,
http_port: Optional[str] = None,
icmp_port: Optional[str] = None,
ikev2_port: Optional[str] = None,
ikev2_xx_port: Optional[str] = None,
name: Optional[str] = None,
pptp_vpn_port: Optional[str] = None,
ssh_port: Optional[str] = None,
tls_port: Optional[str] = None,
vdomparam: Optional[str] = None,
voip_tcp_port: Optional[str] = None,
voip_udp_port: Optional[str] = None)
func NewH2qpconncapability(ctx *Context, name string, args *H2qpconncapabilityArgs, opts ...ResourceOption) (*H2qpconncapability, error)
public H2qpconncapability(string name, H2qpconncapabilityArgs? args = null, CustomResourceOptions? opts = null)
public H2qpconncapability(String name, H2qpconncapabilityArgs args)
public H2qpconncapability(String name, H2qpconncapabilityArgs args, CustomResourceOptions options)
type: fortios:wirelesscontroller/hotspot20/h2qpconncapability:H2qpconncapability
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args H2qpconncapabilityArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args H2qpconncapabilityArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args H2qpconncapabilityArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args H2qpconncapabilityArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args H2qpconncapabilityArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
H2qpconncapability Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The H2qpconncapability resource accepts the following input properties:
- Esp
Port string - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - Ftp
Port string - Set FTP port service status. Valid values:
closed
,open
,unknown
. - Http
Port string - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - Icmp
Port string - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - Ikev2Port string
- Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - Ikev2Xx
Port string - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - Name string
- Connection capability name.
- Pptp
Vpn stringPort - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - Ssh
Port string - Set SSH port service status. Valid values:
closed
,open
,unknown
. - Tls
Port string - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Voip
Tcp stringPort - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - Voip
Udp stringPort - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
- Esp
Port string - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - Ftp
Port string - Set FTP port service status. Valid values:
closed
,open
,unknown
. - Http
Port string - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - Icmp
Port string - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - Ikev2Port string
- Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - Ikev2Xx
Port string - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - Name string
- Connection capability name.
- Pptp
Vpn stringPort - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - Ssh
Port string - Set SSH port service status. Valid values:
closed
,open
,unknown
. - Tls
Port string - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Voip
Tcp stringPort - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - Voip
Udp stringPort - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
- esp
Port String - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - ftp
Port String - Set FTP port service status. Valid values:
closed
,open
,unknown
. - http
Port String - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - icmp
Port String - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - ikev2Port String
- Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - ikev2Xx
Port String - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - name String
- Connection capability name.
- pptp
Vpn StringPort - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - ssh
Port String - Set SSH port service status. Valid values:
closed
,open
,unknown
. - tls
Port String - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- voip
Tcp StringPort - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - voip
Udp StringPort - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
- esp
Port string - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - ftp
Port string - Set FTP port service status. Valid values:
closed
,open
,unknown
. - http
Port string - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - icmp
Port string - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - ikev2Port string
- Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - ikev2Xx
Port string - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - name string
- Connection capability name.
- pptp
Vpn stringPort - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - ssh
Port string - Set SSH port service status. Valid values:
closed
,open
,unknown
. - tls
Port string - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- voip
Tcp stringPort - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - voip
Udp stringPort - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
- esp_
port str - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - ftp_
port str - Set FTP port service status. Valid values:
closed
,open
,unknown
. - http_
port str - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - icmp_
port str - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - ikev2_
port str - Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - ikev2_
xx_ strport - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - name str
- Connection capability name.
- pptp_
vpn_ strport - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - ssh_
port str - Set SSH port service status. Valid values:
closed
,open
,unknown
. - tls_
port str - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- voip_
tcp_ strport - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - voip_
udp_ strport - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
- esp
Port String - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - ftp
Port String - Set FTP port service status. Valid values:
closed
,open
,unknown
. - http
Port String - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - icmp
Port String - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - ikev2Port String
- Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - ikev2Xx
Port String - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - name String
- Connection capability name.
- pptp
Vpn StringPort - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - ssh
Port String - Set SSH port service status. Valid values:
closed
,open
,unknown
. - tls
Port String - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- voip
Tcp StringPort - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - voip
Udp StringPort - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
Outputs
All input properties are implicitly available as output properties. Additionally, the H2qpconncapability resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing H2qpconncapability Resource
Get an existing H2qpconncapability resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: H2qpconncapabilityState, opts?: CustomResourceOptions): H2qpconncapability
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
esp_port: Optional[str] = None,
ftp_port: Optional[str] = None,
http_port: Optional[str] = None,
icmp_port: Optional[str] = None,
ikev2_port: Optional[str] = None,
ikev2_xx_port: Optional[str] = None,
name: Optional[str] = None,
pptp_vpn_port: Optional[str] = None,
ssh_port: Optional[str] = None,
tls_port: Optional[str] = None,
vdomparam: Optional[str] = None,
voip_tcp_port: Optional[str] = None,
voip_udp_port: Optional[str] = None) -> H2qpconncapability
func GetH2qpconncapability(ctx *Context, name string, id IDInput, state *H2qpconncapabilityState, opts ...ResourceOption) (*H2qpconncapability, error)
public static H2qpconncapability Get(string name, Input<string> id, H2qpconncapabilityState? state, CustomResourceOptions? opts = null)
public static H2qpconncapability get(String name, Output<String> id, H2qpconncapabilityState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Esp
Port string - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - Ftp
Port string - Set FTP port service status. Valid values:
closed
,open
,unknown
. - Http
Port string - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - Icmp
Port string - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - Ikev2Port string
- Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - Ikev2Xx
Port string - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - Name string
- Connection capability name.
- Pptp
Vpn stringPort - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - Ssh
Port string - Set SSH port service status. Valid values:
closed
,open
,unknown
. - Tls
Port string - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Voip
Tcp stringPort - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - Voip
Udp stringPort - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
- Esp
Port string - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - Ftp
Port string - Set FTP port service status. Valid values:
closed
,open
,unknown
. - Http
Port string - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - Icmp
Port string - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - Ikev2Port string
- Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - Ikev2Xx
Port string - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - Name string
- Connection capability name.
- Pptp
Vpn stringPort - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - Ssh
Port string - Set SSH port service status. Valid values:
closed
,open
,unknown
. - Tls
Port string - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Voip
Tcp stringPort - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - Voip
Udp stringPort - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
- esp
Port String - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - ftp
Port String - Set FTP port service status. Valid values:
closed
,open
,unknown
. - http
Port String - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - icmp
Port String - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - ikev2Port String
- Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - ikev2Xx
Port String - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - name String
- Connection capability name.
- pptp
Vpn StringPort - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - ssh
Port String - Set SSH port service status. Valid values:
closed
,open
,unknown
. - tls
Port String - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- voip
Tcp StringPort - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - voip
Udp StringPort - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
- esp
Port string - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - ftp
Port string - Set FTP port service status. Valid values:
closed
,open
,unknown
. - http
Port string - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - icmp
Port string - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - ikev2Port string
- Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - ikev2Xx
Port string - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - name string
- Connection capability name.
- pptp
Vpn stringPort - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - ssh
Port string - Set SSH port service status. Valid values:
closed
,open
,unknown
. - tls
Port string - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- voip
Tcp stringPort - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - voip
Udp stringPort - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
- esp_
port str - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - ftp_
port str - Set FTP port service status. Valid values:
closed
,open
,unknown
. - http_
port str - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - icmp_
port str - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - ikev2_
port str - Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - ikev2_
xx_ strport - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - name str
- Connection capability name.
- pptp_
vpn_ strport - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - ssh_
port str - Set SSH port service status. Valid values:
closed
,open
,unknown
. - tls_
port str - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- voip_
tcp_ strport - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - voip_
udp_ strport - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
- esp
Port String - Set ESP port service (used by IPsec VPNs) status. Valid values:
closed
,open
,unknown
. - ftp
Port String - Set FTP port service status. Valid values:
closed
,open
,unknown
. - http
Port String - Set HTTP port service status. Valid values:
closed
,open
,unknown
. - icmp
Port String - Set ICMP port service status. Valid values:
closed
,open
,unknown
. - ikev2Port String
- Set IKEv2 port service for IPsec VPN status. Valid values:
closed
,open
,unknown
. - ikev2Xx
Port String - Set UDP port 4500 (which may be used by IKEv2 for IPsec VPN) service status. Valid values:
closed
,open
,unknown
. - name String
- Connection capability name.
- pptp
Vpn StringPort - Set Point to Point Tunneling Protocol (PPTP) VPN port service status. Valid values:
closed
,open
,unknown
. - ssh
Port String - Set SSH port service status. Valid values:
closed
,open
,unknown
. - tls
Port String - Set TLS VPN (HTTPS) port service status. Valid values:
closed
,open
,unknown
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- voip
Tcp StringPort - Set VoIP TCP port service status. Valid values:
closed
,open
,unknown
. - voip
Udp StringPort - Set VoIP UDP port service status. Valid values:
closed
,open
,unknown
.
Import
WirelessControllerHotspot20 H2QpConnCapability can be imported using any of these accepted formats:
$ pulumi import fortios:wirelesscontroller/hotspot20/h2qpconncapability:H2qpconncapability labelname {{name}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:wirelesscontroller/hotspot20/h2qpconncapability:H2qpconncapability labelname {{name}}
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.