fortios.system.Vdomproperty
Explore with Pulumi AI
Configure VDOM property.
Create Vdomproperty Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Vdomproperty(name: string, args?: VdompropertyArgs, opts?: CustomResourceOptions);
@overload
def Vdomproperty(resource_name: str,
args: Optional[VdompropertyArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Vdomproperty(resource_name: str,
opts: Optional[ResourceOptions] = None,
custom_service: Optional[str] = None,
description: Optional[str] = None,
dialup_tunnel: Optional[str] = None,
firewall_address: Optional[str] = None,
firewall_addrgrp: Optional[str] = None,
firewall_policy: Optional[str] = None,
ipsec_phase1: Optional[str] = None,
ipsec_phase1_interface: Optional[str] = None,
ipsec_phase2: Optional[str] = None,
ipsec_phase2_interface: Optional[str] = None,
log_disk_quota: Optional[str] = None,
name: Optional[str] = None,
onetime_schedule: Optional[str] = None,
proxy: Optional[str] = None,
recurring_schedule: Optional[str] = None,
service_group: Optional[str] = None,
session: Optional[str] = None,
snmp_index: Optional[int] = None,
sslvpn: Optional[str] = None,
user: Optional[str] = None,
user_group: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewVdomproperty(ctx *Context, name string, args *VdompropertyArgs, opts ...ResourceOption) (*Vdomproperty, error)
public Vdomproperty(string name, VdompropertyArgs? args = null, CustomResourceOptions? opts = null)
public Vdomproperty(String name, VdompropertyArgs args)
public Vdomproperty(String name, VdompropertyArgs args, CustomResourceOptions options)
type: fortios:system:Vdomproperty
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 VdompropertyArgs
- 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 VdompropertyArgs
- 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 VdompropertyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VdompropertyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VdompropertyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var vdompropertyResource = new Fortios.System.Vdomproperty("vdompropertyResource", new()
{
CustomService = "string",
Description = "string",
DialupTunnel = "string",
FirewallAddress = "string",
FirewallAddrgrp = "string",
FirewallPolicy = "string",
IpsecPhase1 = "string",
IpsecPhase1Interface = "string",
IpsecPhase2 = "string",
IpsecPhase2Interface = "string",
LogDiskQuota = "string",
Name = "string",
OnetimeSchedule = "string",
Proxy = "string",
RecurringSchedule = "string",
ServiceGroup = "string",
Session = "string",
SnmpIndex = 0,
Sslvpn = "string",
User = "string",
UserGroup = "string",
Vdomparam = "string",
});
example, err := system.NewVdomproperty(ctx, "vdompropertyResource", &system.VdompropertyArgs{
CustomService: pulumi.String("string"),
Description: pulumi.String("string"),
DialupTunnel: pulumi.String("string"),
FirewallAddress: pulumi.String("string"),
FirewallAddrgrp: pulumi.String("string"),
FirewallPolicy: pulumi.String("string"),
IpsecPhase1: pulumi.String("string"),
IpsecPhase1Interface: pulumi.String("string"),
IpsecPhase2: pulumi.String("string"),
IpsecPhase2Interface: pulumi.String("string"),
LogDiskQuota: pulumi.String("string"),
Name: pulumi.String("string"),
OnetimeSchedule: pulumi.String("string"),
Proxy: pulumi.String("string"),
RecurringSchedule: pulumi.String("string"),
ServiceGroup: pulumi.String("string"),
Session: pulumi.String("string"),
SnmpIndex: pulumi.Int(0),
Sslvpn: pulumi.String("string"),
User: pulumi.String("string"),
UserGroup: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
})
var vdompropertyResource = new Vdomproperty("vdompropertyResource", VdompropertyArgs.builder()
.customService("string")
.description("string")
.dialupTunnel("string")
.firewallAddress("string")
.firewallAddrgrp("string")
.firewallPolicy("string")
.ipsecPhase1("string")
.ipsecPhase1Interface("string")
.ipsecPhase2("string")
.ipsecPhase2Interface("string")
.logDiskQuota("string")
.name("string")
.onetimeSchedule("string")
.proxy("string")
.recurringSchedule("string")
.serviceGroup("string")
.session("string")
.snmpIndex(0)
.sslvpn("string")
.user("string")
.userGroup("string")
.vdomparam("string")
.build());
vdomproperty_resource = fortios.system.Vdomproperty("vdompropertyResource",
custom_service="string",
description="string",
dialup_tunnel="string",
firewall_address="string",
firewall_addrgrp="string",
firewall_policy="string",
ipsec_phase1="string",
ipsec_phase1_interface="string",
ipsec_phase2="string",
ipsec_phase2_interface="string",
log_disk_quota="string",
name="string",
onetime_schedule="string",
proxy="string",
recurring_schedule="string",
service_group="string",
session="string",
snmp_index=0,
sslvpn="string",
user="string",
user_group="string",
vdomparam="string")
const vdompropertyResource = new fortios.system.Vdomproperty("vdompropertyResource", {
customService: "string",
description: "string",
dialupTunnel: "string",
firewallAddress: "string",
firewallAddrgrp: "string",
firewallPolicy: "string",
ipsecPhase1: "string",
ipsecPhase1Interface: "string",
ipsecPhase2: "string",
ipsecPhase2Interface: "string",
logDiskQuota: "string",
name: "string",
onetimeSchedule: "string",
proxy: "string",
recurringSchedule: "string",
serviceGroup: "string",
session: "string",
snmpIndex: 0,
sslvpn: "string",
user: "string",
userGroup: "string",
vdomparam: "string",
});
type: fortios:system:Vdomproperty
properties:
customService: string
description: string
dialupTunnel: string
firewallAddress: string
firewallAddrgrp: string
firewallPolicy: string
ipsecPhase1: string
ipsecPhase1Interface: string
ipsecPhase2: string
ipsecPhase2Interface: string
logDiskQuota: string
name: string
onetimeSchedule: string
proxy: string
recurringSchedule: string
serviceGroup: string
session: string
snmpIndex: 0
sslvpn: string
user: string
userGroup: string
vdomparam: string
Vdomproperty 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 Vdomproperty resource accepts the following input properties:
- Custom
Service string - Maximum guaranteed number of firewall custom services.
- Description string
- Description.
- Dialup
Tunnel string - Maximum guaranteed number of dial-up tunnels.
- Firewall
Address string - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- Firewall
Addrgrp string - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- Firewall
Policy string - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- Ipsec
Phase1 string - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- Ipsec
Phase1Interface string - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- Ipsec
Phase2 string - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- Ipsec
Phase2Interface string - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- Log
Disk stringQuota - Log disk quota in MB (range depends on how much disk space is available).
- Name string
- VDOM name.
- Onetime
Schedule string - Maximum guaranteed number of firewall one-time schedules.
- Proxy string
- Maximum guaranteed number of concurrent proxy users.
- Recurring
Schedule string - Maximum guaranteed number of firewall recurring schedules.
- Service
Group string - Maximum guaranteed number of firewall service groups.
- Session string
- Maximum guaranteed number of sessions.
- Snmp
Index int - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- Sslvpn string
- Maximum guaranteed number of SSL-VPNs.
- User string
- Maximum guaranteed number of local users.
- User
Group string - Maximum guaranteed number of user groups.
- 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.
- Custom
Service string - Maximum guaranteed number of firewall custom services.
- Description string
- Description.
- Dialup
Tunnel string - Maximum guaranteed number of dial-up tunnels.
- Firewall
Address string - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- Firewall
Addrgrp string - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- Firewall
Policy string - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- Ipsec
Phase1 string - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- Ipsec
Phase1Interface string - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- Ipsec
Phase2 string - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- Ipsec
Phase2Interface string - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- Log
Disk stringQuota - Log disk quota in MB (range depends on how much disk space is available).
- Name string
- VDOM name.
- Onetime
Schedule string - Maximum guaranteed number of firewall one-time schedules.
- Proxy string
- Maximum guaranteed number of concurrent proxy users.
- Recurring
Schedule string - Maximum guaranteed number of firewall recurring schedules.
- Service
Group string - Maximum guaranteed number of firewall service groups.
- Session string
- Maximum guaranteed number of sessions.
- Snmp
Index int - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- Sslvpn string
- Maximum guaranteed number of SSL-VPNs.
- User string
- Maximum guaranteed number of local users.
- User
Group string - Maximum guaranteed number of user groups.
- 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.
- custom
Service String - Maximum guaranteed number of firewall custom services.
- description String
- Description.
- dialup
Tunnel String - Maximum guaranteed number of dial-up tunnels.
- firewall
Address String - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- firewall
Addrgrp String - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- firewall
Policy String - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- ipsec
Phase1 String - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- ipsec
Phase1Interface String - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- ipsec
Phase2 String - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- ipsec
Phase2Interface String - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- log
Disk StringQuota - Log disk quota in MB (range depends on how much disk space is available).
- name String
- VDOM name.
- onetime
Schedule String - Maximum guaranteed number of firewall one-time schedules.
- proxy String
- Maximum guaranteed number of concurrent proxy users.
- recurring
Schedule String - Maximum guaranteed number of firewall recurring schedules.
- service
Group String - Maximum guaranteed number of firewall service groups.
- session String
- Maximum guaranteed number of sessions.
- snmp
Index Integer - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- sslvpn String
- Maximum guaranteed number of SSL-VPNs.
- user String
- Maximum guaranteed number of local users.
- user
Group String - Maximum guaranteed number of user groups.
- 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.
- custom
Service string - Maximum guaranteed number of firewall custom services.
- description string
- Description.
- dialup
Tunnel string - Maximum guaranteed number of dial-up tunnels.
- firewall
Address string - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- firewall
Addrgrp string - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- firewall
Policy string - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- ipsec
Phase1 string - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- ipsec
Phase1Interface string - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- ipsec
Phase2 string - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- ipsec
Phase2Interface string - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- log
Disk stringQuota - Log disk quota in MB (range depends on how much disk space is available).
- name string
- VDOM name.
- onetime
Schedule string - Maximum guaranteed number of firewall one-time schedules.
- proxy string
- Maximum guaranteed number of concurrent proxy users.
- recurring
Schedule string - Maximum guaranteed number of firewall recurring schedules.
- service
Group string - Maximum guaranteed number of firewall service groups.
- session string
- Maximum guaranteed number of sessions.
- snmp
Index number - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- sslvpn string
- Maximum guaranteed number of SSL-VPNs.
- user string
- Maximum guaranteed number of local users.
- user
Group string - Maximum guaranteed number of user groups.
- 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.
- custom_
service str - Maximum guaranteed number of firewall custom services.
- description str
- Description.
- dialup_
tunnel str - Maximum guaranteed number of dial-up tunnels.
- firewall_
address str - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- firewall_
addrgrp str - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- firewall_
policy str - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- ipsec_
phase1 str - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- ipsec_
phase1_ strinterface - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- ipsec_
phase2 str - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- ipsec_
phase2_ strinterface - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- log_
disk_ strquota - Log disk quota in MB (range depends on how much disk space is available).
- name str
- VDOM name.
- onetime_
schedule str - Maximum guaranteed number of firewall one-time schedules.
- proxy str
- Maximum guaranteed number of concurrent proxy users.
- recurring_
schedule str - Maximum guaranteed number of firewall recurring schedules.
- service_
group str - Maximum guaranteed number of firewall service groups.
- session str
- Maximum guaranteed number of sessions.
- snmp_
index int - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- sslvpn str
- Maximum guaranteed number of SSL-VPNs.
- user str
- Maximum guaranteed number of local users.
- user_
group str - Maximum guaranteed number of user groups.
- 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.
- custom
Service String - Maximum guaranteed number of firewall custom services.
- description String
- Description.
- dialup
Tunnel String - Maximum guaranteed number of dial-up tunnels.
- firewall
Address String - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- firewall
Addrgrp String - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- firewall
Policy String - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- ipsec
Phase1 String - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- ipsec
Phase1Interface String - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- ipsec
Phase2 String - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- ipsec
Phase2Interface String - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- log
Disk StringQuota - Log disk quota in MB (range depends on how much disk space is available).
- name String
- VDOM name.
- onetime
Schedule String - Maximum guaranteed number of firewall one-time schedules.
- proxy String
- Maximum guaranteed number of concurrent proxy users.
- recurring
Schedule String - Maximum guaranteed number of firewall recurring schedules.
- service
Group String - Maximum guaranteed number of firewall service groups.
- session String
- Maximum guaranteed number of sessions.
- snmp
Index Number - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- sslvpn String
- Maximum guaranteed number of SSL-VPNs.
- user String
- Maximum guaranteed number of local users.
- user
Group String - Maximum guaranteed number of user groups.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the Vdomproperty 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 Vdomproperty Resource
Get an existing Vdomproperty 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?: VdompropertyState, opts?: CustomResourceOptions): Vdomproperty
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
custom_service: Optional[str] = None,
description: Optional[str] = None,
dialup_tunnel: Optional[str] = None,
firewall_address: Optional[str] = None,
firewall_addrgrp: Optional[str] = None,
firewall_policy: Optional[str] = None,
ipsec_phase1: Optional[str] = None,
ipsec_phase1_interface: Optional[str] = None,
ipsec_phase2: Optional[str] = None,
ipsec_phase2_interface: Optional[str] = None,
log_disk_quota: Optional[str] = None,
name: Optional[str] = None,
onetime_schedule: Optional[str] = None,
proxy: Optional[str] = None,
recurring_schedule: Optional[str] = None,
service_group: Optional[str] = None,
session: Optional[str] = None,
snmp_index: Optional[int] = None,
sslvpn: Optional[str] = None,
user: Optional[str] = None,
user_group: Optional[str] = None,
vdomparam: Optional[str] = None) -> Vdomproperty
func GetVdomproperty(ctx *Context, name string, id IDInput, state *VdompropertyState, opts ...ResourceOption) (*Vdomproperty, error)
public static Vdomproperty Get(string name, Input<string> id, VdompropertyState? state, CustomResourceOptions? opts = null)
public static Vdomproperty get(String name, Output<String> id, VdompropertyState 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.
- Custom
Service string - Maximum guaranteed number of firewall custom services.
- Description string
- Description.
- Dialup
Tunnel string - Maximum guaranteed number of dial-up tunnels.
- Firewall
Address string - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- Firewall
Addrgrp string - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- Firewall
Policy string - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- Ipsec
Phase1 string - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- Ipsec
Phase1Interface string - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- Ipsec
Phase2 string - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- Ipsec
Phase2Interface string - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- Log
Disk stringQuota - Log disk quota in MB (range depends on how much disk space is available).
- Name string
- VDOM name.
- Onetime
Schedule string - Maximum guaranteed number of firewall one-time schedules.
- Proxy string
- Maximum guaranteed number of concurrent proxy users.
- Recurring
Schedule string - Maximum guaranteed number of firewall recurring schedules.
- Service
Group string - Maximum guaranteed number of firewall service groups.
- Session string
- Maximum guaranteed number of sessions.
- Snmp
Index int - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- Sslvpn string
- Maximum guaranteed number of SSL-VPNs.
- User string
- Maximum guaranteed number of local users.
- User
Group string - Maximum guaranteed number of user groups.
- 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.
- Custom
Service string - Maximum guaranteed number of firewall custom services.
- Description string
- Description.
- Dialup
Tunnel string - Maximum guaranteed number of dial-up tunnels.
- Firewall
Address string - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- Firewall
Addrgrp string - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- Firewall
Policy string - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- Ipsec
Phase1 string - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- Ipsec
Phase1Interface string - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- Ipsec
Phase2 string - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- Ipsec
Phase2Interface string - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- Log
Disk stringQuota - Log disk quota in MB (range depends on how much disk space is available).
- Name string
- VDOM name.
- Onetime
Schedule string - Maximum guaranteed number of firewall one-time schedules.
- Proxy string
- Maximum guaranteed number of concurrent proxy users.
- Recurring
Schedule string - Maximum guaranteed number of firewall recurring schedules.
- Service
Group string - Maximum guaranteed number of firewall service groups.
- Session string
- Maximum guaranteed number of sessions.
- Snmp
Index int - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- Sslvpn string
- Maximum guaranteed number of SSL-VPNs.
- User string
- Maximum guaranteed number of local users.
- User
Group string - Maximum guaranteed number of user groups.
- 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.
- custom
Service String - Maximum guaranteed number of firewall custom services.
- description String
- Description.
- dialup
Tunnel String - Maximum guaranteed number of dial-up tunnels.
- firewall
Address String - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- firewall
Addrgrp String - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- firewall
Policy String - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- ipsec
Phase1 String - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- ipsec
Phase1Interface String - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- ipsec
Phase2 String - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- ipsec
Phase2Interface String - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- log
Disk StringQuota - Log disk quota in MB (range depends on how much disk space is available).
- name String
- VDOM name.
- onetime
Schedule String - Maximum guaranteed number of firewall one-time schedules.
- proxy String
- Maximum guaranteed number of concurrent proxy users.
- recurring
Schedule String - Maximum guaranteed number of firewall recurring schedules.
- service
Group String - Maximum guaranteed number of firewall service groups.
- session String
- Maximum guaranteed number of sessions.
- snmp
Index Integer - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- sslvpn String
- Maximum guaranteed number of SSL-VPNs.
- user String
- Maximum guaranteed number of local users.
- user
Group String - Maximum guaranteed number of user groups.
- 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.
- custom
Service string - Maximum guaranteed number of firewall custom services.
- description string
- Description.
- dialup
Tunnel string - Maximum guaranteed number of dial-up tunnels.
- firewall
Address string - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- firewall
Addrgrp string - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- firewall
Policy string - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- ipsec
Phase1 string - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- ipsec
Phase1Interface string - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- ipsec
Phase2 string - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- ipsec
Phase2Interface string - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- log
Disk stringQuota - Log disk quota in MB (range depends on how much disk space is available).
- name string
- VDOM name.
- onetime
Schedule string - Maximum guaranteed number of firewall one-time schedules.
- proxy string
- Maximum guaranteed number of concurrent proxy users.
- recurring
Schedule string - Maximum guaranteed number of firewall recurring schedules.
- service
Group string - Maximum guaranteed number of firewall service groups.
- session string
- Maximum guaranteed number of sessions.
- snmp
Index number - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- sslvpn string
- Maximum guaranteed number of SSL-VPNs.
- user string
- Maximum guaranteed number of local users.
- user
Group string - Maximum guaranteed number of user groups.
- 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.
- custom_
service str - Maximum guaranteed number of firewall custom services.
- description str
- Description.
- dialup_
tunnel str - Maximum guaranteed number of dial-up tunnels.
- firewall_
address str - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- firewall_
addrgrp str - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- firewall_
policy str - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- ipsec_
phase1 str - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- ipsec_
phase1_ strinterface - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- ipsec_
phase2 str - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- ipsec_
phase2_ strinterface - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- log_
disk_ strquota - Log disk quota in MB (range depends on how much disk space is available).
- name str
- VDOM name.
- onetime_
schedule str - Maximum guaranteed number of firewall one-time schedules.
- proxy str
- Maximum guaranteed number of concurrent proxy users.
- recurring_
schedule str - Maximum guaranteed number of firewall recurring schedules.
- service_
group str - Maximum guaranteed number of firewall service groups.
- session str
- Maximum guaranteed number of sessions.
- snmp_
index int - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- sslvpn str
- Maximum guaranteed number of SSL-VPNs.
- user str
- Maximum guaranteed number of local users.
- user_
group str - Maximum guaranteed number of user groups.
- 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.
- custom
Service String - Maximum guaranteed number of firewall custom services.
- description String
- Description.
- dialup
Tunnel String - Maximum guaranteed number of dial-up tunnels.
- firewall
Address String - Maximum guaranteed number of firewall addresses (IPv4, IPv6, multicast).
- firewall
Addrgrp String - Maximum guaranteed number of firewall address groups (IPv4, IPv6).
- firewall
Policy String - Maximum guaranteed number of firewall policies (IPv4, IPv6, policy46, policy64, DoS-policy4, DoS-policy6, multicast).
- ipsec
Phase1 String - Maximum guaranteed number of VPN IPsec phase 1 tunnels.
- ipsec
Phase1Interface String - Maximum guaranteed number of VPN IPsec phase1 interface tunnels.
- ipsec
Phase2 String - Maximum guaranteed number of VPN IPsec phase 2 tunnels.
- ipsec
Phase2Interface String - Maximum guaranteed number of VPN IPsec phase2 interface tunnels.
- log
Disk StringQuota - Log disk quota in MB (range depends on how much disk space is available).
- name String
- VDOM name.
- onetime
Schedule String - Maximum guaranteed number of firewall one-time schedules.
- proxy String
- Maximum guaranteed number of concurrent proxy users.
- recurring
Schedule String - Maximum guaranteed number of firewall recurring schedules.
- service
Group String - Maximum guaranteed number of firewall service groups.
- session String
- Maximum guaranteed number of sessions.
- snmp
Index Number - Permanent SNMP Index of the virtual domain (0 - 4294967295).
- sslvpn String
- Maximum guaranteed number of SSL-VPNs.
- user String
- Maximum guaranteed number of local users.
- user
Group String - Maximum guaranteed number of user groups.
- 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.
Import
System VdomProperty can be imported using any of these accepted formats:
$ pulumi import fortios:system/vdomproperty:Vdomproperty labelname {{name}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:system/vdomproperty:Vdomproperty 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.