fortios.system.Ipsurlfilterdns6
Explore with Pulumi AI
Configure IPS URL filter IPv6 DNS servers.
Create Ipsurlfilterdns6 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Ipsurlfilterdns6(name: string, args?: Ipsurlfilterdns6Args, opts?: CustomResourceOptions);
@overload
def Ipsurlfilterdns6(resource_name: str,
args: Optional[Ipsurlfilterdns6Args] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Ipsurlfilterdns6(resource_name: str,
opts: Optional[ResourceOptions] = None,
address6: Optional[str] = None,
status: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewIpsurlfilterdns6(ctx *Context, name string, args *Ipsurlfilterdns6Args, opts ...ResourceOption) (*Ipsurlfilterdns6, error)
public Ipsurlfilterdns6(string name, Ipsurlfilterdns6Args? args = null, CustomResourceOptions? opts = null)
public Ipsurlfilterdns6(String name, Ipsurlfilterdns6Args args)
public Ipsurlfilterdns6(String name, Ipsurlfilterdns6Args args, CustomResourceOptions options)
type: fortios:system:Ipsurlfilterdns6
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 Ipsurlfilterdns6Args
- 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 Ipsurlfilterdns6Args
- 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 Ipsurlfilterdns6Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args Ipsurlfilterdns6Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args Ipsurlfilterdns6Args
- 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 ipsurlfilterdns6Resource = new Fortios.System.Ipsurlfilterdns6("ipsurlfilterdns6Resource", new()
{
Address6 = "string",
Status = "string",
Vdomparam = "string",
});
example, err := system.NewIpsurlfilterdns6(ctx, "ipsurlfilterdns6Resource", &system.Ipsurlfilterdns6Args{
Address6: pulumi.String("string"),
Status: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
})
var ipsurlfilterdns6Resource = new Ipsurlfilterdns6("ipsurlfilterdns6Resource", Ipsurlfilterdns6Args.builder()
.address6("string")
.status("string")
.vdomparam("string")
.build());
ipsurlfilterdns6_resource = fortios.system.Ipsurlfilterdns6("ipsurlfilterdns6Resource",
address6="string",
status="string",
vdomparam="string")
const ipsurlfilterdns6Resource = new fortios.system.Ipsurlfilterdns6("ipsurlfilterdns6Resource", {
address6: "string",
status: "string",
vdomparam: "string",
});
type: fortios:system:Ipsurlfilterdns6
properties:
address6: string
status: string
vdomparam: string
Ipsurlfilterdns6 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 Ipsurlfilterdns6 resource accepts the following input properties:
- Address6 string
- IPv6 address of DNS server.
- Status string
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - 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.
- Address6 string
- IPv6 address of DNS server.
- Status string
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - 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.
- address6 String
- IPv6 address of DNS server.
- status String
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - 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.
- address6 string
- IPv6 address of DNS server.
- status string
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - 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.
- address6 str
- IPv6 address of DNS server.
- status str
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - 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.
- address6 String
- IPv6 address of DNS server.
- status String
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - 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 Ipsurlfilterdns6 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 Ipsurlfilterdns6 Resource
Get an existing Ipsurlfilterdns6 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?: Ipsurlfilterdns6State, opts?: CustomResourceOptions): Ipsurlfilterdns6
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
address6: Optional[str] = None,
status: Optional[str] = None,
vdomparam: Optional[str] = None) -> Ipsurlfilterdns6
func GetIpsurlfilterdns6(ctx *Context, name string, id IDInput, state *Ipsurlfilterdns6State, opts ...ResourceOption) (*Ipsurlfilterdns6, error)
public static Ipsurlfilterdns6 Get(string name, Input<string> id, Ipsurlfilterdns6State? state, CustomResourceOptions? opts = null)
public static Ipsurlfilterdns6 get(String name, Output<String> id, Ipsurlfilterdns6State 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.
- Address6 string
- IPv6 address of DNS server.
- Status string
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - 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.
- Address6 string
- IPv6 address of DNS server.
- Status string
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - 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.
- address6 String
- IPv6 address of DNS server.
- status String
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - 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.
- address6 string
- IPv6 address of DNS server.
- status string
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - 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.
- address6 str
- IPv6 address of DNS server.
- status str
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - 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.
- address6 String
- IPv6 address of DNS server.
- status String
- Enable/disable this server for IPv6 DNS queries. Valid values:
enable
,disable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Import
System IpsUrlfilterDns6 can be imported using any of these accepted formats:
$ pulumi import fortios:system/ipsurlfilterdns6:Ipsurlfilterdns6 labelname {{address6}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:system/ipsurlfilterdns6:Ipsurlfilterdns6 labelname {{address6}}
$ 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.