1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. SystemCsfFabricconnector
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.SystemCsfFabricconnector

Explore with Pulumi AI

Fabric connector configuration.

This resource is a sub resource for variable fabric_connector of resource fortimanager.SystemCsf. Conflict and overwrite may occur if use both of them.

Create SystemCsfFabricconnector Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new SystemCsfFabricconnector(name: string, args?: SystemCsfFabricconnectorArgs, opts?: CustomResourceOptions);
@overload
def SystemCsfFabricconnector(resource_name: str,
                             args: Optional[SystemCsfFabricconnectorArgs] = None,
                             opts: Optional[ResourceOptions] = None)

@overload
def SystemCsfFabricconnector(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             accprofile: Optional[str] = None,
                             configuration_write_access: Optional[str] = None,
                             serial: Optional[str] = None,
                             system_csf_fabricconnector_id: Optional[str] = None)
func NewSystemCsfFabricconnector(ctx *Context, name string, args *SystemCsfFabricconnectorArgs, opts ...ResourceOption) (*SystemCsfFabricconnector, error)
public SystemCsfFabricconnector(string name, SystemCsfFabricconnectorArgs? args = null, CustomResourceOptions? opts = null)
public SystemCsfFabricconnector(String name, SystemCsfFabricconnectorArgs args)
public SystemCsfFabricconnector(String name, SystemCsfFabricconnectorArgs args, CustomResourceOptions options)
type: fortimanager:SystemCsfFabricconnector
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args SystemCsfFabricconnectorArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args SystemCsfFabricconnectorArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args SystemCsfFabricconnectorArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args SystemCsfFabricconnectorArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. SystemCsfFabricconnectorArgs
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 systemCsfFabricconnectorResource = new Fortimanager.SystemCsfFabricconnector("systemCsfFabricconnectorResource", new()
{
    Accprofile = "string",
    ConfigurationWriteAccess = "string",
    Serial = "string",
    SystemCsfFabricconnectorId = "string",
});
Copy
example, err := fortimanager.NewSystemCsfFabricconnector(ctx, "systemCsfFabricconnectorResource", &fortimanager.SystemCsfFabricconnectorArgs{
Accprofile: pulumi.String("string"),
ConfigurationWriteAccess: pulumi.String("string"),
Serial: pulumi.String("string"),
SystemCsfFabricconnectorId: pulumi.String("string"),
})
Copy
var systemCsfFabricconnectorResource = new SystemCsfFabricconnector("systemCsfFabricconnectorResource", SystemCsfFabricconnectorArgs.builder()
    .accprofile("string")
    .configurationWriteAccess("string")
    .serial("string")
    .systemCsfFabricconnectorId("string")
    .build());
Copy
system_csf_fabricconnector_resource = fortimanager.SystemCsfFabricconnector("systemCsfFabricconnectorResource",
    accprofile="string",
    configuration_write_access="string",
    serial="string",
    system_csf_fabricconnector_id="string")
Copy
const systemCsfFabricconnectorResource = new fortimanager.SystemCsfFabricconnector("systemCsfFabricconnectorResource", {
    accprofile: "string",
    configurationWriteAccess: "string",
    serial: "string",
    systemCsfFabricconnectorId: "string",
});
Copy
type: fortimanager:SystemCsfFabricconnector
properties:
    accprofile: string
    configurationWriteAccess: string
    serial: string
    systemCsfFabricconnectorId: string
Copy

SystemCsfFabricconnector 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 SystemCsfFabricconnector resource accepts the following input properties:

Accprofile string
Override access profile.
ConfigurationWriteAccess string
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
Serial string
Serial.
SystemCsfFabricconnectorId string
an identifier for the resource with format {{serial}}.
Accprofile string
Override access profile.
ConfigurationWriteAccess string
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
Serial string
Serial.
SystemCsfFabricconnectorId string
an identifier for the resource with format {{serial}}.
accprofile String
Override access profile.
configurationWriteAccess String
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
serial String
Serial.
systemCsfFabricconnectorId String
an identifier for the resource with format {{serial}}.
accprofile string
Override access profile.
configurationWriteAccess string
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
serial string
Serial.
systemCsfFabricconnectorId string
an identifier for the resource with format {{serial}}.
accprofile str
Override access profile.
configuration_write_access str
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
serial str
Serial.
system_csf_fabricconnector_id str
an identifier for the resource with format {{serial}}.
accprofile String
Override access profile.
configurationWriteAccess String
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
serial String
Serial.
systemCsfFabricconnectorId String
an identifier for the resource with format {{serial}}.

Outputs

All input properties are implicitly available as output properties. Additionally, the SystemCsfFabricconnector 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 SystemCsfFabricconnector Resource

Get an existing SystemCsfFabricconnector 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?: SystemCsfFabricconnectorState, opts?: CustomResourceOptions): SystemCsfFabricconnector
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        accprofile: Optional[str] = None,
        configuration_write_access: Optional[str] = None,
        serial: Optional[str] = None,
        system_csf_fabricconnector_id: Optional[str] = None) -> SystemCsfFabricconnector
func GetSystemCsfFabricconnector(ctx *Context, name string, id IDInput, state *SystemCsfFabricconnectorState, opts ...ResourceOption) (*SystemCsfFabricconnector, error)
public static SystemCsfFabricconnector Get(string name, Input<string> id, SystemCsfFabricconnectorState? state, CustomResourceOptions? opts = null)
public static SystemCsfFabricconnector get(String name, Output<String> id, SystemCsfFabricconnectorState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:SystemCsfFabricconnector    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
Accprofile string
Override access profile.
ConfigurationWriteAccess string
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
Serial string
Serial.
SystemCsfFabricconnectorId string
an identifier for the resource with format {{serial}}.
Accprofile string
Override access profile.
ConfigurationWriteAccess string
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
Serial string
Serial.
SystemCsfFabricconnectorId string
an identifier for the resource with format {{serial}}.
accprofile String
Override access profile.
configurationWriteAccess String
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
serial String
Serial.
systemCsfFabricconnectorId String
an identifier for the resource with format {{serial}}.
accprofile string
Override access profile.
configurationWriteAccess string
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
serial string
Serial.
systemCsfFabricconnectorId string
an identifier for the resource with format {{serial}}.
accprofile str
Override access profile.
configuration_write_access str
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
serial str
Serial.
system_csf_fabricconnector_id str
an identifier for the resource with format {{serial}}.
accprofile String
Override access profile.
configurationWriteAccess String
Enable/disable downstream device write access to configuration. disable - Disable downstream device write access to configuration. enable - Enable downstream device write access to configuration. Valid values: disable, enable.
serial String
Serial.
systemCsfFabricconnectorId String
an identifier for the resource with format {{serial}}.

Import

System CsfFabricConnector can be imported using any of these accepted formats:

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/systemCsfFabricconnector:SystemCsfFabricconnector labelname {{serial}}
Copy

$ 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.