fortimanager.PackagesCentralDnat6
Explore with Pulumi AI
Packages CentralDnat6
Create PackagesCentralDnat6 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PackagesCentralDnat6(name: string, args: PackagesCentralDnat6Args, opts?: CustomResourceOptions);
@overload
def PackagesCentralDnat6(resource_name: str,
args: PackagesCentralDnat6Args,
opts: Optional[ResourceOptions] = None)
@overload
def PackagesCentralDnat6(resource_name: str,
opts: Optional[ResourceOptions] = None,
pkg: Optional[str] = None,
adom: Optional[str] = None,
name: Optional[str] = None,
packages_central_dnat6_id: Optional[str] = None,
pkg_folder_path: Optional[str] = None,
scopetype: Optional[str] = None)
func NewPackagesCentralDnat6(ctx *Context, name string, args PackagesCentralDnat6Args, opts ...ResourceOption) (*PackagesCentralDnat6, error)
public PackagesCentralDnat6(string name, PackagesCentralDnat6Args args, CustomResourceOptions? opts = null)
public PackagesCentralDnat6(String name, PackagesCentralDnat6Args args)
public PackagesCentralDnat6(String name, PackagesCentralDnat6Args args, CustomResourceOptions options)
type: fortimanager:PackagesCentralDnat6
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 PackagesCentralDnat6Args
- 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 PackagesCentralDnat6Args
- 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 PackagesCentralDnat6Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PackagesCentralDnat6Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PackagesCentralDnat6Args
- 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 packagesCentralDnat6Resource = new Fortimanager.PackagesCentralDnat6("packagesCentralDnat6Resource", new()
{
Pkg = "string",
Adom = "string",
Name = "string",
PackagesCentralDnat6Id = "string",
PkgFolderPath = "string",
Scopetype = "string",
});
example, err := fortimanager.NewPackagesCentralDnat6(ctx, "packagesCentralDnat6Resource", &fortimanager.PackagesCentralDnat6Args{
Pkg: pulumi.String("string"),
Adom: pulumi.String("string"),
Name: pulumi.String("string"),
PackagesCentralDnat6Id: pulumi.String("string"),
PkgFolderPath: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var packagesCentralDnat6Resource = new PackagesCentralDnat6("packagesCentralDnat6Resource", PackagesCentralDnat6Args.builder()
.pkg("string")
.adom("string")
.name("string")
.packagesCentralDnat6Id("string")
.pkgFolderPath("string")
.scopetype("string")
.build());
packages_central_dnat6_resource = fortimanager.PackagesCentralDnat6("packagesCentralDnat6Resource",
pkg="string",
adom="string",
name="string",
packages_central_dnat6_id="string",
pkg_folder_path="string",
scopetype="string")
const packagesCentralDnat6Resource = new fortimanager.PackagesCentralDnat6("packagesCentralDnat6Resource", {
pkg: "string",
adom: "string",
name: "string",
packagesCentralDnat6Id: "string",
pkgFolderPath: "string",
scopetype: "string",
});
type: fortimanager:PackagesCentralDnat6
properties:
adom: string
name: string
packagesCentralDnat6Id: string
pkg: string
pkgFolderPath: string
scopetype: string
PackagesCentralDnat6 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 PackagesCentralDnat6 resource accepts the following input properties:
- Pkg string
- Package.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Name string
- Name.
- Packages
Central stringDnat6Id - an identifier for the resource with format {{name}}.
- Pkg
Folder stringPath - Pkg Folder Path.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Pkg string
- Package.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Name string
- Name.
- Packages
Central stringDnat6Id - an identifier for the resource with format {{name}}.
- Pkg
Folder stringPath - Pkg Folder Path.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- pkg String
- Package.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- packages
Central StringDnat6Id - an identifier for the resource with format {{name}}.
- pkg
Folder StringPath - Pkg Folder Path.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- pkg string
- Package.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name string
- Name.
- packages
Central stringDnat6Id - an identifier for the resource with format {{name}}.
- pkg
Folder stringPath - Pkg Folder Path.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- pkg str
- Package.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name str
- Name.
- packages_
central_ strdnat6_ id - an identifier for the resource with format {{name}}.
- pkg_
folder_ strpath - Pkg Folder Path.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- pkg String
- Package.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- packages
Central StringDnat6Id - an identifier for the resource with format {{name}}.
- pkg
Folder StringPath - Pkg Folder Path.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the PackagesCentralDnat6 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 PackagesCentralDnat6 Resource
Get an existing PackagesCentralDnat6 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?: PackagesCentralDnat6State, opts?: CustomResourceOptions): PackagesCentralDnat6
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
name: Optional[str] = None,
packages_central_dnat6_id: Optional[str] = None,
pkg: Optional[str] = None,
pkg_folder_path: Optional[str] = None,
scopetype: Optional[str] = None) -> PackagesCentralDnat6
func GetPackagesCentralDnat6(ctx *Context, name string, id IDInput, state *PackagesCentralDnat6State, opts ...ResourceOption) (*PackagesCentralDnat6, error)
public static PackagesCentralDnat6 Get(string name, Input<string> id, PackagesCentralDnat6State? state, CustomResourceOptions? opts = null)
public static PackagesCentralDnat6 get(String name, Output<String> id, PackagesCentralDnat6State state, CustomResourceOptions options)
resources: _: type: fortimanager:PackagesCentralDnat6 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Name string
- Name.
- Packages
Central stringDnat6Id - an identifier for the resource with format {{name}}.
- Pkg string
- Package.
- Pkg
Folder stringPath - Pkg Folder Path.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Name string
- Name.
- Packages
Central stringDnat6Id - an identifier for the resource with format {{name}}.
- Pkg string
- Package.
- Pkg
Folder stringPath - Pkg Folder Path.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- packages
Central StringDnat6Id - an identifier for the resource with format {{name}}.
- pkg String
- Package.
- pkg
Folder StringPath - Pkg Folder Path.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name string
- Name.
- packages
Central stringDnat6Id - an identifier for the resource with format {{name}}.
- pkg string
- Package.
- pkg
Folder stringPath - Pkg Folder Path.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name str
- Name.
- packages_
central_ strdnat6_ id - an identifier for the resource with format {{name}}.
- pkg str
- Package.
- pkg_
folder_ strpath - Pkg Folder Path.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- packages
Central StringDnat6Id - an identifier for the resource with format {{name}}.
- pkg String
- Package.
- pkg
Folder StringPath - Pkg Folder Path.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Import
Packages CentralDnat6 can be imported using any of these accepted formats:
Set import_options = [“pkg_folder_path=YOUR_VALUE”, “pkg=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/packagesCentralDnat6:PackagesCentralDnat6 labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
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.