fortimanager.ObjectFirewallGtpIppolicy
Explore with Pulumi AI
IP policy.
This resource is a sub resource for variable
ip_policy
of resourcefortimanager.ObjectFirewallGtp
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallGtpIppolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallGtpIppolicy(name: string, args: ObjectFirewallGtpIppolicyArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallGtpIppolicy(resource_name: str,
args: ObjectFirewallGtpIppolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallGtpIppolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
gtp: Optional[str] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
dstaddr: Optional[str] = None,
dstaddr6: Optional[str] = None,
fosid: Optional[float] = None,
object_firewall_gtp_ippolicy_id: Optional[str] = None,
scopetype: Optional[str] = None,
srcaddr: Optional[str] = None,
srcaddr6: Optional[str] = None)
func NewObjectFirewallGtpIppolicy(ctx *Context, name string, args ObjectFirewallGtpIppolicyArgs, opts ...ResourceOption) (*ObjectFirewallGtpIppolicy, error)
public ObjectFirewallGtpIppolicy(string name, ObjectFirewallGtpIppolicyArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallGtpIppolicy(String name, ObjectFirewallGtpIppolicyArgs args)
public ObjectFirewallGtpIppolicy(String name, ObjectFirewallGtpIppolicyArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallGtpIppolicy
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 ObjectFirewallGtpIppolicyArgs
- 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 ObjectFirewallGtpIppolicyArgs
- 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 ObjectFirewallGtpIppolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallGtpIppolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallGtpIppolicyArgs
- 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 objectFirewallGtpIppolicyResource = new Fortimanager.ObjectFirewallGtpIppolicy("objectFirewallGtpIppolicyResource", new()
{
Gtp = "string",
Action = "string",
Adom = "string",
Dstaddr = "string",
Dstaddr6 = "string",
Fosid = 0,
ObjectFirewallGtpIppolicyId = "string",
Scopetype = "string",
Srcaddr = "string",
Srcaddr6 = "string",
});
example, err := fortimanager.NewObjectFirewallGtpIppolicy(ctx, "objectFirewallGtpIppolicyResource", &fortimanager.ObjectFirewallGtpIppolicyArgs{
Gtp: pulumi.String("string"),
Action: pulumi.String("string"),
Adom: pulumi.String("string"),
Dstaddr: pulumi.String("string"),
Dstaddr6: pulumi.String("string"),
Fosid: pulumi.Float64(0),
ObjectFirewallGtpIppolicyId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Srcaddr: pulumi.String("string"),
Srcaddr6: pulumi.String("string"),
})
var objectFirewallGtpIppolicyResource = new ObjectFirewallGtpIppolicy("objectFirewallGtpIppolicyResource", ObjectFirewallGtpIppolicyArgs.builder()
.gtp("string")
.action("string")
.adom("string")
.dstaddr("string")
.dstaddr6("string")
.fosid(0)
.objectFirewallGtpIppolicyId("string")
.scopetype("string")
.srcaddr("string")
.srcaddr6("string")
.build());
object_firewall_gtp_ippolicy_resource = fortimanager.ObjectFirewallGtpIppolicy("objectFirewallGtpIppolicyResource",
gtp="string",
action="string",
adom="string",
dstaddr="string",
dstaddr6="string",
fosid=0,
object_firewall_gtp_ippolicy_id="string",
scopetype="string",
srcaddr="string",
srcaddr6="string")
const objectFirewallGtpIppolicyResource = new fortimanager.ObjectFirewallGtpIppolicy("objectFirewallGtpIppolicyResource", {
gtp: "string",
action: "string",
adom: "string",
dstaddr: "string",
dstaddr6: "string",
fosid: 0,
objectFirewallGtpIppolicyId: "string",
scopetype: "string",
srcaddr: "string",
srcaddr6: "string",
});
type: fortimanager:ObjectFirewallGtpIppolicy
properties:
action: string
adom: string
dstaddr: string
dstaddr6: string
fosid: 0
gtp: string
objectFirewallGtpIppolicyId: string
scopetype: string
srcaddr: string
srcaddr6: string
ObjectFirewallGtpIppolicy 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 ObjectFirewallGtpIppolicy resource accepts the following input properties:
- Gtp string
- Gtp.
- Action string
- Action. Valid values:
allow
,deny
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dstaddr string
- Destination address name.
- Dstaddr6 string
- Destination IPv6 address name.
- Fosid double
- ID.
- Object
Firewall stringGtp Ippolicy Id - an identifier for the resource with format {{fosid}}.
- 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
. - Srcaddr string
- Source address name.
- Srcaddr6 string
- Source IPv6 address name.
- Gtp string
- Gtp.
- Action string
- Action. Valid values:
allow
,deny
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dstaddr string
- Destination address name.
- Dstaddr6 string
- Destination IPv6 address name.
- Fosid float64
- ID.
- Object
Firewall stringGtp Ippolicy Id - an identifier for the resource with format {{fosid}}.
- 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
. - Srcaddr string
- Source address name.
- Srcaddr6 string
- Source IPv6 address name.
- gtp String
- Gtp.
- action String
- Action. Valid values:
allow
,deny
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dstaddr String
- Destination address name.
- dstaddr6 String
- Destination IPv6 address name.
- fosid Double
- ID.
- object
Firewall StringGtp Ippolicy Id - an identifier for the resource with format {{fosid}}.
- 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
. - srcaddr String
- Source address name.
- srcaddr6 String
- Source IPv6 address name.
- gtp string
- Gtp.
- action string
- Action. Valid values:
allow
,deny
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dstaddr string
- Destination address name.
- dstaddr6 string
- Destination IPv6 address name.
- fosid number
- ID.
- object
Firewall stringGtp Ippolicy Id - an identifier for the resource with format {{fosid}}.
- 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
. - srcaddr string
- Source address name.
- srcaddr6 string
- Source IPv6 address name.
- gtp str
- Gtp.
- action str
- Action. Valid values:
allow
,deny
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dstaddr str
- Destination address name.
- dstaddr6 str
- Destination IPv6 address name.
- fosid float
- ID.
- object_
firewall_ strgtp_ ippolicy_ id - an identifier for the resource with format {{fosid}}.
- 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
. - srcaddr str
- Source address name.
- srcaddr6 str
- Source IPv6 address name.
- gtp String
- Gtp.
- action String
- Action. Valid values:
allow
,deny
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dstaddr String
- Destination address name.
- dstaddr6 String
- Destination IPv6 address name.
- fosid Number
- ID.
- object
Firewall StringGtp Ippolicy Id - an identifier for the resource with format {{fosid}}.
- 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
. - srcaddr String
- Source address name.
- srcaddr6 String
- Source IPv6 address name.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallGtpIppolicy 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 ObjectFirewallGtpIppolicy Resource
Get an existing ObjectFirewallGtpIppolicy 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?: ObjectFirewallGtpIppolicyState, opts?: CustomResourceOptions): ObjectFirewallGtpIppolicy
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
dstaddr: Optional[str] = None,
dstaddr6: Optional[str] = None,
fosid: Optional[float] = None,
gtp: Optional[str] = None,
object_firewall_gtp_ippolicy_id: Optional[str] = None,
scopetype: Optional[str] = None,
srcaddr: Optional[str] = None,
srcaddr6: Optional[str] = None) -> ObjectFirewallGtpIppolicy
func GetObjectFirewallGtpIppolicy(ctx *Context, name string, id IDInput, state *ObjectFirewallGtpIppolicyState, opts ...ResourceOption) (*ObjectFirewallGtpIppolicy, error)
public static ObjectFirewallGtpIppolicy Get(string name, Input<string> id, ObjectFirewallGtpIppolicyState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallGtpIppolicy get(String name, Output<String> id, ObjectFirewallGtpIppolicyState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallGtpIppolicy 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.
- Action string
- Action. Valid values:
allow
,deny
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dstaddr string
- Destination address name.
- Dstaddr6 string
- Destination IPv6 address name.
- Fosid double
- ID.
- Gtp string
- Gtp.
- Object
Firewall stringGtp Ippolicy Id - an identifier for the resource with format {{fosid}}.
- 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
. - Srcaddr string
- Source address name.
- Srcaddr6 string
- Source IPv6 address name.
- Action string
- Action. Valid values:
allow
,deny
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dstaddr string
- Destination address name.
- Dstaddr6 string
- Destination IPv6 address name.
- Fosid float64
- ID.
- Gtp string
- Gtp.
- Object
Firewall stringGtp Ippolicy Id - an identifier for the resource with format {{fosid}}.
- 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
. - Srcaddr string
- Source address name.
- Srcaddr6 string
- Source IPv6 address name.
- action String
- Action. Valid values:
allow
,deny
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dstaddr String
- Destination address name.
- dstaddr6 String
- Destination IPv6 address name.
- fosid Double
- ID.
- gtp String
- Gtp.
- object
Firewall StringGtp Ippolicy Id - an identifier for the resource with format {{fosid}}.
- 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
. - srcaddr String
- Source address name.
- srcaddr6 String
- Source IPv6 address name.
- action string
- Action. Valid values:
allow
,deny
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dstaddr string
- Destination address name.
- dstaddr6 string
- Destination IPv6 address name.
- fosid number
- ID.
- gtp string
- Gtp.
- object
Firewall stringGtp Ippolicy Id - an identifier for the resource with format {{fosid}}.
- 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
. - srcaddr string
- Source address name.
- srcaddr6 string
- Source IPv6 address name.
- action str
- Action. Valid values:
allow
,deny
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dstaddr str
- Destination address name.
- dstaddr6 str
- Destination IPv6 address name.
- fosid float
- ID.
- gtp str
- Gtp.
- object_
firewall_ strgtp_ ippolicy_ id - an identifier for the resource with format {{fosid}}.
- 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
. - srcaddr str
- Source address name.
- srcaddr6 str
- Source IPv6 address name.
- action String
- Action. Valid values:
allow
,deny
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dstaddr String
- Destination address name.
- dstaddr6 String
- Destination IPv6 address name.
- fosid Number
- ID.
- gtp String
- Gtp.
- object
Firewall StringGtp Ippolicy Id - an identifier for the resource with format {{fosid}}.
- 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
. - srcaddr String
- Source address name.
- srcaddr6 String
- Source IPv6 address name.
Import
ObjectFirewall GtpIpPolicy can be imported using any of these accepted formats:
Set import_options = [“gtp=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallGtpIppolicy:ObjectFirewallGtpIppolicy labelname {{fosid}}
$ 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.