fortimanager.ObjectFirewallInternetserviceEntry
Explore with Pulumi AI
Entries in the Internet Service database.
This resource is a sub resource for variable
entry
of resourcefortimanager.ObjectFirewallInternetservice
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallInternetserviceEntry Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallInternetserviceEntry(name: string, args?: ObjectFirewallInternetserviceEntryArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallInternetserviceEntry(resource_name: str,
args: Optional[ObjectFirewallInternetserviceEntryInitArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallInternetserviceEntry(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
fosid: Optional[float] = None,
ip_number: Optional[float] = None,
ip_range_number: Optional[float] = None,
object_firewall_internetservice_entry_id: Optional[str] = None,
ports: Optional[Sequence[float]] = None,
protocol: Optional[float] = None,
scopetype: Optional[str] = None)
func NewObjectFirewallInternetserviceEntry(ctx *Context, name string, args *ObjectFirewallInternetserviceEntryArgs, opts ...ResourceOption) (*ObjectFirewallInternetserviceEntry, error)
public ObjectFirewallInternetserviceEntry(string name, ObjectFirewallInternetserviceEntryArgs? args = null, CustomResourceOptions? opts = null)
public ObjectFirewallInternetserviceEntry(String name, ObjectFirewallInternetserviceEntryArgs args)
public ObjectFirewallInternetserviceEntry(String name, ObjectFirewallInternetserviceEntryArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallInternetserviceEntry
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 ObjectFirewallInternetserviceEntryArgs
- 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 ObjectFirewallInternetserviceEntryInitArgs
- 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 ObjectFirewallInternetserviceEntryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallInternetserviceEntryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallInternetserviceEntryArgs
- 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 objectFirewallInternetserviceEntryResource = new Fortimanager.ObjectFirewallInternetserviceEntry("objectFirewallInternetserviceEntryResource", new()
{
Adom = "string",
Fosid = 0,
IpNumber = 0,
IpRangeNumber = 0,
ObjectFirewallInternetserviceEntryId = "string",
Ports = new[]
{
0,
},
Protocol = 0,
Scopetype = "string",
});
example, err := fortimanager.NewObjectFirewallInternetserviceEntry(ctx, "objectFirewallInternetserviceEntryResource", &fortimanager.ObjectFirewallInternetserviceEntryArgs{
Adom: pulumi.String("string"),
Fosid: pulumi.Float64(0),
IpNumber: pulumi.Float64(0),
IpRangeNumber: pulumi.Float64(0),
ObjectFirewallInternetserviceEntryId: pulumi.String("string"),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
Protocol: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
})
var objectFirewallInternetserviceEntryResource = new ObjectFirewallInternetserviceEntry("objectFirewallInternetserviceEntryResource", ObjectFirewallInternetserviceEntryArgs.builder()
.adom("string")
.fosid(0)
.ipNumber(0)
.ipRangeNumber(0)
.objectFirewallInternetserviceEntryId("string")
.ports(0)
.protocol(0)
.scopetype("string")
.build());
object_firewall_internetservice_entry_resource = fortimanager.ObjectFirewallInternetserviceEntry("objectFirewallInternetserviceEntryResource",
adom="string",
fosid=0,
ip_number=0,
ip_range_number=0,
object_firewall_internetservice_entry_id="string",
ports=[0],
protocol=0,
scopetype="string")
const objectFirewallInternetserviceEntryResource = new fortimanager.ObjectFirewallInternetserviceEntry("objectFirewallInternetserviceEntryResource", {
adom: "string",
fosid: 0,
ipNumber: 0,
ipRangeNumber: 0,
objectFirewallInternetserviceEntryId: "string",
ports: [0],
protocol: 0,
scopetype: "string",
});
type: fortimanager:ObjectFirewallInternetserviceEntry
properties:
adom: string
fosid: 0
ipNumber: 0
ipRangeNumber: 0
objectFirewallInternetserviceEntryId: string
ports:
- 0
protocol: 0
scopetype: string
ObjectFirewallInternetserviceEntry Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ObjectFirewallInternetserviceEntry resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid double
- Entry ID.
- Ip
Number double - Total number of IP addresses.
- Ip
Range doubleNumber - Total number of IP ranges.
- Object
Firewall stringInternetservice Entry Id - an identifier for the resource with format {{fosid}}.
- Ports List<double>
- Integer value for the TCP/IP port (0 - 65535).
- Protocol double
- Integer value for the protocol type as defined by IANA (0 - 255).
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid float64
- Entry ID.
- Ip
Number float64 - Total number of IP addresses.
- Ip
Range float64Number - Total number of IP ranges.
- Object
Firewall stringInternetservice Entry Id - an identifier for the resource with format {{fosid}}.
- Ports []float64
- Integer value for the TCP/IP port (0 - 65535).
- Protocol float64
- Integer value for the protocol type as defined by IANA (0 - 255).
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Double
- Entry ID.
- ip
Number Double - Total number of IP addresses.
- ip
Range DoubleNumber - Total number of IP ranges.
- object
Firewall StringInternetservice Entry Id - an identifier for the resource with format {{fosid}}.
- ports List<Double>
- Integer value for the TCP/IP port (0 - 65535).
- protocol Double
- Integer value for the protocol type as defined by IANA (0 - 255).
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid number
- Entry ID.
- ip
Number number - Total number of IP addresses.
- ip
Range numberNumber - Total number of IP ranges.
- object
Firewall stringInternetservice Entry Id - an identifier for the resource with format {{fosid}}.
- ports number[]
- Integer value for the TCP/IP port (0 - 65535).
- protocol number
- Integer value for the protocol type as defined by IANA (0 - 255).
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid float
- Entry ID.
- ip_
number float - Total number of IP addresses.
- ip_
range_ floatnumber - Total number of IP ranges.
- object_
firewall_ strinternetservice_ entry_ id - an identifier for the resource with format {{fosid}}.
- ports Sequence[float]
- Integer value for the TCP/IP port (0 - 65535).
- protocol float
- Integer value for the protocol type as defined by IANA (0 - 255).
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Number
- Entry ID.
- ip
Number Number - Total number of IP addresses.
- ip
Range NumberNumber - Total number of IP ranges.
- object
Firewall StringInternetservice Entry Id - an identifier for the resource with format {{fosid}}.
- ports List<Number>
- Integer value for the TCP/IP port (0 - 65535).
- protocol Number
- Integer value for the protocol type as defined by IANA (0 - 255).
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallInternetserviceEntry 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 ObjectFirewallInternetserviceEntry Resource
Get an existing ObjectFirewallInternetserviceEntry 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?: ObjectFirewallInternetserviceEntryState, opts?: CustomResourceOptions): ObjectFirewallInternetserviceEntry
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
fosid: Optional[float] = None,
ip_number: Optional[float] = None,
ip_range_number: Optional[float] = None,
object_firewall_internetservice_entry_id: Optional[str] = None,
ports: Optional[Sequence[float]] = None,
protocol: Optional[float] = None,
scopetype: Optional[str] = None) -> ObjectFirewallInternetserviceEntry
func GetObjectFirewallInternetserviceEntry(ctx *Context, name string, id IDInput, state *ObjectFirewallInternetserviceEntryState, opts ...ResourceOption) (*ObjectFirewallInternetserviceEntry, error)
public static ObjectFirewallInternetserviceEntry Get(string name, Input<string> id, ObjectFirewallInternetserviceEntryState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallInternetserviceEntry get(String name, Output<String> id, ObjectFirewallInternetserviceEntryState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallInternetserviceEntry get: id: ${id}
- 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid double
- Entry ID.
- Ip
Number double - Total number of IP addresses.
- Ip
Range doubleNumber - Total number of IP ranges.
- Object
Firewall stringInternetservice Entry Id - an identifier for the resource with format {{fosid}}.
- Ports List<double>
- Integer value for the TCP/IP port (0 - 65535).
- Protocol double
- Integer value for the protocol type as defined by IANA (0 - 255).
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid float64
- Entry ID.
- Ip
Number float64 - Total number of IP addresses.
- Ip
Range float64Number - Total number of IP ranges.
- Object
Firewall stringInternetservice Entry Id - an identifier for the resource with format {{fosid}}.
- Ports []float64
- Integer value for the TCP/IP port (0 - 65535).
- Protocol float64
- Integer value for the protocol type as defined by IANA (0 - 255).
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Double
- Entry ID.
- ip
Number Double - Total number of IP addresses.
- ip
Range DoubleNumber - Total number of IP ranges.
- object
Firewall StringInternetservice Entry Id - an identifier for the resource with format {{fosid}}.
- ports List<Double>
- Integer value for the TCP/IP port (0 - 65535).
- protocol Double
- Integer value for the protocol type as defined by IANA (0 - 255).
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid number
- Entry ID.
- ip
Number number - Total number of IP addresses.
- ip
Range numberNumber - Total number of IP ranges.
- object
Firewall stringInternetservice Entry Id - an identifier for the resource with format {{fosid}}.
- ports number[]
- Integer value for the TCP/IP port (0 - 65535).
- protocol number
- Integer value for the protocol type as defined by IANA (0 - 255).
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid float
- Entry ID.
- ip_
number float - Total number of IP addresses.
- ip_
range_ floatnumber - Total number of IP ranges.
- object_
firewall_ strinternetservice_ entry_ id - an identifier for the resource with format {{fosid}}.
- ports Sequence[float]
- Integer value for the TCP/IP port (0 - 65535).
- protocol float
- Integer value for the protocol type as defined by IANA (0 - 255).
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Number
- Entry ID.
- ip
Number Number - Total number of IP addresses.
- ip
Range NumberNumber - Total number of IP ranges.
- object
Firewall StringInternetservice Entry Id - an identifier for the resource with format {{fosid}}.
- ports List<Number>
- Integer value for the TCP/IP port (0 - 65535).
- protocol Number
- Integer value for the protocol type as defined by IANA (0 - 255).
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Import
ObjectFirewall InternetServiceEntry can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallInternetserviceEntry:ObjectFirewallInternetserviceEntry labelname {{fosid}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.