fortios.firewall.Internetservice
Explore with Pulumi AI
Show Internet Service application.
Create Internetservice Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Internetservice(name: string, args?: InternetserviceArgs, opts?: CustomResourceOptions);
@overload
def Internetservice(resource_name: str,
args: Optional[InternetserviceArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Internetservice(resource_name: str,
opts: Optional[ResourceOptions] = None,
database: Optional[str] = None,
direction: Optional[str] = None,
extra_ip6_range_number: Optional[int] = None,
extra_ip_range_number: Optional[int] = None,
fosid: Optional[int] = None,
icon_id: Optional[int] = None,
ip6_range_number: Optional[int] = None,
ip_number: Optional[int] = None,
ip_range_number: Optional[int] = None,
name: Optional[str] = None,
obsolete: Optional[int] = None,
reputation: Optional[int] = None,
singularity: Optional[int] = None,
sld_id: Optional[int] = None,
vdomparam: Optional[str] = None)
func NewInternetservice(ctx *Context, name string, args *InternetserviceArgs, opts ...ResourceOption) (*Internetservice, error)
public Internetservice(string name, InternetserviceArgs? args = null, CustomResourceOptions? opts = null)
public Internetservice(String name, InternetserviceArgs args)
public Internetservice(String name, InternetserviceArgs args, CustomResourceOptions options)
type: fortios:firewall:Internetservice
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 InternetserviceArgs
- 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 InternetserviceArgs
- 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 InternetserviceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InternetserviceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InternetserviceArgs
- 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 internetserviceResource = new Fortios.Firewall.Internetservice("internetserviceResource", new()
{
Database = "string",
Direction = "string",
ExtraIp6RangeNumber = 0,
ExtraIpRangeNumber = 0,
Fosid = 0,
IconId = 0,
Ip6RangeNumber = 0,
IpNumber = 0,
IpRangeNumber = 0,
Name = "string",
Obsolete = 0,
Reputation = 0,
Singularity = 0,
SldId = 0,
Vdomparam = "string",
});
example, err := firewall.NewInternetservice(ctx, "internetserviceResource", &firewall.InternetserviceArgs{
Database: pulumi.String("string"),
Direction: pulumi.String("string"),
ExtraIp6RangeNumber: pulumi.Int(0),
ExtraIpRangeNumber: pulumi.Int(0),
Fosid: pulumi.Int(0),
IconId: pulumi.Int(0),
Ip6RangeNumber: pulumi.Int(0),
IpNumber: pulumi.Int(0),
IpRangeNumber: pulumi.Int(0),
Name: pulumi.String("string"),
Obsolete: pulumi.Int(0),
Reputation: pulumi.Int(0),
Singularity: pulumi.Int(0),
SldId: pulumi.Int(0),
Vdomparam: pulumi.String("string"),
})
var internetserviceResource = new Internetservice("internetserviceResource", InternetserviceArgs.builder()
.database("string")
.direction("string")
.extraIp6RangeNumber(0)
.extraIpRangeNumber(0)
.fosid(0)
.iconId(0)
.ip6RangeNumber(0)
.ipNumber(0)
.ipRangeNumber(0)
.name("string")
.obsolete(0)
.reputation(0)
.singularity(0)
.sldId(0)
.vdomparam("string")
.build());
internetservice_resource = fortios.firewall.Internetservice("internetserviceResource",
database="string",
direction="string",
extra_ip6_range_number=0,
extra_ip_range_number=0,
fosid=0,
icon_id=0,
ip6_range_number=0,
ip_number=0,
ip_range_number=0,
name="string",
obsolete=0,
reputation=0,
singularity=0,
sld_id=0,
vdomparam="string")
const internetserviceResource = new fortios.firewall.Internetservice("internetserviceResource", {
database: "string",
direction: "string",
extraIp6RangeNumber: 0,
extraIpRangeNumber: 0,
fosid: 0,
iconId: 0,
ip6RangeNumber: 0,
ipNumber: 0,
ipRangeNumber: 0,
name: "string",
obsolete: 0,
reputation: 0,
singularity: 0,
sldId: 0,
vdomparam: "string",
});
type: fortios:firewall:Internetservice
properties:
database: string
direction: string
extraIp6RangeNumber: 0
extraIpRangeNumber: 0
fosid: 0
iconId: 0
ip6RangeNumber: 0
ipNumber: 0
ipRangeNumber: 0
name: string
obsolete: 0
reputation: 0
singularity: 0
sldId: 0
vdomparam: string
Internetservice 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 Internetservice resource accepts the following input properties:
- Database string
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - Direction string
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - Extra
Ip6Range intNumber - Extra number of IPv6 ranges.
- Extra
Ip intRange Number - Extra number of IP ranges.
- Fosid int
- Internet Service ID.
- Icon
Id int - Icon ID of Internet Service.
- Ip6Range
Number int - Number of IPv6 ranges.
- Ip
Number int - Total number of IP addresses.
- Ip
Range intNumber - Total number of IP ranges.
- Name string
- Internet Service name.
- Obsolete int
- Indicates whether the Internet Service can be used.
- Reputation int
- Reputation level of the Internet Service.
- Singularity int
- Singular level of the Internet Service.
- Sld
Id int - Second Level Domain.
- 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.
- Database string
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - Direction string
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - Extra
Ip6Range intNumber - Extra number of IPv6 ranges.
- Extra
Ip intRange Number - Extra number of IP ranges.
- Fosid int
- Internet Service ID.
- Icon
Id int - Icon ID of Internet Service.
- Ip6Range
Number int - Number of IPv6 ranges.
- Ip
Number int - Total number of IP addresses.
- Ip
Range intNumber - Total number of IP ranges.
- Name string
- Internet Service name.
- Obsolete int
- Indicates whether the Internet Service can be used.
- Reputation int
- Reputation level of the Internet Service.
- Singularity int
- Singular level of the Internet Service.
- Sld
Id int - Second Level Domain.
- 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.
- database String
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - direction String
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - extra
Ip6Range IntegerNumber - Extra number of IPv6 ranges.
- extra
Ip IntegerRange Number - Extra number of IP ranges.
- fosid Integer
- Internet Service ID.
- icon
Id Integer - Icon ID of Internet Service.
- ip6Range
Number Integer - Number of IPv6 ranges.
- ip
Number Integer - Total number of IP addresses.
- ip
Range IntegerNumber - Total number of IP ranges.
- name String
- Internet Service name.
- obsolete Integer
- Indicates whether the Internet Service can be used.
- reputation Integer
- Reputation level of the Internet Service.
- singularity Integer
- Singular level of the Internet Service.
- sld
Id Integer - Second Level Domain.
- 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.
- database string
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - direction string
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - extra
Ip6Range numberNumber - Extra number of IPv6 ranges.
- extra
Ip numberRange Number - Extra number of IP ranges.
- fosid number
- Internet Service ID.
- icon
Id number - Icon ID of Internet Service.
- ip6Range
Number number - Number of IPv6 ranges.
- ip
Number number - Total number of IP addresses.
- ip
Range numberNumber - Total number of IP ranges.
- name string
- Internet Service name.
- obsolete number
- Indicates whether the Internet Service can be used.
- reputation number
- Reputation level of the Internet Service.
- singularity number
- Singular level of the Internet Service.
- sld
Id number - Second Level Domain.
- 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.
- database str
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - direction str
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - extra_
ip6_ intrange_ number - Extra number of IPv6 ranges.
- extra_
ip_ intrange_ number - Extra number of IP ranges.
- fosid int
- Internet Service ID.
- icon_
id int - Icon ID of Internet Service.
- ip6_
range_ intnumber - Number of IPv6 ranges.
- ip_
number int - Total number of IP addresses.
- ip_
range_ intnumber - Total number of IP ranges.
- name str
- Internet Service name.
- obsolete int
- Indicates whether the Internet Service can be used.
- reputation int
- Reputation level of the Internet Service.
- singularity int
- Singular level of the Internet Service.
- sld_
id int - Second Level Domain.
- 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.
- database String
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - direction String
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - extra
Ip6Range NumberNumber - Extra number of IPv6 ranges.
- extra
Ip NumberRange Number - Extra number of IP ranges.
- fosid Number
- Internet Service ID.
- icon
Id Number - Icon ID of Internet Service.
- ip6Range
Number Number - Number of IPv6 ranges.
- ip
Number Number - Total number of IP addresses.
- ip
Range NumberNumber - Total number of IP ranges.
- name String
- Internet Service name.
- obsolete Number
- Indicates whether the Internet Service can be used.
- reputation Number
- Reputation level of the Internet Service.
- singularity Number
- Singular level of the Internet Service.
- sld
Id Number - Second Level Domain.
- 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 Internetservice 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 Internetservice Resource
Get an existing Internetservice 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?: InternetserviceState, opts?: CustomResourceOptions): Internetservice
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
database: Optional[str] = None,
direction: Optional[str] = None,
extra_ip6_range_number: Optional[int] = None,
extra_ip_range_number: Optional[int] = None,
fosid: Optional[int] = None,
icon_id: Optional[int] = None,
ip6_range_number: Optional[int] = None,
ip_number: Optional[int] = None,
ip_range_number: Optional[int] = None,
name: Optional[str] = None,
obsolete: Optional[int] = None,
reputation: Optional[int] = None,
singularity: Optional[int] = None,
sld_id: Optional[int] = None,
vdomparam: Optional[str] = None) -> Internetservice
func GetInternetservice(ctx *Context, name string, id IDInput, state *InternetserviceState, opts ...ResourceOption) (*Internetservice, error)
public static Internetservice Get(string name, Input<string> id, InternetserviceState? state, CustomResourceOptions? opts = null)
public static Internetservice get(String name, Output<String> id, InternetserviceState 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.
- Database string
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - Direction string
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - Extra
Ip6Range intNumber - Extra number of IPv6 ranges.
- Extra
Ip intRange Number - Extra number of IP ranges.
- Fosid int
- Internet Service ID.
- Icon
Id int - Icon ID of Internet Service.
- Ip6Range
Number int - Number of IPv6 ranges.
- Ip
Number int - Total number of IP addresses.
- Ip
Range intNumber - Total number of IP ranges.
- Name string
- Internet Service name.
- Obsolete int
- Indicates whether the Internet Service can be used.
- Reputation int
- Reputation level of the Internet Service.
- Singularity int
- Singular level of the Internet Service.
- Sld
Id int - Second Level Domain.
- 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.
- Database string
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - Direction string
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - Extra
Ip6Range intNumber - Extra number of IPv6 ranges.
- Extra
Ip intRange Number - Extra number of IP ranges.
- Fosid int
- Internet Service ID.
- Icon
Id int - Icon ID of Internet Service.
- Ip6Range
Number int - Number of IPv6 ranges.
- Ip
Number int - Total number of IP addresses.
- Ip
Range intNumber - Total number of IP ranges.
- Name string
- Internet Service name.
- Obsolete int
- Indicates whether the Internet Service can be used.
- Reputation int
- Reputation level of the Internet Service.
- Singularity int
- Singular level of the Internet Service.
- Sld
Id int - Second Level Domain.
- 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.
- database String
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - direction String
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - extra
Ip6Range IntegerNumber - Extra number of IPv6 ranges.
- extra
Ip IntegerRange Number - Extra number of IP ranges.
- fosid Integer
- Internet Service ID.
- icon
Id Integer - Icon ID of Internet Service.
- ip6Range
Number Integer - Number of IPv6 ranges.
- ip
Number Integer - Total number of IP addresses.
- ip
Range IntegerNumber - Total number of IP ranges.
- name String
- Internet Service name.
- obsolete Integer
- Indicates whether the Internet Service can be used.
- reputation Integer
- Reputation level of the Internet Service.
- singularity Integer
- Singular level of the Internet Service.
- sld
Id Integer - Second Level Domain.
- 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.
- database string
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - direction string
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - extra
Ip6Range numberNumber - Extra number of IPv6 ranges.
- extra
Ip numberRange Number - Extra number of IP ranges.
- fosid number
- Internet Service ID.
- icon
Id number - Icon ID of Internet Service.
- ip6Range
Number number - Number of IPv6 ranges.
- ip
Number number - Total number of IP addresses.
- ip
Range numberNumber - Total number of IP ranges.
- name string
- Internet Service name.
- obsolete number
- Indicates whether the Internet Service can be used.
- reputation number
- Reputation level of the Internet Service.
- singularity number
- Singular level of the Internet Service.
- sld
Id number - Second Level Domain.
- 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.
- database str
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - direction str
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - extra_
ip6_ intrange_ number - Extra number of IPv6 ranges.
- extra_
ip_ intrange_ number - Extra number of IP ranges.
- fosid int
- Internet Service ID.
- icon_
id int - Icon ID of Internet Service.
- ip6_
range_ intnumber - Number of IPv6 ranges.
- ip_
number int - Total number of IP addresses.
- ip_
range_ intnumber - Total number of IP ranges.
- name str
- Internet Service name.
- obsolete int
- Indicates whether the Internet Service can be used.
- reputation int
- Reputation level of the Internet Service.
- singularity int
- Singular level of the Internet Service.
- sld_
id int - Second Level Domain.
- 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.
- database String
- Database name this Internet Service belongs to. Valid values:
isdb
,irdb
. - direction String
- How this service may be used in a firewall policy (source, destination or both). Valid values:
src
,dst
,both
. - extra
Ip6Range NumberNumber - Extra number of IPv6 ranges.
- extra
Ip NumberRange Number - Extra number of IP ranges.
- fosid Number
- Internet Service ID.
- icon
Id Number - Icon ID of Internet Service.
- ip6Range
Number Number - Number of IPv6 ranges.
- ip
Number Number - Total number of IP addresses.
- ip
Range NumberNumber - Total number of IP ranges.
- name String
- Internet Service name.
- obsolete Number
- Indicates whether the Internet Service can be used.
- reputation Number
- Reputation level of the Internet Service.
- singularity Number
- Singular level of the Internet Service.
- sld
Id Number - Second Level Domain.
- 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
Firewall InternetService can be imported using any of these accepted formats:
$ pulumi import fortios:firewall/internetservice:Internetservice labelname {{fosid}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:firewall/internetservice:Internetservice labelname {{fosid}}
$ 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.