fortimanager.SystemLogfetchClientprofileDevicefilter
Explore with Pulumi AI
List of device filter.
This resource is a sub resource for variable
device_filter
of resourcefortimanager.SystemLogfetchClientprofile
. Conflict and overwrite may occur if use both of them.
Create SystemLogfetchClientprofileDevicefilter Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemLogfetchClientprofileDevicefilter(name: string, args: SystemLogfetchClientprofileDevicefilterArgs, opts?: CustomResourceOptions);
@overload
def SystemLogfetchClientprofileDevicefilter(resource_name: str,
args: SystemLogfetchClientprofileDevicefilterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystemLogfetchClientprofileDevicefilter(resource_name: str,
opts: Optional[ResourceOptions] = None,
client_profile: Optional[str] = None,
device: Optional[str] = None,
fmgadom: Optional[str] = None,
fosid: Optional[float] = None,
system_logfetch_clientprofile_devicefilter_id: Optional[str] = None,
vdom: Optional[str] = None)
func NewSystemLogfetchClientprofileDevicefilter(ctx *Context, name string, args SystemLogfetchClientprofileDevicefilterArgs, opts ...ResourceOption) (*SystemLogfetchClientprofileDevicefilter, error)
public SystemLogfetchClientprofileDevicefilter(string name, SystemLogfetchClientprofileDevicefilterArgs args, CustomResourceOptions? opts = null)
public SystemLogfetchClientprofileDevicefilter(String name, SystemLogfetchClientprofileDevicefilterArgs args)
public SystemLogfetchClientprofileDevicefilter(String name, SystemLogfetchClientprofileDevicefilterArgs args, CustomResourceOptions options)
type: fortimanager:SystemLogfetchClientprofileDevicefilter
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 SystemLogfetchClientprofileDevicefilterArgs
- 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 SystemLogfetchClientprofileDevicefilterArgs
- 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 SystemLogfetchClientprofileDevicefilterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemLogfetchClientprofileDevicefilterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemLogfetchClientprofileDevicefilterArgs
- 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 systemLogfetchClientprofileDevicefilterResource = new Fortimanager.SystemLogfetchClientprofileDevicefilter("systemLogfetchClientprofileDevicefilterResource", new()
{
ClientProfile = "string",
Device = "string",
Fmgadom = "string",
Fosid = 0,
SystemLogfetchClientprofileDevicefilterId = "string",
Vdom = "string",
});
example, err := fortimanager.NewSystemLogfetchClientprofileDevicefilter(ctx, "systemLogfetchClientprofileDevicefilterResource", &fortimanager.SystemLogfetchClientprofileDevicefilterArgs{
ClientProfile: pulumi.String("string"),
Device: pulumi.String("string"),
Fmgadom: pulumi.String("string"),
Fosid: pulumi.Float64(0),
SystemLogfetchClientprofileDevicefilterId: pulumi.String("string"),
Vdom: pulumi.String("string"),
})
var systemLogfetchClientprofileDevicefilterResource = new SystemLogfetchClientprofileDevicefilter("systemLogfetchClientprofileDevicefilterResource", SystemLogfetchClientprofileDevicefilterArgs.builder()
.clientProfile("string")
.device("string")
.fmgadom("string")
.fosid(0)
.systemLogfetchClientprofileDevicefilterId("string")
.vdom("string")
.build());
system_logfetch_clientprofile_devicefilter_resource = fortimanager.SystemLogfetchClientprofileDevicefilter("systemLogfetchClientprofileDevicefilterResource",
client_profile="string",
device="string",
fmgadom="string",
fosid=0,
system_logfetch_clientprofile_devicefilter_id="string",
vdom="string")
const systemLogfetchClientprofileDevicefilterResource = new fortimanager.SystemLogfetchClientprofileDevicefilter("systemLogfetchClientprofileDevicefilterResource", {
clientProfile: "string",
device: "string",
fmgadom: "string",
fosid: 0,
systemLogfetchClientprofileDevicefilterId: "string",
vdom: "string",
});
type: fortimanager:SystemLogfetchClientprofileDevicefilter
properties:
clientProfile: string
device: string
fmgadom: string
fosid: 0
systemLogfetchClientprofileDevicefilterId: string
vdom: string
SystemLogfetchClientprofileDevicefilter 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 SystemLogfetchClientprofileDevicefilter resource accepts the following input properties:
- Client
Profile string - Client Profile.
- Device string
- Device name or Serial number.
- Fmgadom string
- Adom name.
- Fosid double
- Add or edit a device filter.
- System
Logfetch stringClientprofile Devicefilter Id - an identifier for the resource with format {{fosid}}.
- Vdom string
- Vdom filters.
- Client
Profile string - Client Profile.
- Device string
- Device name or Serial number.
- Fmgadom string
- Adom name.
- Fosid float64
- Add or edit a device filter.
- System
Logfetch stringClientprofile Devicefilter Id - an identifier for the resource with format {{fosid}}.
- Vdom string
- Vdom filters.
- client
Profile String - Client Profile.
- device String
- Device name or Serial number.
- fmgadom String
- Adom name.
- fosid Double
- Add or edit a device filter.
- system
Logfetch StringClientprofile Devicefilter Id - an identifier for the resource with format {{fosid}}.
- vdom String
- Vdom filters.
- client
Profile string - Client Profile.
- device string
- Device name or Serial number.
- fmgadom string
- Adom name.
- fosid number
- Add or edit a device filter.
- system
Logfetch stringClientprofile Devicefilter Id - an identifier for the resource with format {{fosid}}.
- vdom string
- Vdom filters.
- client_
profile str - Client Profile.
- device str
- Device name or Serial number.
- fmgadom str
- Adom name.
- fosid float
- Add or edit a device filter.
- system_
logfetch_ strclientprofile_ devicefilter_ id - an identifier for the resource with format {{fosid}}.
- vdom str
- Vdom filters.
- client
Profile String - Client Profile.
- device String
- Device name or Serial number.
- fmgadom String
- Adom name.
- fosid Number
- Add or edit a device filter.
- system
Logfetch StringClientprofile Devicefilter Id - an identifier for the resource with format {{fosid}}.
- vdom String
- Vdom filters.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemLogfetchClientprofileDevicefilter 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 SystemLogfetchClientprofileDevicefilter Resource
Get an existing SystemLogfetchClientprofileDevicefilter 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?: SystemLogfetchClientprofileDevicefilterState, opts?: CustomResourceOptions): SystemLogfetchClientprofileDevicefilter
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
client_profile: Optional[str] = None,
device: Optional[str] = None,
fmgadom: Optional[str] = None,
fosid: Optional[float] = None,
system_logfetch_clientprofile_devicefilter_id: Optional[str] = None,
vdom: Optional[str] = None) -> SystemLogfetchClientprofileDevicefilter
func GetSystemLogfetchClientprofileDevicefilter(ctx *Context, name string, id IDInput, state *SystemLogfetchClientprofileDevicefilterState, opts ...ResourceOption) (*SystemLogfetchClientprofileDevicefilter, error)
public static SystemLogfetchClientprofileDevicefilter Get(string name, Input<string> id, SystemLogfetchClientprofileDevicefilterState? state, CustomResourceOptions? opts = null)
public static SystemLogfetchClientprofileDevicefilter get(String name, Output<String> id, SystemLogfetchClientprofileDevicefilterState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemLogfetchClientprofileDevicefilter 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.
- Client
Profile string - Client Profile.
- Device string
- Device name or Serial number.
- Fmgadom string
- Adom name.
- Fosid double
- Add or edit a device filter.
- System
Logfetch stringClientprofile Devicefilter Id - an identifier for the resource with format {{fosid}}.
- Vdom string
- Vdom filters.
- Client
Profile string - Client Profile.
- Device string
- Device name or Serial number.
- Fmgadom string
- Adom name.
- Fosid float64
- Add or edit a device filter.
- System
Logfetch stringClientprofile Devicefilter Id - an identifier for the resource with format {{fosid}}.
- Vdom string
- Vdom filters.
- client
Profile String - Client Profile.
- device String
- Device name or Serial number.
- fmgadom String
- Adom name.
- fosid Double
- Add or edit a device filter.
- system
Logfetch StringClientprofile Devicefilter Id - an identifier for the resource with format {{fosid}}.
- vdom String
- Vdom filters.
- client
Profile string - Client Profile.
- device string
- Device name or Serial number.
- fmgadom string
- Adom name.
- fosid number
- Add or edit a device filter.
- system
Logfetch stringClientprofile Devicefilter Id - an identifier for the resource with format {{fosid}}.
- vdom string
- Vdom filters.
- client_
profile str - Client Profile.
- device str
- Device name or Serial number.
- fmgadom str
- Adom name.
- fosid float
- Add or edit a device filter.
- system_
logfetch_ strclientprofile_ devicefilter_ id - an identifier for the resource with format {{fosid}}.
- vdom str
- Vdom filters.
- client
Profile String - Client Profile.
- device String
- Device name or Serial number.
- fmgadom String
- Adom name.
- fosid Number
- Add or edit a device filter.
- system
Logfetch StringClientprofile Devicefilter Id - an identifier for the resource with format {{fosid}}.
- vdom String
- Vdom filters.
Import
System LogFetchClientProfileDeviceFilter can be imported using any of these accepted formats:
Set import_options = [“client_profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systemLogfetchClientprofileDevicefilter:SystemLogfetchClientprofileDevicefilter labelname {{fosid}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
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.