fortimanager.ObjectFirewallAddressList
Explore with Pulumi AI
IP address list.
This resource is a sub resource for variable
list
of resourcefortimanager.ObjectFirewallAddress
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallAddressList Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallAddressList(name: string, args: ObjectFirewallAddressListArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallAddressList(resource_name: str,
args: ObjectFirewallAddressListInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallAddressList(resource_name: str,
opts: Optional[ResourceOptions] = None,
address: Optional[str] = None,
adom: Optional[str] = None,
ip: Optional[str] = None,
net_id: Optional[str] = None,
obj_id: Optional[str] = None,
object_firewall_address_list_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectFirewallAddressList(ctx *Context, name string, args ObjectFirewallAddressListArgs, opts ...ResourceOption) (*ObjectFirewallAddressList, error)
public ObjectFirewallAddressList(string name, ObjectFirewallAddressListArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallAddressList(String name, ObjectFirewallAddressListArgs args)
public ObjectFirewallAddressList(String name, ObjectFirewallAddressListArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallAddressList
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 ObjectFirewallAddressListArgs
- 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 ObjectFirewallAddressListInitArgs
- 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 ObjectFirewallAddressListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallAddressListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallAddressListArgs
- 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 objectFirewallAddressListResource = new Fortimanager.ObjectFirewallAddressList("objectFirewallAddressListResource", new()
{
Address = "string",
Adom = "string",
Ip = "string",
NetId = "string",
ObjId = "string",
ObjectFirewallAddressListId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectFirewallAddressList(ctx, "objectFirewallAddressListResource", &fortimanager.ObjectFirewallAddressListArgs{
Address: pulumi.String("string"),
Adom: pulumi.String("string"),
Ip: pulumi.String("string"),
NetId: pulumi.String("string"),
ObjId: pulumi.String("string"),
ObjectFirewallAddressListId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectFirewallAddressListResource = new ObjectFirewallAddressList("objectFirewallAddressListResource", ObjectFirewallAddressListArgs.builder()
.address("string")
.adom("string")
.ip("string")
.netId("string")
.objId("string")
.objectFirewallAddressListId("string")
.scopetype("string")
.build());
object_firewall_address_list_resource = fortimanager.ObjectFirewallAddressList("objectFirewallAddressListResource",
address="string",
adom="string",
ip="string",
net_id="string",
obj_id="string",
object_firewall_address_list_id="string",
scopetype="string")
const objectFirewallAddressListResource = new fortimanager.ObjectFirewallAddressList("objectFirewallAddressListResource", {
address: "string",
adom: "string",
ip: "string",
netId: "string",
objId: "string",
objectFirewallAddressListId: "string",
scopetype: "string",
});
type: fortimanager:ObjectFirewallAddressList
properties:
address: string
adom: string
ip: string
netId: string
objId: string
objectFirewallAddressListId: string
scopetype: string
ObjectFirewallAddressList 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 ObjectFirewallAddressList resource accepts the following input properties:
- Address string
- Address.
- 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 stringAddress List 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
.
- Address string
- Address.
- 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 stringAddress List 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
.
- address String
- Address.
- 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 StringAddress List 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
.
- address string
- Address.
- 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 stringAddress List 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
.
- address str
- Address.
- 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_ straddress_ 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
.
- address String
- Address.
- 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 StringAddress List 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 ObjectFirewallAddressList 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 ObjectFirewallAddressList Resource
Get an existing ObjectFirewallAddressList 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?: ObjectFirewallAddressListState, opts?: CustomResourceOptions): ObjectFirewallAddressList
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
address: Optional[str] = None,
adom: Optional[str] = None,
ip: Optional[str] = None,
net_id: Optional[str] = None,
obj_id: Optional[str] = None,
object_firewall_address_list_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectFirewallAddressList
func GetObjectFirewallAddressList(ctx *Context, name string, id IDInput, state *ObjectFirewallAddressListState, opts ...ResourceOption) (*ObjectFirewallAddressList, error)
public static ObjectFirewallAddressList Get(string name, Input<string> id, ObjectFirewallAddressListState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallAddressList get(String name, Output<String> id, ObjectFirewallAddressListState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallAddressList 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.
- Address string
- Address.
- 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 stringAddress List 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
.
- Address string
- Address.
- 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 stringAddress List 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
.
- address String
- Address.
- 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 StringAddress List 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
.
- address string
- Address.
- 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 stringAddress List 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
.
- address str
- Address.
- 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_ straddress_ 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
.
- address String
- Address.
- 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 StringAddress List 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 AddressList can be imported using any of these accepted formats:
Set import_options = [“address=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallAddressList:ObjectFirewallAddressList 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.