fortimanager.ObjectFirewallAddress6List
Explore with Pulumi AI
IP address list.
This resource is a sub resource for variable
list
of resourcefortimanager.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 string
- The unique name of the resource.
- args ObjectFirewallAddress6ListArgs
- 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 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 string
- The unique name of the resource.
- args ObjectFirewallAddress6ListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallAddress6ListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
var objectFirewallAddress6ListResource = new ObjectFirewallAddress6List("objectFirewallAddress6ListResource", ObjectFirewallAddress6ListArgs.builder()
.address6("string")
.adom("string")
.ip("string")
.netId("string")
.objId("string")
.objectFirewallAddress6ListId("string")
.scopetype("string")
.build());
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")
const objectFirewallAddress6ListResource = new fortimanager.ObjectFirewallAddress6List("objectFirewallAddress6ListResource", {
address6: "string",
adom: "string",
ip: "string",
netId: "string",
objId: "string",
objectFirewallAddress6ListId: "string",
scopetype: "string",
});
type: fortimanager:ObjectFirewallAddress6List
properties:
address6: string
adom: string
ip: string
netId: string
objId: string
objectFirewallAddress6ListId: string
scopetype: string
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 string
- Address6.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ip string
- IP.
- Net
Id string - Network ID.
- Obj
Id string - Object ID.
- Object
Firewall stringAddress6List Id - an identifier for the resource with format {{ip}}.
- 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
.
- Address6 string
- Address6.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ip string
- IP.
- Net
Id string - Network ID.
- Obj
Id string - Object ID.
- Object
Firewall stringAddress6List Id - an identifier for the resource with format {{ip}}.
- 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
.
- address6 String
- Address6.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ip String
- IP.
- net
Id String - Network ID.
- obj
Id String - Object ID.
- object
Firewall StringAddress6List Id - an identifier for the resource with format {{ip}}.
- 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
.
- address6 string
- Address6.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ip string
- IP.
- net
Id string - Network ID.
- obj
Id string - Object ID.
- object
Firewall stringAddress6List Id - an identifier for the resource with format {{ip}}.
- 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
.
- address6 str
- Address6.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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_ straddress6_ list_ id - an identifier for the resource with format {{ip}}.
- 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
.
- address6 String
- Address6.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ip String
- IP.
- net
Id String - Network ID.
- obj
Id String - Object ID.
- object
Firewall StringAddress6List Id - an identifier for the resource with format {{ip}}.
- 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 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
- 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
- Address6.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ip string
- IP.
- Net
Id string - Network ID.
- Obj
Id string - Object ID.
- Object
Firewall stringAddress6List Id - an identifier for the resource with format {{ip}}.
- 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
.
- Address6 string
- Address6.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ip string
- IP.
- Net
Id string - Network ID.
- Obj
Id string - Object ID.
- Object
Firewall stringAddress6List Id - an identifier for the resource with format {{ip}}.
- 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
.
- address6 String
- Address6.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ip String
- IP.
- net
Id String - Network ID.
- obj
Id String - Object ID.
- object
Firewall StringAddress6List Id - an identifier for the resource with format {{ip}}.
- 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
.
- address6 string
- Address6.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ip string
- IP.
- net
Id string - Network ID.
- obj
Id string - Object ID.
- object
Firewall stringAddress6List Id - an identifier for the resource with format {{ip}}.
- 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
.
- address6 str
- Address6.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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_ straddress6_ list_ id - an identifier for the resource with format {{ip}}.
- 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
.
- address6 String
- Address6.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ip String
- IP.
- net
Id String - Network ID.
- obj
Id String - Object ID.
- object
Firewall StringAddress6List Id - an identifier for the resource with format {{ip}}.
- 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 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}}
$ 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.