published on Friday, Jul 31, 2026 by fortinetdev
published on Friday, Jul 31, 2026 by fortinetdev
Configure user defined IPv6 local-in policies.
This resource is a sub resource for variable
firewall_local_in_policy6of resourcefortimanager.PackagesPblock. Conflict and overwrite may occur if use both of them.
Create PackagesPblockFirewallLocalinpolicy6 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PackagesPblockFirewallLocalinpolicy6(name: string, args: PackagesPblockFirewallLocalinpolicy6Args, opts?: CustomResourceOptions);@overload
def PackagesPblockFirewallLocalinpolicy6(resource_name: str,
args: PackagesPblockFirewallLocalinpolicy6Args,
opts: Optional[ResourceOptions] = None)
@overload
def PackagesPblockFirewallLocalinpolicy6(resource_name: str,
opts: Optional[ResourceOptions] = None,
pblock: Optional[str] = None,
intfs: Optional[Sequence[str]] = None,
update_if_exist: Optional[bool] = None,
comments: Optional[str] = None,
custom_tags: Optional[Sequence[str]] = None,
dstaddr_negate: Optional[str] = None,
dstaddrs: Optional[Sequence[str]] = None,
internet_service6_src: Optional[str] = None,
internet_service6_src_custom_groups: Optional[Sequence[str]] = None,
internet_service6_src_customs: Optional[Sequence[str]] = None,
internet_service6_src_fortiguards: Optional[Sequence[str]] = None,
internet_service6_src_groups: Optional[Sequence[str]] = None,
logtraffic: Optional[str] = None,
adom: Optional[str] = None,
internet_service6_src_negate: Optional[str] = None,
internet_service6_src_names: Optional[Sequence[str]] = None,
packages_pblock_firewall_localinpolicy6_id: Optional[str] = None,
action: Optional[str] = None,
schedules: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
service_negate: Optional[str] = None,
services: Optional[Sequence[str]] = None,
srcaddr_negate: Optional[str] = None,
srcaddrs: Optional[Sequence[str]] = None,
status: Optional[str] = None,
_policy_block: Optional[str] = None,
uuid: Optional[str] = None,
virtual_patch: Optional[str] = None)func NewPackagesPblockFirewallLocalinpolicy6(ctx *Context, name string, args PackagesPblockFirewallLocalinpolicy6Args, opts ...ResourceOption) (*PackagesPblockFirewallLocalinpolicy6, error)public PackagesPblockFirewallLocalinpolicy6(string name, PackagesPblockFirewallLocalinpolicy6Args args, CustomResourceOptions? opts = null)
public PackagesPblockFirewallLocalinpolicy6(String name, PackagesPblockFirewallLocalinpolicy6Args args)
public PackagesPblockFirewallLocalinpolicy6(String name, PackagesPblockFirewallLocalinpolicy6Args args, CustomResourceOptions options)
type: fortimanager:PackagesPblockFirewallLocalinpolicy6
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "fortimanager_packages_pblock_firewall_localinpolicy6" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args PackagesPblockFirewallLocalinpolicy6Args
- 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 PackagesPblockFirewallLocalinpolicy6Args
- 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 PackagesPblockFirewallLocalinpolicy6Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PackagesPblockFirewallLocalinpolicy6Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PackagesPblockFirewallLocalinpolicy6Args
- 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 packagesPblockFirewallLocalinpolicy6Resource = new Fortimanager.PackagesPblockFirewallLocalinpolicy6("packagesPblockFirewallLocalinpolicy6Resource", new()
{
Pblock = "string",
Intfs = new[]
{
"string",
},
UpdateIfExist = false,
Comments = "string",
CustomTags = new[]
{
"string",
},
DstaddrNegate = "string",
Dstaddrs = new[]
{
"string",
},
InternetService6Src = "string",
InternetService6SrcCustomGroups = new[]
{
"string",
},
InternetService6SrcCustoms = new[]
{
"string",
},
InternetService6SrcFortiguards = new[]
{
"string",
},
InternetService6SrcGroups = new[]
{
"string",
},
Logtraffic = "string",
Adom = "string",
InternetService6SrcNegate = "string",
InternetService6SrcNames = new[]
{
"string",
},
PackagesPblockFirewallLocalinpolicy6Id = "string",
Action = "string",
Schedules = new[]
{
"string",
},
Scopetype = "string",
ServiceNegate = "string",
Services = new[]
{
"string",
},
SrcaddrNegate = "string",
Srcaddrs = new[]
{
"string",
},
Status = "string",
_policyBlock = "string",
Uuid = "string",
VirtualPatch = "string",
});
example, err := fortimanager.NewPackagesPblockFirewallLocalinpolicy6(ctx, "packagesPblockFirewallLocalinpolicy6Resource", &fortimanager.PackagesPblockFirewallLocalinpolicy6Args{
Pblock: pulumi.String("string"),
Intfs: pulumi.StringArray{
pulumi.String("string"),
},
UpdateIfExist: pulumi.Bool(false),
Comments: pulumi.String("string"),
CustomTags: pulumi.StringArray{
pulumi.String("string"),
},
DstaddrNegate: pulumi.String("string"),
Dstaddrs: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6Src: pulumi.String("string"),
InternetService6SrcCustomGroups: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6SrcCustoms: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6SrcFortiguards: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6SrcGroups: pulumi.StringArray{
pulumi.String("string"),
},
Logtraffic: pulumi.String("string"),
Adom: pulumi.String("string"),
InternetService6SrcNegate: pulumi.String("string"),
InternetService6SrcNames: pulumi.StringArray{
pulumi.String("string"),
},
PackagesPblockFirewallLocalinpolicy6Id: pulumi.String("string"),
Action: pulumi.String("string"),
Schedules: pulumi.StringArray{
pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
ServiceNegate: pulumi.String("string"),
Services: pulumi.StringArray{
pulumi.String("string"),
},
SrcaddrNegate: pulumi.String("string"),
Srcaddrs: pulumi.StringArray{
pulumi.String("string"),
},
Status: pulumi.String("string"),
_policyBlock: pulumi.String("string"),
Uuid: pulumi.String("string"),
VirtualPatch: pulumi.String("string"),
})
resource "fortimanager_packages_pblock_firewall_localinpolicy6" "packagesPblockFirewallLocalinpolicy6Resource" {
lifecycle {
create_before_destroy = true
}
pblock = "string"
intfs = ["string"]
update_if_exist = false
comments = "string"
custom_tags = ["string"]
dstaddr_negate = "string"
dstaddrs = ["string"]
internet_service6_src = "string"
internet_service6_src_custom_groups = ["string"]
internet_service6_src_customs = ["string"]
internet_service6_src_fortiguards = ["string"]
internet_service6_src_groups = ["string"]
logtraffic = "string"
adom = "string"
internet_service6_src_negate = "string"
internet_service6_src_names = ["string"]
packages_pblock_firewall_localinpolicy6_id = "string"
action = "string"
schedules = ["string"]
scopetype = "string"
service_negate = "string"
services = ["string"]
srcaddr_negate = "string"
srcaddrs = ["string"]
status = "string"
_policy_block = "string"
uuid = "string"
virtual_patch = "string"
}
var packagesPblockFirewallLocalinpolicy6Resource = new PackagesPblockFirewallLocalinpolicy6("packagesPblockFirewallLocalinpolicy6Resource", PackagesPblockFirewallLocalinpolicy6Args.builder()
.pblock("string")
.intfs("string")
.updateIfExist(false)
.comments("string")
.customTags("string")
.dstaddrNegate("string")
.dstaddrs("string")
.internetService6Src("string")
.internetService6SrcCustomGroups("string")
.internetService6SrcCustoms("string")
.internetService6SrcFortiguards("string")
.internetService6SrcGroups("string")
.logtraffic("string")
.adom("string")
.internetService6SrcNegate("string")
.internetService6SrcNames("string")
.packagesPblockFirewallLocalinpolicy6Id("string")
.action("string")
.schedules("string")
.scopetype("string")
.serviceNegate("string")
.services("string")
.srcaddrNegate("string")
.srcaddrs("string")
.status("string")
._policyBlock("string")
.uuid("string")
.virtualPatch("string")
.build());
packages_pblock_firewall_localinpolicy6_resource = fortimanager.PackagesPblockFirewallLocalinpolicy6("packagesPblockFirewallLocalinpolicy6Resource",
pblock="string",
intfs=["string"],
update_if_exist=False,
comments="string",
custom_tags=["string"],
dstaddr_negate="string",
dstaddrs=["string"],
internet_service6_src="string",
internet_service6_src_custom_groups=["string"],
internet_service6_src_customs=["string"],
internet_service6_src_fortiguards=["string"],
internet_service6_src_groups=["string"],
logtraffic="string",
adom="string",
internet_service6_src_negate="string",
internet_service6_src_names=["string"],
packages_pblock_firewall_localinpolicy6_id="string",
action="string",
schedules=["string"],
scopetype="string",
service_negate="string",
services=["string"],
srcaddr_negate="string",
srcaddrs=["string"],
status="string",
_policy_block="string",
uuid="string",
virtual_patch="string")
const packagesPblockFirewallLocalinpolicy6Resource = new fortimanager.PackagesPblockFirewallLocalinpolicy6("packagesPblockFirewallLocalinpolicy6Resource", {
pblock: "string",
intfs: ["string"],
updateIfExist: false,
comments: "string",
customTags: ["string"],
dstaddrNegate: "string",
dstaddrs: ["string"],
internetService6Src: "string",
internetService6SrcCustomGroups: ["string"],
internetService6SrcCustoms: ["string"],
internetService6SrcFortiguards: ["string"],
internetService6SrcGroups: ["string"],
logtraffic: "string",
adom: "string",
internetService6SrcNegate: "string",
internetService6SrcNames: ["string"],
packagesPblockFirewallLocalinpolicy6Id: "string",
action: "string",
schedules: ["string"],
scopetype: "string",
serviceNegate: "string",
services: ["string"],
srcaddrNegate: "string",
srcaddrs: ["string"],
status: "string",
_policyBlock: "string",
uuid: "string",
virtualPatch: "string",
});
type: fortimanager:PackagesPblockFirewallLocalinpolicy6
properties:
_policyBlock: string
action: string
adom: string
comments: string
customTags:
- string
dstaddrNegate: string
dstaddrs:
- string
internetService6Src: string
internetService6SrcCustomGroups:
- string
internetService6SrcCustoms:
- string
internetService6SrcFortiguards:
- string
internetService6SrcGroups:
- string
internetService6SrcNames:
- string
internetService6SrcNegate: string
intfs:
- string
logtraffic: string
packagesPblockFirewallLocalinpolicy6Id: string
pblock: string
schedules:
- string
scopetype: string
serviceNegate: string
services:
- string
srcaddrNegate: string
srcaddrs:
- string
status: string
updateIfExist: false
uuid: string
virtualPatch: string
PackagesPblockFirewallLocalinpolicy6 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 PackagesPblockFirewallLocalinpolicy6 resource accepts the following input properties:
- Pblock string
- Pblock.
- Action string
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Comments string
- Comment.
- List<string>
- Custom tags.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - Dstaddrs List<string>
- Destination address object from available options.
- Internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - Internet
Service6Src List<string>Custom Groups - Custom Internet Service6 source group name.
- Internet
Service6Src List<string>Customs - Custom IPv6 Internet Service source name.
- Internet
Service6Src List<string>Fortiguards - FortiGuard IPv6 Internet Service source name.
- Internet
Service6Src List<string>Groups - Internet Service6 source group name.
- Internet
Service6Src List<string>Names - IPv6 Internet Service source name.
- Internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - Intfs List<string>
- Incoming interface name from available options.
- Logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - Packages
Pblock stringFirewall Localinpolicy6Id - an identifier for the resource with format {{policyid}}.
- Schedules List<string>
- Schedule object from available options.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - Services List<string>
- Service object from available options. Separate names with a space.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - Srcaddrs List<string>
- Source address object from available options.
- Status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - Update
If boolExist - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Virtual
Patch string - Enable/disable the virtual patching feature. Valid values:
disable,enable. - _
policy stringBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- Pblock string
- Pblock.
- Action string
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Comments string
- Comment.
- []string
- Custom tags.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - Dstaddrs []string
- Destination address object from available options.
- Internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - Internet
Service6Src []stringCustom Groups - Custom Internet Service6 source group name.
- Internet
Service6Src []stringCustoms - Custom IPv6 Internet Service source name.
- Internet
Service6Src []stringFortiguards - FortiGuard IPv6 Internet Service source name.
- Internet
Service6Src []stringGroups - Internet Service6 source group name.
- Internet
Service6Src []stringNames - IPv6 Internet Service source name.
- Internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - Intfs []string
- Incoming interface name from available options.
- Logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - Packages
Pblock stringFirewall Localinpolicy6Id - an identifier for the resource with format {{policyid}}.
- Schedules []string
- Schedule object from available options.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - Services []string
- Service object from available options. Separate names with a space.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - Srcaddrs []string
- Source address object from available options.
- Status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - Update
If boolExist - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Virtual
Patch string - Enable/disable the virtual patching feature. Valid values:
disable,enable. - _
policy stringBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- pblock string
- Pblock.
- _
policy_ stringblock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action string
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - comments string
- Comment.
- list(string)
- Custom tags.
- dstaddr_
negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs list(string)
- Destination address object from available options.
- internet_
service6_ stringsrc - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - internet_
service6_ list(string)src_ custom_ groups - Custom Internet Service6 source group name.
- internet_
service6_ list(string)src_ customs - Custom IPv6 Internet Service source name.
- internet_
service6_ list(string)src_ fortiguards - FortiGuard IPv6 Internet Service source name.
- internet_
service6_ list(string)src_ groups - Internet Service6 source group name.
- internet_
service6_ list(string)src_ names - IPv6 Internet Service source name.
- internet_
service6_ stringsrc_ negate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs list(string)
- Incoming interface name from available options.
- logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - packages_
pblock_ stringfirewall_ localinpolicy6_ id - an identifier for the resource with format {{policyid}}.
- schedules list(string)
- Schedule object from available options.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service_
negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services list(string)
- Service object from available options. Separate names with a space.
- srcaddr_
negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs list(string)
- Source address object from available options.
- status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - update_
if_ boolexist - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual_
patch string - Enable/disable the virtual patching feature. Valid values:
disable,enable.
- pblock String
- Pblock.
- _
policy StringBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action String
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - comments String
- Comment.
- List<String>
- Custom tags.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs List<String>
- Destination address object from available options.
- internet
Service6Src String - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - internet
Service6Src List<String>Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src List<String>Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src List<String>Fortiguards - FortiGuard IPv6 Internet Service source name.
- internet
Service6Src List<String>Groups - Internet Service6 source group name.
- internet
Service6Src List<String>Names - IPv6 Internet Service source name.
- internet
Service6Src StringNegate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs List<String>
- Incoming interface name from available options.
- logtraffic String
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - packages
Pblock StringFirewall Localinpolicy6Id - an identifier for the resource with format {{policyid}}.
- schedules List<String>
- Schedule object from available options.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate String - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services List<String>
- Service object from available options. Separate names with a space.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs List<String>
- Source address object from available options.
- status String
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If BooleanExist - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch String - Enable/disable the virtual patching feature. Valid values:
disable,enable.
- pblock string
- Pblock.
- _
policy stringBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action string
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - comments string
- Comment.
- string[]
- Custom tags.
- dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs string[]
- Destination address object from available options.
- internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - internet
Service6Src string[]Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src string[]Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src string[]Fortiguards - FortiGuard IPv6 Internet Service source name.
- internet
Service6Src string[]Groups - Internet Service6 source group name.
- internet
Service6Src string[]Names - IPv6 Internet Service source name.
- internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs string[]
- Incoming interface name from available options.
- logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - packages
Pblock stringFirewall Localinpolicy6Id - an identifier for the resource with format {{policyid}}.
- schedules string[]
- Schedule object from available options.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services string[]
- Service object from available options. Separate names with a space.
- srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs string[]
- Source address object from available options.
- status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If booleanExist - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch string - Enable/disable the virtual patching feature. Valid values:
disable,enable.
- pblock str
- Pblock.
- _
policy_ strblock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action str
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - comments str
- Comment.
- Sequence[str]
- Custom tags.
- dstaddr_
negate str - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs Sequence[str]
- Destination address object from available options.
- internet_
service6_ strsrc - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - internet_
service6_ Sequence[str]src_ custom_ groups - Custom Internet Service6 source group name.
- internet_
service6_ Sequence[str]src_ customs - Custom IPv6 Internet Service source name.
- internet_
service6_ Sequence[str]src_ fortiguards - FortiGuard IPv6 Internet Service source name.
- internet_
service6_ Sequence[str]src_ groups - Internet Service6 source group name.
- internet_
service6_ Sequence[str]src_ names - IPv6 Internet Service source name.
- internet_
service6_ strsrc_ negate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs Sequence[str]
- Incoming interface name from available options.
- logtraffic str
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - packages_
pblock_ strfirewall_ localinpolicy6_ id - an identifier for the resource with format {{policyid}}.
- schedules Sequence[str]
- Schedule object from available options.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service_
negate str - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services Sequence[str]
- Service object from available options. Separate names with a space.
- srcaddr_
negate str - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs Sequence[str]
- Source address object from available options.
- status str
- Enable/disable this local-in policy. Valid values:
disable,enable. - update_
if_ boolexist - uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual_
patch str - Enable/disable the virtual patching feature. Valid values:
disable,enable.
- pblock String
- Pblock.
- _
policy StringBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action String
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - comments String
- Comment.
- List<String>
- Custom tags.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs List<String>
- Destination address object from available options.
- internet
Service6Src String - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - internet
Service6Src List<String>Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src List<String>Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src List<String>Fortiguards - FortiGuard IPv6 Internet Service source name.
- internet
Service6Src List<String>Groups - Internet Service6 source group name.
- internet
Service6Src List<String>Names - IPv6 Internet Service source name.
- internet
Service6Src StringNegate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs List<String>
- Incoming interface name from available options.
- logtraffic String
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - packages
Pblock StringFirewall Localinpolicy6Id - an identifier for the resource with format {{policyid}}.
- schedules List<String>
- Schedule object from available options.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate String - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services List<String>
- Service object from available options. Separate names with a space.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs List<String>
- Source address object from available options.
- status String
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If BooleanExist - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch String - Enable/disable the virtual patching feature. Valid values:
disable,enable.
Outputs
All input properties are implicitly available as output properties. Additionally, the PackagesPblockFirewallLocalinpolicy6 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 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 PackagesPblockFirewallLocalinpolicy6 Resource
Get an existing PackagesPblockFirewallLocalinpolicy6 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?: PackagesPblockFirewallLocalinpolicy6State, opts?: CustomResourceOptions): PackagesPblockFirewallLocalinpolicy6@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_policy_block: Optional[str] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
comments: Optional[str] = None,
custom_tags: Optional[Sequence[str]] = None,
dstaddr_negate: Optional[str] = None,
dstaddrs: Optional[Sequence[str]] = None,
internet_service6_src: Optional[str] = None,
internet_service6_src_custom_groups: Optional[Sequence[str]] = None,
internet_service6_src_customs: Optional[Sequence[str]] = None,
internet_service6_src_fortiguards: Optional[Sequence[str]] = None,
internet_service6_src_groups: Optional[Sequence[str]] = None,
internet_service6_src_names: Optional[Sequence[str]] = None,
internet_service6_src_negate: Optional[str] = None,
intfs: Optional[Sequence[str]] = None,
logtraffic: Optional[str] = None,
packages_pblock_firewall_localinpolicy6_id: Optional[str] = None,
pblock: Optional[str] = None,
schedules: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
service_negate: Optional[str] = None,
services: Optional[Sequence[str]] = None,
srcaddr_negate: Optional[str] = None,
srcaddrs: Optional[Sequence[str]] = None,
status: Optional[str] = None,
update_if_exist: Optional[bool] = None,
uuid: Optional[str] = None,
virtual_patch: Optional[str] = None) -> PackagesPblockFirewallLocalinpolicy6func GetPackagesPblockFirewallLocalinpolicy6(ctx *Context, name string, id IDInput, state *PackagesPblockFirewallLocalinpolicy6State, opts ...ResourceOption) (*PackagesPblockFirewallLocalinpolicy6, error)public static PackagesPblockFirewallLocalinpolicy6 Get(string name, Input<string> id, PackagesPblockFirewallLocalinpolicy6State? state, CustomResourceOptions? opts = null)public static PackagesPblockFirewallLocalinpolicy6 get(String name, Output<String> id, PackagesPblockFirewallLocalinpolicy6State state, CustomResourceOptions options)resources: _: type: fortimanager:PackagesPblockFirewallLocalinpolicy6 get: id: ${id}import {
to = fortimanager_packages_pblock_firewall_localinpolicy6.example
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.
- Action string
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Comments string
- Comment.
- List<string>
- Custom tags.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - Dstaddrs List<string>
- Destination address object from available options.
- Internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - Internet
Service6Src List<string>Custom Groups - Custom Internet Service6 source group name.
- Internet
Service6Src List<string>Customs - Custom IPv6 Internet Service source name.
- Internet
Service6Src List<string>Fortiguards - FortiGuard IPv6 Internet Service source name.
- Internet
Service6Src List<string>Groups - Internet Service6 source group name.
- Internet
Service6Src List<string>Names - IPv6 Internet Service source name.
- Internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - Intfs List<string>
- Incoming interface name from available options.
- Logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - Packages
Pblock stringFirewall Localinpolicy6Id - an identifier for the resource with format {{policyid}}.
- Pblock string
- Pblock.
- Schedules List<string>
- Schedule object from available options.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - Services List<string>
- Service object from available options. Separate names with a space.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - Srcaddrs List<string>
- Source address object from available options.
- Status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - Update
If boolExist - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Virtual
Patch string - Enable/disable the virtual patching feature. Valid values:
disable,enable. - _
policy stringBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- Action string
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Comments string
- Comment.
- []string
- Custom tags.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - Dstaddrs []string
- Destination address object from available options.
- Internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - Internet
Service6Src []stringCustom Groups - Custom Internet Service6 source group name.
- Internet
Service6Src []stringCustoms - Custom IPv6 Internet Service source name.
- Internet
Service6Src []stringFortiguards - FortiGuard IPv6 Internet Service source name.
- Internet
Service6Src []stringGroups - Internet Service6 source group name.
- Internet
Service6Src []stringNames - IPv6 Internet Service source name.
- Internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - Intfs []string
- Incoming interface name from available options.
- Logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - Packages
Pblock stringFirewall Localinpolicy6Id - an identifier for the resource with format {{policyid}}.
- Pblock string
- Pblock.
- Schedules []string
- Schedule object from available options.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - Services []string
- Service object from available options. Separate names with a space.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - Srcaddrs []string
- Source address object from available options.
- Status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - Update
If boolExist - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Virtual
Patch string - Enable/disable the virtual patching feature. Valid values:
disable,enable. - _
policy stringBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- _
policy_ stringblock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action string
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - comments string
- Comment.
- list(string)
- Custom tags.
- dstaddr_
negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs list(string)
- Destination address object from available options.
- internet_
service6_ stringsrc - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - internet_
service6_ list(string)src_ custom_ groups - Custom Internet Service6 source group name.
- internet_
service6_ list(string)src_ customs - Custom IPv6 Internet Service source name.
- internet_
service6_ list(string)src_ fortiguards - FortiGuard IPv6 Internet Service source name.
- internet_
service6_ list(string)src_ groups - Internet Service6 source group name.
- internet_
service6_ list(string)src_ names - IPv6 Internet Service source name.
- internet_
service6_ stringsrc_ negate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs list(string)
- Incoming interface name from available options.
- logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - packages_
pblock_ stringfirewall_ localinpolicy6_ id - an identifier for the resource with format {{policyid}}.
- pblock string
- Pblock.
- schedules list(string)
- Schedule object from available options.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service_
negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services list(string)
- Service object from available options. Separate names with a space.
- srcaddr_
negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs list(string)
- Source address object from available options.
- status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - update_
if_ boolexist - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual_
patch string - Enable/disable the virtual patching feature. Valid values:
disable,enable.
- _
policy StringBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action String
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - comments String
- Comment.
- List<String>
- Custom tags.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs List<String>
- Destination address object from available options.
- internet
Service6Src String - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - internet
Service6Src List<String>Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src List<String>Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src List<String>Fortiguards - FortiGuard IPv6 Internet Service source name.
- internet
Service6Src List<String>Groups - Internet Service6 source group name.
- internet
Service6Src List<String>Names - IPv6 Internet Service source name.
- internet
Service6Src StringNegate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs List<String>
- Incoming interface name from available options.
- logtraffic String
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - packages
Pblock StringFirewall Localinpolicy6Id - an identifier for the resource with format {{policyid}}.
- pblock String
- Pblock.
- schedules List<String>
- Schedule object from available options.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate String - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services List<String>
- Service object from available options. Separate names with a space.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs List<String>
- Source address object from available options.
- status String
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If BooleanExist - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch String - Enable/disable the virtual patching feature. Valid values:
disable,enable.
- _
policy stringBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action string
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - comments string
- Comment.
- string[]
- Custom tags.
- dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs string[]
- Destination address object from available options.
- internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - internet
Service6Src string[]Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src string[]Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src string[]Fortiguards - FortiGuard IPv6 Internet Service source name.
- internet
Service6Src string[]Groups - Internet Service6 source group name.
- internet
Service6Src string[]Names - IPv6 Internet Service source name.
- internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs string[]
- Incoming interface name from available options.
- logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - packages
Pblock stringFirewall Localinpolicy6Id - an identifier for the resource with format {{policyid}}.
- pblock string
- Pblock.
- schedules string[]
- Schedule object from available options.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services string[]
- Service object from available options. Separate names with a space.
- srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs string[]
- Source address object from available options.
- status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If booleanExist - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch string - Enable/disable the virtual patching feature. Valid values:
disable,enable.
- _
policy_ strblock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action str
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - comments str
- Comment.
- Sequence[str]
- Custom tags.
- dstaddr_
negate str - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs Sequence[str]
- Destination address object from available options.
- internet_
service6_ strsrc - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - internet_
service6_ Sequence[str]src_ custom_ groups - Custom Internet Service6 source group name.
- internet_
service6_ Sequence[str]src_ customs - Custom IPv6 Internet Service source name.
- internet_
service6_ Sequence[str]src_ fortiguards - FortiGuard IPv6 Internet Service source name.
- internet_
service6_ Sequence[str]src_ groups - Internet Service6 source group name.
- internet_
service6_ Sequence[str]src_ names - IPv6 Internet Service source name.
- internet_
service6_ strsrc_ negate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs Sequence[str]
- Incoming interface name from available options.
- logtraffic str
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - packages_
pblock_ strfirewall_ localinpolicy6_ id - an identifier for the resource with format {{policyid}}.
- pblock str
- Pblock.
- schedules Sequence[str]
- Schedule object from available options.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service_
negate str - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services Sequence[str]
- Service object from available options. Separate names with a space.
- srcaddr_
negate str - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs Sequence[str]
- Source address object from available options.
- status str
- Enable/disable this local-in policy. Valid values:
disable,enable. - update_
if_ boolexist - uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual_
patch str - Enable/disable the virtual patching feature. Valid values:
disable,enable.
- _
policy StringBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action String
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - comments String
- Comment.
- List<String>
- Custom tags.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs List<String>
- Destination address object from available options.
- internet
Service6Src String - Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values:
disable,enable. - internet
Service6Src List<String>Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src List<String>Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src List<String>Fortiguards - FortiGuard IPv6 Internet Service source name.
- internet
Service6Src List<String>Groups - Internet Service6 source group name.
- internet
Service6Src List<String>Names - IPv6 Internet Service source name.
- internet
Service6Src StringNegate - When enabled internet-service6-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs List<String>
- Incoming interface name from available options.
- logtraffic String
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - packages
Pblock StringFirewall Localinpolicy6Id - an identifier for the resource with format {{policyid}}.
- pblock String
- Pblock.
- schedules List<String>
- Schedule object from available options.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate String - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services List<String>
- Service object from available options. Separate names with a space.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs List<String>
- Source address object from available options.
- status String
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If BooleanExist - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch String - Enable/disable the virtual patching feature. Valid values:
disable,enable.
Import
Packages PblockFirewallLocalInPolicy6 can be imported using any of these accepted formats:
Set import_options = [“pblock=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/packagesPblockFirewallLocalinpolicy6:PackagesPblockFirewallLocalinpolicy6 labelname {{policyid}}
$ 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
fortimanagerTerraform Provider.
published on Friday, Jul 31, 2026 by fortinetdev