IPv6 ranges in the disable entry.
This resource is a sub resource for variable
ip6_rangeof resourcefortimanager.ObjectFirewallInternetserviceextensionDisableentry. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallInternetserviceextensionDisableentryIp6range Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallInternetserviceextensionDisableentryIp6range(name: string, args: ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs, opts?: CustomResourceOptions);@overload
def ObjectFirewallInternetserviceextensionDisableentryIp6range(resource_name: str,
args: ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallInternetserviceextensionDisableentryIp6range(resource_name: str,
opts: Optional[ResourceOptions] = None,
disable_entry: Optional[str] = None,
internet_service_extension: Optional[str] = None,
adom: Optional[str] = None,
end_ip6: Optional[str] = None,
fosid: Optional[float] = None,
object_firewall_internetserviceextension_disableentry_ip6range_id: Optional[str] = None,
scopetype: Optional[str] = None,
start_ip6: Optional[str] = None)func NewObjectFirewallInternetserviceextensionDisableentryIp6range(ctx *Context, name string, args ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs, opts ...ResourceOption) (*ObjectFirewallInternetserviceextensionDisableentryIp6range, error)public ObjectFirewallInternetserviceextensionDisableentryIp6range(string name, ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallInternetserviceextensionDisableentryIp6range(String name, ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs args)
public ObjectFirewallInternetserviceextensionDisableentryIp6range(String name, ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallInternetserviceextensionDisableentryIp6range
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 ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs
- 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 ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs
- 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 ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs
- 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 objectFirewallInternetserviceextensionDisableentryIp6rangeResource = new Fortimanager.ObjectFirewallInternetserviceextensionDisableentryIp6range("objectFirewallInternetserviceextensionDisableentryIp6rangeResource", new()
{
DisableEntry = "string",
InternetServiceExtension = "string",
Adom = "string",
EndIp6 = "string",
Fosid = 0,
ObjectFirewallInternetserviceextensionDisableentryIp6rangeId = "string",
Scopetype = "string",
StartIp6 = "string",
});
example, err := fortimanager.NewObjectFirewallInternetserviceextensionDisableentryIp6range(ctx, "objectFirewallInternetserviceextensionDisableentryIp6rangeResource", &fortimanager.ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs{
DisableEntry: pulumi.String("string"),
InternetServiceExtension: pulumi.String("string"),
Adom: pulumi.String("string"),
EndIp6: pulumi.String("string"),
Fosid: pulumi.Float64(0),
ObjectFirewallInternetserviceextensionDisableentryIp6rangeId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
StartIp6: pulumi.String("string"),
})
var objectFirewallInternetserviceextensionDisableentryIp6rangeResource = new ObjectFirewallInternetserviceextensionDisableentryIp6range("objectFirewallInternetserviceextensionDisableentryIp6rangeResource", ObjectFirewallInternetserviceextensionDisableentryIp6rangeArgs.builder()
.disableEntry("string")
.internetServiceExtension("string")
.adom("string")
.endIp6("string")
.fosid(0.0)
.objectFirewallInternetserviceextensionDisableentryIp6rangeId("string")
.scopetype("string")
.startIp6("string")
.build());
object_firewall_internetserviceextension_disableentry_ip6range_resource = fortimanager.ObjectFirewallInternetserviceextensionDisableentryIp6range("objectFirewallInternetserviceextensionDisableentryIp6rangeResource",
disable_entry="string",
internet_service_extension="string",
adom="string",
end_ip6="string",
fosid=0,
object_firewall_internetserviceextension_disableentry_ip6range_id="string",
scopetype="string",
start_ip6="string")
const objectFirewallInternetserviceextensionDisableentryIp6rangeResource = new fortimanager.ObjectFirewallInternetserviceextensionDisableentryIp6range("objectFirewallInternetserviceextensionDisableentryIp6rangeResource", {
disableEntry: "string",
internetServiceExtension: "string",
adom: "string",
endIp6: "string",
fosid: 0,
objectFirewallInternetserviceextensionDisableentryIp6rangeId: "string",
scopetype: "string",
startIp6: "string",
});
type: fortimanager:ObjectFirewallInternetserviceextensionDisableentryIp6range
properties:
adom: string
disableEntry: string
endIp6: string
fosid: 0
internetServiceExtension: string
objectFirewallInternetserviceextensionDisableentryIp6rangeId: string
scopetype: string
startIp6: string
ObjectFirewallInternetserviceextensionDisableentryIp6range 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 ObjectFirewallInternetserviceextensionDisableentryIp6range resource accepts the following input properties:
- Disable
Entry string - Disable Entry.
- Internet
Service stringExtension - Internet Service Extension.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - End
Ip6 string - End IPv6 address.
- Fosid double
- Disable entry range ID.
- Object
Firewall stringInternetserviceextension Disableentry Ip6range Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Start
Ip6 string - Start IPv6 address.
- Disable
Entry string - Disable Entry.
- Internet
Service stringExtension - Internet Service Extension.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - End
Ip6 string - End IPv6 address.
- Fosid float64
- Disable entry range ID.
- Object
Firewall stringInternetserviceextension Disableentry Ip6range Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Start
Ip6 string - Start IPv6 address.
- disable
Entry String - Disable Entry.
- internet
Service StringExtension - Internet Service Extension.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - end
Ip6 String - End IPv6 address.
- fosid Double
- Disable entry range ID.
- object
Firewall StringInternetserviceextension Disableentry Ip6range Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - start
Ip6 String - Start IPv6 address.
- disable
Entry string - Disable Entry.
- internet
Service stringExtension - Internet Service Extension.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - end
Ip6 string - End IPv6 address.
- fosid number
- Disable entry range ID.
- object
Firewall stringInternetserviceextension Disableentry Ip6range Id - an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - start
Ip6 string - Start IPv6 address.
- disable_
entry str - Disable Entry.
- internet_
service_ strextension - Internet Service Extension.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - end_
ip6 str - End IPv6 address.
- fosid float
- Disable entry range ID.
- object_
firewall_ strinternetserviceextension_ disableentry_ ip6range_ id - an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - start_
ip6 str - Start IPv6 address.
- disable
Entry String - Disable Entry.
- internet
Service StringExtension - Internet Service Extension.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - end
Ip6 String - End IPv6 address.
- fosid Number
- Disable entry range ID.
- object
Firewall StringInternetserviceextension Disableentry Ip6range Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - start
Ip6 String - Start IPv6 address.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallInternetserviceextensionDisableentryIp6range 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 ObjectFirewallInternetserviceextensionDisableentryIp6range Resource
Get an existing ObjectFirewallInternetserviceextensionDisableentryIp6range 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?: ObjectFirewallInternetserviceextensionDisableentryIp6rangeState, opts?: CustomResourceOptions): ObjectFirewallInternetserviceextensionDisableentryIp6range@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
disable_entry: Optional[str] = None,
end_ip6: Optional[str] = None,
fosid: Optional[float] = None,
internet_service_extension: Optional[str] = None,
object_firewall_internetserviceextension_disableentry_ip6range_id: Optional[str] = None,
scopetype: Optional[str] = None,
start_ip6: Optional[str] = None) -> ObjectFirewallInternetserviceextensionDisableentryIp6rangefunc GetObjectFirewallInternetserviceextensionDisableentryIp6range(ctx *Context, name string, id IDInput, state *ObjectFirewallInternetserviceextensionDisableentryIp6rangeState, opts ...ResourceOption) (*ObjectFirewallInternetserviceextensionDisableentryIp6range, error)public static ObjectFirewallInternetserviceextensionDisableentryIp6range Get(string name, Input<string> id, ObjectFirewallInternetserviceextensionDisableentryIp6rangeState? state, CustomResourceOptions? opts = null)public static ObjectFirewallInternetserviceextensionDisableentryIp6range get(String name, Output<String> id, ObjectFirewallInternetserviceextensionDisableentryIp6rangeState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectFirewallInternetserviceextensionDisableentryIp6range 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.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Disable
Entry string - Disable Entry.
- End
Ip6 string - End IPv6 address.
- Fosid double
- Disable entry range ID.
- Internet
Service stringExtension - Internet Service Extension.
- Object
Firewall stringInternetserviceextension Disableentry Ip6range Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Start
Ip6 string - Start IPv6 address.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Disable
Entry string - Disable Entry.
- End
Ip6 string - End IPv6 address.
- Fosid float64
- Disable entry range ID.
- Internet
Service stringExtension - Internet Service Extension.
- Object
Firewall stringInternetserviceextension Disableentry Ip6range Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Start
Ip6 string - Start IPv6 address.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - disable
Entry String - Disable Entry.
- end
Ip6 String - End IPv6 address.
- fosid Double
- Disable entry range ID.
- internet
Service StringExtension - Internet Service Extension.
- object
Firewall StringInternetserviceextension Disableentry Ip6range Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - start
Ip6 String - Start IPv6 address.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - disable
Entry string - Disable Entry.
- end
Ip6 string - End IPv6 address.
- fosid number
- Disable entry range ID.
- internet
Service stringExtension - Internet Service Extension.
- object
Firewall stringInternetserviceextension Disableentry Ip6range Id - an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - start
Ip6 string - Start IPv6 address.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - disable_
entry str - Disable Entry.
- end_
ip6 str - End IPv6 address.
- fosid float
- Disable entry range ID.
- internet_
service_ strextension - Internet Service Extension.
- object_
firewall_ strinternetserviceextension_ disableentry_ ip6range_ id - an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - start_
ip6 str - Start IPv6 address.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - disable
Entry String - Disable Entry.
- end
Ip6 String - End IPv6 address.
- fosid Number
- Disable entry range ID.
- internet
Service StringExtension - Internet Service Extension.
- object
Firewall StringInternetserviceextension Disableentry Ip6range Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - start
Ip6 String - Start IPv6 address.
Import
ObjectFirewall InternetServiceExtensionDisableEntryIp6Range can be imported using any of these accepted formats:
Set import_options = [“internet_service_extension=YOUR_VALUE”, “disable_entry=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallInternetserviceextensionDisableentryIp6range:ObjectFirewallInternetserviceextensionDisableentryIp6range 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
fortimanagerTerraform Provider.
