fortimanager.SecurityconsolePblockClone
Explore with Pulumi AI
Import
Securityconsole PblockClone can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/securityconsolePblockClone:SecurityconsolePblockClone labelname SecurityconsolePblockClone
$ unset “FORTIMANAGER_IMPORT_TABLE”
Create SecurityconsolePblockClone Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SecurityconsolePblockClone(name: string, args?: SecurityconsolePblockCloneArgs, opts?: CustomResourceOptions);
@overload
def SecurityconsolePblockClone(resource_name: str,
args: Optional[SecurityconsolePblockCloneArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SecurityconsolePblockClone(resource_name: str,
opts: Optional[ResourceOptions] = None,
dst_name: Optional[str] = None,
fmgadom: Optional[str] = None,
force_recreate: Optional[str] = None,
pblock: Optional[str] = None,
securityconsole_pblock_clone_id: Optional[str] = None)
func NewSecurityconsolePblockClone(ctx *Context, name string, args *SecurityconsolePblockCloneArgs, opts ...ResourceOption) (*SecurityconsolePblockClone, error)
public SecurityconsolePblockClone(string name, SecurityconsolePblockCloneArgs? args = null, CustomResourceOptions? opts = null)
public SecurityconsolePblockClone(String name, SecurityconsolePblockCloneArgs args)
public SecurityconsolePblockClone(String name, SecurityconsolePblockCloneArgs args, CustomResourceOptions options)
type: fortimanager:SecurityconsolePblockClone
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 SecurityconsolePblockCloneArgs
- 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 SecurityconsolePblockCloneArgs
- 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 SecurityconsolePblockCloneArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SecurityconsolePblockCloneArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SecurityconsolePblockCloneArgs
- 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 securityconsolePblockCloneResource = new Fortimanager.SecurityconsolePblockClone("securityconsolePblockCloneResource", new()
{
DstName = "string",
Fmgadom = "string",
ForceRecreate = "string",
Pblock = "string",
SecurityconsolePblockCloneId = "string",
});
example, err := fortimanager.NewSecurityconsolePblockClone(ctx, "securityconsolePblockCloneResource", &fortimanager.SecurityconsolePblockCloneArgs{
DstName: pulumi.String("string"),
Fmgadom: pulumi.String("string"),
ForceRecreate: pulumi.String("string"),
Pblock: pulumi.String("string"),
SecurityconsolePblockCloneId: pulumi.String("string"),
})
var securityconsolePblockCloneResource = new SecurityconsolePblockClone("securityconsolePblockCloneResource", SecurityconsolePblockCloneArgs.builder()
.dstName("string")
.fmgadom("string")
.forceRecreate("string")
.pblock("string")
.securityconsolePblockCloneId("string")
.build());
securityconsole_pblock_clone_resource = fortimanager.SecurityconsolePblockClone("securityconsolePblockCloneResource",
dst_name="string",
fmgadom="string",
force_recreate="string",
pblock="string",
securityconsole_pblock_clone_id="string")
const securityconsolePblockCloneResource = new fortimanager.SecurityconsolePblockClone("securityconsolePblockCloneResource", {
dstName: "string",
fmgadom: "string",
forceRecreate: "string",
pblock: "string",
securityconsolePblockCloneId: "string",
});
type: fortimanager:SecurityconsolePblockClone
properties:
dstName: string
fmgadom: string
forceRecreate: string
pblock: string
securityconsolePblockCloneId: string
SecurityconsolePblockClone 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 SecurityconsolePblockClone resource accepts the following input properties:
- Dst
Name string - Dst_Name.
- Fmgadom string
- Source ADOM name.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Pblock string
- Pblock.
- Securityconsole
Pblock stringClone Id - an identifier for the resource.
- Dst
Name string - Dst_Name.
- Fmgadom string
- Source ADOM name.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Pblock string
- Pblock.
- Securityconsole
Pblock stringClone Id - an identifier for the resource.
- dst
Name String - Dst_Name.
- fmgadom String
- Source ADOM name.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- pblock String
- Pblock.
- securityconsole
Pblock StringClone Id - an identifier for the resource.
- dst
Name string - Dst_Name.
- fmgadom string
- Source ADOM name.
- force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- pblock string
- Pblock.
- securityconsole
Pblock stringClone Id - an identifier for the resource.
- dst_
name str - Dst_Name.
- 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.
- pblock str
- Pblock.
- securityconsole_
pblock_ strclone_ id - an identifier for the resource.
- dst
Name String - Dst_Name.
- fmgadom String
- Source ADOM name.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- pblock String
- Pblock.
- securityconsole
Pblock StringClone Id - an identifier for the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the SecurityconsolePblockClone 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 SecurityconsolePblockClone Resource
Get an existing SecurityconsolePblockClone 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?: SecurityconsolePblockCloneState, opts?: CustomResourceOptions): SecurityconsolePblockClone
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
dst_name: Optional[str] = None,
fmgadom: Optional[str] = None,
force_recreate: Optional[str] = None,
pblock: Optional[str] = None,
securityconsole_pblock_clone_id: Optional[str] = None) -> SecurityconsolePblockClone
func GetSecurityconsolePblockClone(ctx *Context, name string, id IDInput, state *SecurityconsolePblockCloneState, opts ...ResourceOption) (*SecurityconsolePblockClone, error)
public static SecurityconsolePblockClone Get(string name, Input<string> id, SecurityconsolePblockCloneState? state, CustomResourceOptions? opts = null)
public static SecurityconsolePblockClone get(String name, Output<String> id, SecurityconsolePblockCloneState state, CustomResourceOptions options)
resources: _: type: fortimanager:SecurityconsolePblockClone 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.
- Dst
Name string - Dst_Name.
- Fmgadom string
- Source ADOM name.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Pblock string
- Pblock.
- Securityconsole
Pblock stringClone Id - an identifier for the resource.
- Dst
Name string - Dst_Name.
- Fmgadom string
- Source ADOM name.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Pblock string
- Pblock.
- Securityconsole
Pblock stringClone Id - an identifier for the resource.
- dst
Name String - Dst_Name.
- fmgadom String
- Source ADOM name.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- pblock String
- Pblock.
- securityconsole
Pblock StringClone Id - an identifier for the resource.
- dst
Name string - Dst_Name.
- fmgadom string
- Source ADOM name.
- force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- pblock string
- Pblock.
- securityconsole
Pblock stringClone Id - an identifier for the resource.
- dst_
name str - Dst_Name.
- 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.
- pblock str
- Pblock.
- securityconsole_
pblock_ strclone_ id - an identifier for the resource.
- dst
Name String - Dst_Name.
- fmgadom String
- Source ADOM name.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- pblock String
- Pblock.
- securityconsole
Pblock StringClone Id - 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.