1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. SecurityconsolePackageMove
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.SecurityconsolePackageMove

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Import

    Securityconsole PackageMove can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/securityconsolePackageMove:SecurityconsolePackageMove labelname SecurityconsolePackageMove
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    Create SecurityconsolePackageMove Resource

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

    Constructor syntax

    new SecurityconsolePackageMove(name: string, args?: SecurityconsolePackageMoveArgs, opts?: CustomResourceOptions);
    @overload
    def SecurityconsolePackageMove(resource_name: str,
                                   args: Optional[SecurityconsolePackageMoveArgs] = None,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def SecurityconsolePackageMove(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   dst_name: Optional[str] = None,
                                   dst_parent: Optional[str] = None,
                                   fmgadom: Optional[str] = None,
                                   force_recreate: Optional[str] = None,
                                   pkg: Optional[str] = None,
                                   securityconsole_package_move_id: Optional[str] = None)
    func NewSecurityconsolePackageMove(ctx *Context, name string, args *SecurityconsolePackageMoveArgs, opts ...ResourceOption) (*SecurityconsolePackageMove, error)
    public SecurityconsolePackageMove(string name, SecurityconsolePackageMoveArgs? args = null, CustomResourceOptions? opts = null)
    public SecurityconsolePackageMove(String name, SecurityconsolePackageMoveArgs args)
    public SecurityconsolePackageMove(String name, SecurityconsolePackageMoveArgs args, CustomResourceOptions options)
    
    type: fortimanager:SecurityconsolePackageMove
    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 SecurityconsolePackageMoveArgs
    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 SecurityconsolePackageMoveArgs
    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 SecurityconsolePackageMoveArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SecurityconsolePackageMoveArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SecurityconsolePackageMoveArgs
    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 securityconsolePackageMoveResource = new Fortimanager.SecurityconsolePackageMove("securityconsolePackageMoveResource", new()
    {
        DstName = "string",
        DstParent = "string",
        Fmgadom = "string",
        ForceRecreate = "string",
        Pkg = "string",
        SecurityconsolePackageMoveId = "string",
    });
    
    example, err := fortimanager.NewSecurityconsolePackageMove(ctx, "securityconsolePackageMoveResource", &fortimanager.SecurityconsolePackageMoveArgs{
    DstName: pulumi.String("string"),
    DstParent: pulumi.String("string"),
    Fmgadom: pulumi.String("string"),
    ForceRecreate: pulumi.String("string"),
    Pkg: pulumi.String("string"),
    SecurityconsolePackageMoveId: pulumi.String("string"),
    })
    
    var securityconsolePackageMoveResource = new SecurityconsolePackageMove("securityconsolePackageMoveResource", SecurityconsolePackageMoveArgs.builder()
        .dstName("string")
        .dstParent("string")
        .fmgadom("string")
        .forceRecreate("string")
        .pkg("string")
        .securityconsolePackageMoveId("string")
        .build());
    
    securityconsole_package_move_resource = fortimanager.SecurityconsolePackageMove("securityconsolePackageMoveResource",
        dst_name="string",
        dst_parent="string",
        fmgadom="string",
        force_recreate="string",
        pkg="string",
        securityconsole_package_move_id="string")
    
    const securityconsolePackageMoveResource = new fortimanager.SecurityconsolePackageMove("securityconsolePackageMoveResource", {
        dstName: "string",
        dstParent: "string",
        fmgadom: "string",
        forceRecreate: "string",
        pkg: "string",
        securityconsolePackageMoveId: "string",
    });
    
    type: fortimanager:SecurityconsolePackageMove
    properties:
        dstName: string
        dstParent: string
        fmgadom: string
        forceRecreate: string
        pkg: string
        securityconsolePackageMoveId: string
    

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

    DstName string
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    DstParent string
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Pkg string
    Source package path and name.
    SecurityconsolePackageMoveId string
    an identifier for the resource.
    DstName string
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    DstParent string
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Pkg string
    Source package path and name.
    SecurityconsolePackageMoveId string
    an identifier for the resource.
    dstName String
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    dstParent String
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg String
    Source package path and name.
    securityconsolePackageMoveId String
    an identifier for the resource.
    dstName string
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    dstParent string
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    fmgadom string
    Source ADOM name.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg string
    Source package path and name.
    securityconsolePackageMoveId string
    an identifier for the resource.
    dst_name str
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    dst_parent str
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    fmgadom str
    Source ADOM name.
    force_recreate str
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg str
    Source package path and name.
    securityconsole_package_move_id str
    an identifier for the resource.
    dstName String
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    dstParent String
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg String
    Source package path and name.
    securityconsolePackageMoveId String
    an identifier for the resource.

    Outputs

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

    Get an existing SecurityconsolePackageMove 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?: SecurityconsolePackageMoveState, opts?: CustomResourceOptions): SecurityconsolePackageMove
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            dst_name: Optional[str] = None,
            dst_parent: Optional[str] = None,
            fmgadom: Optional[str] = None,
            force_recreate: Optional[str] = None,
            pkg: Optional[str] = None,
            securityconsole_package_move_id: Optional[str] = None) -> SecurityconsolePackageMove
    func GetSecurityconsolePackageMove(ctx *Context, name string, id IDInput, state *SecurityconsolePackageMoveState, opts ...ResourceOption) (*SecurityconsolePackageMove, error)
    public static SecurityconsolePackageMove Get(string name, Input<string> id, SecurityconsolePackageMoveState? state, CustomResourceOptions? opts = null)
    public static SecurityconsolePackageMove get(String name, Output<String> id, SecurityconsolePackageMoveState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SecurityconsolePackageMove    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.
    The following state arguments are supported:
    DstName string
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    DstParent string
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Pkg string
    Source package path and name.
    SecurityconsolePackageMoveId string
    an identifier for the resource.
    DstName string
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    DstParent string
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Pkg string
    Source package path and name.
    SecurityconsolePackageMoveId string
    an identifier for the resource.
    dstName String
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    dstParent String
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg String
    Source package path and name.
    securityconsolePackageMoveId String
    an identifier for the resource.
    dstName string
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    dstParent string
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    fmgadom string
    Source ADOM name.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg string
    Source package path and name.
    securityconsolePackageMoveId string
    an identifier for the resource.
    dst_name str
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    dst_parent str
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    fmgadom str
    Source ADOM name.
    force_recreate str
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg str
    Source package path and name.
    securityconsole_package_move_id str
    an identifier for the resource.
    dstName String
    Name of the new policy package. If omitted from request, original name will be kept or a new name will be generated in case of duplication.
    dstParent String
    Path to the folder for the target package. If the package is to be placed in root, leave this field blank.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg String
    Source package path and name.
    securityconsolePackageMoveId String
    an identifier for the resource.

    Package Details

    Repository
    fortimanager fortinetdev/terraform-provider-fortimanager
    License
    Notes
    This Pulumi package is based on the fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev