1. Packages
  2. Fortios
  3. API Docs
  4. system
  5. Affinitypacketredistribution
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.system.Affinitypacketredistribution

Explore with Pulumi AI

fortios logo
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

    Configure packet redistribution.

    Create Affinitypacketredistribution Resource

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

    Constructor syntax

    new Affinitypacketredistribution(name: string, args: AffinitypacketredistributionArgs, opts?: CustomResourceOptions);
    @overload
    def Affinitypacketredistribution(resource_name: str,
                                     args: AffinitypacketredistributionArgs,
                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def Affinitypacketredistribution(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     affinity_cpumask: Optional[str] = None,
                                     fosid: Optional[int] = None,
                                     interface: Optional[str] = None,
                                     rxqid: Optional[int] = None,
                                     round_robin: Optional[str] = None,
                                     vdomparam: Optional[str] = None)
    func NewAffinitypacketredistribution(ctx *Context, name string, args AffinitypacketredistributionArgs, opts ...ResourceOption) (*Affinitypacketredistribution, error)
    public Affinitypacketredistribution(string name, AffinitypacketredistributionArgs args, CustomResourceOptions? opts = null)
    public Affinitypacketredistribution(String name, AffinitypacketredistributionArgs args)
    public Affinitypacketredistribution(String name, AffinitypacketredistributionArgs args, CustomResourceOptions options)
    
    type: fortios:system:Affinitypacketredistribution
    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 AffinitypacketredistributionArgs
    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 AffinitypacketredistributionArgs
    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 AffinitypacketredistributionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AffinitypacketredistributionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AffinitypacketredistributionArgs
    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 affinitypacketredistributionResource = new Fortios.System.Affinitypacketredistribution("affinitypacketredistributionResource", new()
    {
        AffinityCpumask = "string",
        Fosid = 0,
        Interface = "string",
        Rxqid = 0,
        RoundRobin = "string",
        Vdomparam = "string",
    });
    
    example, err := system.NewAffinitypacketredistribution(ctx, "affinitypacketredistributionResource", &system.AffinitypacketredistributionArgs{
    	AffinityCpumask: pulumi.String("string"),
    	Fosid:           pulumi.Int(0),
    	Interface:       pulumi.String("string"),
    	Rxqid:           pulumi.Int(0),
    	RoundRobin:      pulumi.String("string"),
    	Vdomparam:       pulumi.String("string"),
    })
    
    var affinitypacketredistributionResource = new Affinitypacketredistribution("affinitypacketredistributionResource", AffinitypacketredistributionArgs.builder()
        .affinityCpumask("string")
        .fosid(0)
        .interface_("string")
        .rxqid(0)
        .roundRobin("string")
        .vdomparam("string")
        .build());
    
    affinitypacketredistribution_resource = fortios.system.Affinitypacketredistribution("affinitypacketredistributionResource",
        affinity_cpumask="string",
        fosid=0,
        interface="string",
        rxqid=0,
        round_robin="string",
        vdomparam="string")
    
    const affinitypacketredistributionResource = new fortios.system.Affinitypacketredistribution("affinitypacketredistributionResource", {
        affinityCpumask: "string",
        fosid: 0,
        "interface": "string",
        rxqid: 0,
        roundRobin: "string",
        vdomparam: "string",
    });
    
    type: fortios:system:Affinitypacketredistribution
    properties:
        affinityCpumask: string
        fosid: 0
        interface: string
        roundRobin: string
        rxqid: 0
        vdomparam: string
    

    Affinitypacketredistribution Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Affinitypacketredistribution resource accepts the following input properties:

    AffinityCpumask string
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    Fosid int
    ID of the packet redistribution setting.
    Interface string
    Physical interface name on which to perform packet redistribution.
    Rxqid int
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    RoundRobin string
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    AffinityCpumask string
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    Fosid int
    ID of the packet redistribution setting.
    Interface string
    Physical interface name on which to perform packet redistribution.
    Rxqid int
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    RoundRobin string
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    affinityCpumask String
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    fosid Integer
    ID of the packet redistribution setting.
    interface_ String
    Physical interface name on which to perform packet redistribution.
    rxqid Integer
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    roundRobin String
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    affinityCpumask string
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    fosid number
    ID of the packet redistribution setting.
    interface string
    Physical interface name on which to perform packet redistribution.
    rxqid number
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    roundRobin string
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    affinity_cpumask str
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    fosid int
    ID of the packet redistribution setting.
    interface str
    Physical interface name on which to perform packet redistribution.
    rxqid int
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    round_robin str
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    affinityCpumask String
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    fosid Number
    ID of the packet redistribution setting.
    interface String
    Physical interface name on which to perform packet redistribution.
    rxqid Number
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    roundRobin String
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    Outputs

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

    Get an existing Affinitypacketredistribution 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?: AffinitypacketredistributionState, opts?: CustomResourceOptions): Affinitypacketredistribution
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            affinity_cpumask: Optional[str] = None,
            fosid: Optional[int] = None,
            interface: Optional[str] = None,
            round_robin: Optional[str] = None,
            rxqid: Optional[int] = None,
            vdomparam: Optional[str] = None) -> Affinitypacketredistribution
    func GetAffinitypacketredistribution(ctx *Context, name string, id IDInput, state *AffinitypacketredistributionState, opts ...ResourceOption) (*Affinitypacketredistribution, error)
    public static Affinitypacketredistribution Get(string name, Input<string> id, AffinitypacketredistributionState? state, CustomResourceOptions? opts = null)
    public static Affinitypacketredistribution get(String name, Output<String> id, AffinitypacketredistributionState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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.
    The following state arguments are supported:
    AffinityCpumask string
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    Fosid int
    ID of the packet redistribution setting.
    Interface string
    Physical interface name on which to perform packet redistribution.
    RoundRobin string
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    Rxqid int
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    AffinityCpumask string
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    Fosid int
    ID of the packet redistribution setting.
    Interface string
    Physical interface name on which to perform packet redistribution.
    RoundRobin string
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    Rxqid int
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    affinityCpumask String
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    fosid Integer
    ID of the packet redistribution setting.
    interface_ String
    Physical interface name on which to perform packet redistribution.
    roundRobin String
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    rxqid Integer
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    affinityCpumask string
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    fosid number
    ID of the packet redistribution setting.
    interface string
    Physical interface name on which to perform packet redistribution.
    roundRobin string
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    rxqid number
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    affinity_cpumask str
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    fosid int
    ID of the packet redistribution setting.
    interface str
    Physical interface name on which to perform packet redistribution.
    round_robin str
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    rxqid int
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    affinityCpumask String
    Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
    fosid Number
    ID of the packet redistribution setting.
    interface String
    Physical interface name on which to perform packet redistribution.
    roundRobin String
    Enable/disable round-robin redistribution to multiple CPUs. Valid values: enable, disable.
    rxqid Number
    ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    Import

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

    $ pulumi import fortios:system/affinitypacketredistribution:Affinitypacketredistribution labelname {{fosid}}
    

    If you do not want to import arguments of block:

    $ export “FORTIOS_IMPORT_TABLE”=“false”

    $ pulumi import fortios:system/affinitypacketredistribution:Affinitypacketredistribution labelname {{fosid}}
    

    $ unset “FORTIOS_IMPORT_TABLE”

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse