fortios.system.Affinitypacketredistribution
Explore with Pulumi AI
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
This property is required. string - The unique name of the resource.
- args
This property is required. AffinitypacketredistributionArgs - 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
This property is required. 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
This property is required. string - The unique name of the resource.
- args
This property is required. AffinitypacketredistributionArgs - 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
This property is required. AffinitypacketredistributionArgs - 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. 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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Affinitypacketredistribution resource accepts the following input properties:
- Affinity
Cpumask This property is required. string - Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
- Fosid
This property is required. Changes to this property will trigger replacement.
- ID of the packet redistribution setting.
- Interface
This property is required. string - Physical interface name on which to perform packet redistribution.
- Rxqid
This property is required. int - ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
- Round
Robin string - Enable/disable round-robin redistribution to multiple CPUs. Valid values:
enable
,disable
. - Vdomparam
Changes to this property will trigger replacement.
- 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 This property is required. string - Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
- Fosid
This property is required. Changes to this property will trigger replacement.
- ID of the packet redistribution setting.
- Interface
This property is required. string - Physical interface name on which to perform packet redistribution.
- Rxqid
This property is required. int - ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
- Round
Robin string - Enable/disable round-robin redistribution to multiple CPUs. Valid values:
enable
,disable
. - Vdomparam
Changes to this property will trigger replacement.
- 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 This property is required. String - Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
- fosid
This property is required. Changes to this property will trigger replacement.
- ID of the packet redistribution setting.
- interface_
This property is required. String - Physical interface name on which to perform packet redistribution.
- rxqid
This property is required. Integer - ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
- round
Robin String - Enable/disable round-robin redistribution to multiple CPUs. Valid values:
enable
,disable
. - vdomparam
Changes to this property will trigger replacement.
- 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 This property is required. string - Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
- fosid
This property is required. Changes to this property will trigger replacement.
- ID of the packet redistribution setting.
- interface
This property is required. string - Physical interface name on which to perform packet redistribution.
- rxqid
This property is required. number - ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
- round
Robin string - Enable/disable round-robin redistribution to multiple CPUs. Valid values:
enable
,disable
. - vdomparam
Changes to this property will trigger replacement.
- 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 This property is required. str - Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
- fosid
This property is required. Changes to this property will trigger replacement.
- ID of the packet redistribution setting.
- interface
This property is required. str - Physical interface name on which to perform packet redistribution.
- rxqid
This property is required. 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
Changes to this property will trigger replacement.
- 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 This property is required. String - Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
- fosid
This property is required. Changes to this property will trigger replacement.
- ID of the packet redistribution setting.
- interface
This property is required. String - Physical interface name on which to perform packet redistribution.
- rxqid
This property is required. Number - ID of the receive queue (when the interface has multiple queues) on which to perform packet redistribution (255 = all queues).
- round
Robin String - Enable/disable round-robin redistribution to multiple CPUs. Valid values:
enable
,disable
. - vdomparam
Changes to this property will trigger replacement.
- 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)
resources: _: type: fortios:system:Affinitypacketredistribution 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.
- Affinity
Cpumask string - Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
- Fosid
Changes to this property will trigger replacement.
- ID of the packet redistribution setting.
- Interface string
- Physical interface name on which to perform packet redistribution.
- Round
Robin 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
Changes to this property will trigger replacement.
- 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 string - Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
- Fosid
Changes to this property will trigger replacement.
- ID of the packet redistribution setting.
- Interface string
- Physical interface name on which to perform packet redistribution.
- Round
Robin 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
Changes to this property will trigger replacement.
- 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 String - Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
- fosid
Changes to this property will trigger replacement.
- ID of the packet redistribution setting.
- interface_ String
- Physical interface name on which to perform packet redistribution.
- round
Robin 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
Changes to this property will trigger replacement.
- 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 string - Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
- fosid
Changes to this property will trigger replacement.
- ID of the packet redistribution setting.
- interface string
- Physical interface name on which to perform packet redistribution.
- round
Robin 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
Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- 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 String - Affinity setting for VM throughput (64-bit hexadecimal value in the format of 0xxxxxxxxxxxxxxxxx).
- fosid
Changes to this property will trigger replacement.
- ID of the packet redistribution setting.
- interface String
- Physical interface name on which to perform packet redistribution.
- round
Robin 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
Changes to this property will trigger replacement.
- 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.