1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallAddress6List
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.ObjectFirewallAddress6List

Explore with Pulumi AI

IP address list.

This resource is a sub resource for variable list of resource fortimanager.ObjectFirewallAddress6. Conflict and overwrite may occur if use both of them.

Create ObjectFirewallAddress6List Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ObjectFirewallAddress6List(name: string, args: ObjectFirewallAddress6ListArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallAddress6List(resource_name: str,
                               args: ObjectFirewallAddress6ListInitArgs,
                               opts: Optional[ResourceOptions] = None)

@overload
def ObjectFirewallAddress6List(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               address6: Optional[str] = None,
                               adom: Optional[str] = None,
                               ip: Optional[str] = None,
                               net_id: Optional[str] = None,
                               obj_id: Optional[str] = None,
                               object_firewall_address6_list_id: Optional[str] = None,
                               scopetype: Optional[str] = None)
func NewObjectFirewallAddress6List(ctx *Context, name string, args ObjectFirewallAddress6ListArgs, opts ...ResourceOption) (*ObjectFirewallAddress6List, error)
public ObjectFirewallAddress6List(string name, ObjectFirewallAddress6ListArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallAddress6List(String name, ObjectFirewallAddress6ListArgs args)
public ObjectFirewallAddress6List(String name, ObjectFirewallAddress6ListArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallAddress6List
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallAddress6ListArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ObjectFirewallAddress6ListInitArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallAddress6ListArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallAddress6ListArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ObjectFirewallAddress6ListArgs
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 objectFirewallAddress6ListResource = new Fortimanager.ObjectFirewallAddress6List("objectFirewallAddress6ListResource", new()
{
    Address6 = "string",
    Adom = "string",
    Ip = "string",
    NetId = "string",
    ObjId = "string",
    ObjectFirewallAddress6ListId = "string",
    Scopetype = "string",
});
Copy
example, err := fortimanager.NewObjectFirewallAddress6List(ctx, "objectFirewallAddress6ListResource", &fortimanager.ObjectFirewallAddress6ListArgs{
Address6: pulumi.String("string"),
Adom: pulumi.String("string"),
Ip: pulumi.String("string"),
NetId: pulumi.String("string"),
ObjId: pulumi.String("string"),
ObjectFirewallAddress6ListId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
Copy
var objectFirewallAddress6ListResource = new ObjectFirewallAddress6List("objectFirewallAddress6ListResource", ObjectFirewallAddress6ListArgs.builder()
    .address6("string")
    .adom("string")
    .ip("string")
    .netId("string")
    .objId("string")
    .objectFirewallAddress6ListId("string")
    .scopetype("string")
    .build());
Copy
object_firewall_address6_list_resource = fortimanager.ObjectFirewallAddress6List("objectFirewallAddress6ListResource",
    address6="string",
    adom="string",
    ip="string",
    net_id="string",
    obj_id="string",
    object_firewall_address6_list_id="string",
    scopetype="string")
Copy
const objectFirewallAddress6ListResource = new fortimanager.ObjectFirewallAddress6List("objectFirewallAddress6ListResource", {
    address6: "string",
    adom: "string",
    ip: "string",
    netId: "string",
    objId: "string",
    objectFirewallAddress6ListId: "string",
    scopetype: "string",
});
Copy
type: fortimanager:ObjectFirewallAddress6List
properties:
    address6: string
    adom: string
    ip: string
    netId: string
    objId: string
    objectFirewallAddress6ListId: string
    scopetype: string
Copy

ObjectFirewallAddress6List 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 ObjectFirewallAddress6List resource accepts the following input properties:

Address6 This property is required. string
Address6.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Ip string
IP.
NetId string
Network ID.
ObjId string
Object ID.
ObjectFirewallAddress6ListId string
an identifier for the resource with format {{ip}}.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Address6 This property is required. string
Address6.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Ip string
IP.
NetId string
Network ID.
ObjId string
Object ID.
ObjectFirewallAddress6ListId string
an identifier for the resource with format {{ip}}.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
address6 This property is required. String
Address6.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ip String
IP.
netId String
Network ID.
objId String
Object ID.
objectFirewallAddress6ListId String
an identifier for the resource with format {{ip}}.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
address6 This property is required. string
Address6.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ip string
IP.
netId string
Network ID.
objId string
Object ID.
objectFirewallAddress6ListId string
an identifier for the resource with format {{ip}}.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
address6 This property is required. str
Address6.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ip str
IP.
net_id str
Network ID.
obj_id str
Object ID.
object_firewall_address6_list_id str
an identifier for the resource with format {{ip}}.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
address6 This property is required. String
Address6.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ip String
IP.
netId String
Network ID.
objId String
Object ID.
objectFirewallAddress6ListId String
an identifier for the resource with format {{ip}}.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

Outputs

All input properties are implicitly available as output properties. Additionally, the ObjectFirewallAddress6List 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 ObjectFirewallAddress6List Resource

Get an existing ObjectFirewallAddress6List 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?: ObjectFirewallAddress6ListState, opts?: CustomResourceOptions): ObjectFirewallAddress6List
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        address6: Optional[str] = None,
        adom: Optional[str] = None,
        ip: Optional[str] = None,
        net_id: Optional[str] = None,
        obj_id: Optional[str] = None,
        object_firewall_address6_list_id: Optional[str] = None,
        scopetype: Optional[str] = None) -> ObjectFirewallAddress6List
func GetObjectFirewallAddress6List(ctx *Context, name string, id IDInput, state *ObjectFirewallAddress6ListState, opts ...ResourceOption) (*ObjectFirewallAddress6List, error)
public static ObjectFirewallAddress6List Get(string name, Input<string> id, ObjectFirewallAddress6ListState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallAddress6List get(String name, Output<String> id, ObjectFirewallAddress6ListState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectFirewallAddress6List    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
Address6 string
Address6.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Ip string
IP.
NetId string
Network ID.
ObjId string
Object ID.
ObjectFirewallAddress6ListId string
an identifier for the resource with format {{ip}}.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Address6 string
Address6.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Ip string
IP.
NetId string
Network ID.
ObjId string
Object ID.
ObjectFirewallAddress6ListId string
an identifier for the resource with format {{ip}}.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
address6 String
Address6.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ip String
IP.
netId String
Network ID.
objId String
Object ID.
objectFirewallAddress6ListId String
an identifier for the resource with format {{ip}}.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
address6 string
Address6.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ip string
IP.
netId string
Network ID.
objId string
Object ID.
objectFirewallAddress6ListId string
an identifier for the resource with format {{ip}}.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
address6 str
Address6.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ip str
IP.
net_id str
Network ID.
obj_id str
Object ID.
object_firewall_address6_list_id str
an identifier for the resource with format {{ip}}.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
address6 String
Address6.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ip String
IP.
netId String
Network ID.
objId String
Object ID.
objectFirewallAddress6ListId String
an identifier for the resource with format {{ip}}.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

Import

ObjectFirewall Address6List can be imported using any of these accepted formats:

Set import_options = [“address6=YOUR_VALUE”] in the provider section.

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectFirewallAddress6List:ObjectFirewallAddress6List labelname {{ip}}
Copy

$ 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.