fortimanager.SystemInterfaceMember
Explore with Pulumi AI
Physical interfaces that belong to the aggregate or redundant interface.
This resource is a sub resource for variable
member
of resourcefortimanager.SystemInterface
. Conflict and overwrite may occur if use both of them.
Create SystemInterfaceMember Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemInterfaceMember(name: string, args: SystemInterfaceMemberArgs, opts?: CustomResourceOptions);
@overload
def SystemInterfaceMember(resource_name: str,
args: SystemInterfaceMemberInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystemInterfaceMember(resource_name: str,
opts: Optional[ResourceOptions] = None,
interface: Optional[str] = None,
interface_name: Optional[str] = None,
system_interface_member_id: Optional[str] = None)
func NewSystemInterfaceMember(ctx *Context, name string, args SystemInterfaceMemberArgs, opts ...ResourceOption) (*SystemInterfaceMember, error)
public SystemInterfaceMember(string name, SystemInterfaceMemberArgs args, CustomResourceOptions? opts = null)
public SystemInterfaceMember(String name, SystemInterfaceMemberArgs args)
public SystemInterfaceMember(String name, SystemInterfaceMemberArgs args, CustomResourceOptions options)
type: fortimanager:SystemInterfaceMember
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 SystemInterfaceMemberArgs
- 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 SystemInterfaceMemberInitArgs
- 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 SystemInterfaceMemberArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemInterfaceMemberArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemInterfaceMemberArgs
- 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 systemInterfaceMemberResource = new Fortimanager.SystemInterfaceMember("systemInterfaceMemberResource", new()
{
Interface = "string",
InterfaceName = "string",
SystemInterfaceMemberId = "string",
});
example, err := fortimanager.NewSystemInterfaceMember(ctx, "systemInterfaceMemberResource", &fortimanager.SystemInterfaceMemberArgs{
Interface: pulumi.String("string"),
InterfaceName: pulumi.String("string"),
SystemInterfaceMemberId: pulumi.String("string"),
})
var systemInterfaceMemberResource = new SystemInterfaceMember("systemInterfaceMemberResource", SystemInterfaceMemberArgs.builder()
.interface_("string")
.interfaceName("string")
.systemInterfaceMemberId("string")
.build());
system_interface_member_resource = fortimanager.SystemInterfaceMember("systemInterfaceMemberResource",
interface="string",
interface_name="string",
system_interface_member_id="string")
const systemInterfaceMemberResource = new fortimanager.SystemInterfaceMember("systemInterfaceMemberResource", {
"interface": "string",
interfaceName: "string",
systemInterfaceMemberId: "string",
});
type: fortimanager:SystemInterfaceMember
properties:
interface: string
interfaceName: string
systemInterfaceMemberId: string
SystemInterfaceMember 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 SystemInterfaceMember resource accepts the following input properties:
- Interface string
- Interface.
- Interface
Name string - Physical interface name.
- System
Interface stringMember Id - an identifier for the resource with format {{interface_name}}.
- Interface string
- Interface.
- Interface
Name string - Physical interface name.
- System
Interface stringMember Id - an identifier for the resource with format {{interface_name}}.
- interface_ String
- Interface.
- interface
Name String - Physical interface name.
- system
Interface StringMember Id - an identifier for the resource with format {{interface_name}}.
- interface string
- Interface.
- interface
Name string - Physical interface name.
- system
Interface stringMember Id - an identifier for the resource with format {{interface_name}}.
- interface str
- Interface.
- interface_
name str - Physical interface name.
- system_
interface_ strmember_ id - an identifier for the resource with format {{interface_name}}.
- interface String
- Interface.
- interface
Name String - Physical interface name.
- system
Interface StringMember Id - an identifier for the resource with format {{interface_name}}.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemInterfaceMember 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 SystemInterfaceMember Resource
Get an existing SystemInterfaceMember 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?: SystemInterfaceMemberState, opts?: CustomResourceOptions): SystemInterfaceMember
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
interface: Optional[str] = None,
interface_name: Optional[str] = None,
system_interface_member_id: Optional[str] = None) -> SystemInterfaceMember
func GetSystemInterfaceMember(ctx *Context, name string, id IDInput, state *SystemInterfaceMemberState, opts ...ResourceOption) (*SystemInterfaceMember, error)
public static SystemInterfaceMember Get(string name, Input<string> id, SystemInterfaceMemberState? state, CustomResourceOptions? opts = null)
public static SystemInterfaceMember get(String name, Output<String> id, SystemInterfaceMemberState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemInterfaceMember 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.
- Interface string
- Interface.
- Interface
Name string - Physical interface name.
- System
Interface stringMember Id - an identifier for the resource with format {{interface_name}}.
- Interface string
- Interface.
- Interface
Name string - Physical interface name.
- System
Interface stringMember Id - an identifier for the resource with format {{interface_name}}.
- interface
Name String - Physical interface name.
- interface_ String
- Interface.
- system
Interface StringMember Id - an identifier for the resource with format {{interface_name}}.
- interface string
- Interface.
- interface
Name string - Physical interface name.
- system
Interface stringMember Id - an identifier for the resource with format {{interface_name}}.
- interface str
- Interface.
- interface_
name str - Physical interface name.
- system_
interface_ strmember_ id - an identifier for the resource with format {{interface_name}}.
- interface String
- Interface.
- interface
Name String - Physical interface name.
- system
Interface StringMember Id - an identifier for the resource with format {{interface_name}}.
Import
System InterfaceMember can be imported using any of these accepted formats:
Set import_options = [“interface=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systemInterfaceMember:SystemInterfaceMember labelname {{interface_name}}
$ 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.