fortimanager.SystempSystemCentralmanagement
Explore with Pulumi AI
Configure central management.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
server_list
:fortimanager.SystempSystemCentralmanagementServerlist
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.SystempSystemCentralmanagement("trname", {
devprof: "default",
includeDefaultServers: "disable",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.SystempSystemCentralmanagement("trname",
devprof="default",
include_default_servers="disable")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewSystempSystemCentralmanagement(ctx, "trname", &fortimanager.SystempSystemCentralmanagementArgs{
Devprof: pulumi.String("default"),
IncludeDefaultServers: pulumi.String("disable"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.SystempSystemCentralmanagement("trname", new()
{
Devprof = "default",
IncludeDefaultServers = "disable",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.SystempSystemCentralmanagement;
import com.pulumi.fortimanager.SystempSystemCentralmanagementArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new SystempSystemCentralmanagement("trname", SystempSystemCentralmanagementArgs.builder()
.devprof("default")
.includeDefaultServers("disable")
.build());
}
}
resources:
trname:
type: fortimanager:SystempSystemCentralmanagement
properties:
devprof: default
includeDefaultServers: disable
Create SystempSystemCentralmanagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystempSystemCentralmanagement(name: string, args: SystempSystemCentralmanagementArgs, opts?: CustomResourceOptions);
@overload
def SystempSystemCentralmanagement(resource_name: str,
args: SystempSystemCentralmanagementArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystempSystemCentralmanagement(resource_name: str,
opts: Optional[ResourceOptions] = None,
devprof: Optional[str] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
include_default_servers: Optional[str] = None,
scopetype: Optional[str] = None,
server_lists: Optional[Sequence[SystempSystemCentralmanagementServerListArgs]] = None,
systemp_system_centralmanagement_id: Optional[str] = None)
func NewSystempSystemCentralmanagement(ctx *Context, name string, args SystempSystemCentralmanagementArgs, opts ...ResourceOption) (*SystempSystemCentralmanagement, error)
public SystempSystemCentralmanagement(string name, SystempSystemCentralmanagementArgs args, CustomResourceOptions? opts = null)
public SystempSystemCentralmanagement(String name, SystempSystemCentralmanagementArgs args)
public SystempSystemCentralmanagement(String name, SystempSystemCentralmanagementArgs args, CustomResourceOptions options)
type: fortimanager:SystempSystemCentralmanagement
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 SystempSystemCentralmanagementArgs
- 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 SystempSystemCentralmanagementArgs
- 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 SystempSystemCentralmanagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystempSystemCentralmanagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystempSystemCentralmanagementArgs
- 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 systempSystemCentralmanagementResource = new Fortimanager.SystempSystemCentralmanagement("systempSystemCentralmanagementResource", new()
{
Devprof = "string",
Adom = "string",
DynamicSortSubtable = "string",
IncludeDefaultServers = "string",
Scopetype = "string",
ServerLists = new[]
{
new Fortimanager.Inputs.SystempSystemCentralmanagementServerListArgs
{
AddrType = "string",
Fqdn = "string",
Id = 0,
ServerAddress = "string",
ServerAddress6 = "string",
ServerTypes = new[]
{
"string",
},
},
},
SystempSystemCentralmanagementId = "string",
});
example, err := fortimanager.NewSystempSystemCentralmanagement(ctx, "systempSystemCentralmanagementResource", &fortimanager.SystempSystemCentralmanagementArgs{
Devprof: pulumi.String("string"),
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
IncludeDefaultServers: pulumi.String("string"),
Scopetype: pulumi.String("string"),
ServerLists: .SystempSystemCentralmanagementServerListTypeArray{
&.SystempSystemCentralmanagementServerListTypeArgs{
AddrType: pulumi.String("string"),
Fqdn: pulumi.String("string"),
Id: pulumi.Float64(0),
ServerAddress: pulumi.String("string"),
ServerAddress6: pulumi.String("string"),
ServerTypes: pulumi.StringArray{
pulumi.String("string"),
},
},
},
SystempSystemCentralmanagementId: pulumi.String("string"),
})
var systempSystemCentralmanagementResource = new SystempSystemCentralmanagement("systempSystemCentralmanagementResource", SystempSystemCentralmanagementArgs.builder()
.devprof("string")
.adom("string")
.dynamicSortSubtable("string")
.includeDefaultServers("string")
.scopetype("string")
.serverLists(SystempSystemCentralmanagementServerListArgs.builder()
.addrType("string")
.fqdn("string")
.id(0)
.serverAddress("string")
.serverAddress6("string")
.serverTypes("string")
.build())
.systempSystemCentralmanagementId("string")
.build());
systemp_system_centralmanagement_resource = fortimanager.SystempSystemCentralmanagement("systempSystemCentralmanagementResource",
devprof="string",
adom="string",
dynamic_sort_subtable="string",
include_default_servers="string",
scopetype="string",
server_lists=[{
"addr_type": "string",
"fqdn": "string",
"id": 0,
"server_address": "string",
"server_address6": "string",
"server_types": ["string"],
}],
systemp_system_centralmanagement_id="string")
const systempSystemCentralmanagementResource = new fortimanager.SystempSystemCentralmanagement("systempSystemCentralmanagementResource", {
devprof: "string",
adom: "string",
dynamicSortSubtable: "string",
includeDefaultServers: "string",
scopetype: "string",
serverLists: [{
addrType: "string",
fqdn: "string",
id: 0,
serverAddress: "string",
serverAddress6: "string",
serverTypes: ["string"],
}],
systempSystemCentralmanagementId: "string",
});
type: fortimanager:SystempSystemCentralmanagement
properties:
adom: string
devprof: string
dynamicSortSubtable: string
includeDefaultServers: string
scopetype: string
serverLists:
- addrType: string
fqdn: string
id: 0
serverAddress: string
serverAddress6: string
serverTypes:
- string
systempSystemCentralmanagementId: string
SystempSystemCentralmanagement 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 SystempSystemCentralmanagement resource accepts the following input properties:
- Devprof string
- Devprof.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Include
Default stringServers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - Server
Lists List<SystempSystem Centralmanagement Server List> - Server-List. The structure of
server_list
block is documented below. - Systemp
System stringCentralmanagement Id - an identifier for the resource.
- Devprof string
- Devprof.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Include
Default stringServers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - Server
Lists []SystempSystem Centralmanagement Server List Type Args - Server-List. The structure of
server_list
block is documented below. - Systemp
System stringCentralmanagement Id - an identifier for the resource.
- devprof String
- Devprof.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- include
Default StringServers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - server
Lists List<SystempSystem Centralmanagement Server List> - Server-List. The structure of
server_list
block is documented below. - systemp
System StringCentralmanagement Id - an identifier for the resource.
- devprof string
- Devprof.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- include
Default stringServers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - server
Lists SystempSystem Centralmanagement Server List[] - Server-List. The structure of
server_list
block is documented below. - systemp
System stringCentralmanagement Id - an identifier for the resource.
- devprof str
- Devprof.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- include_
default_ strservers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - server_
lists Sequence[SystempSystem Centralmanagement Server List Args] - Server-List. The structure of
server_list
block is documented below. - systemp_
system_ strcentralmanagement_ id - an identifier for the resource.
- devprof String
- Devprof.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- include
Default StringServers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - server
Lists List<Property Map> - Server-List. The structure of
server_list
block is documented below. - systemp
System StringCentralmanagement Id - an identifier for the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystempSystemCentralmanagement 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 SystempSystemCentralmanagement Resource
Get an existing SystempSystemCentralmanagement 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?: SystempSystemCentralmanagementState, opts?: CustomResourceOptions): SystempSystemCentralmanagement
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
devprof: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
include_default_servers: Optional[str] = None,
scopetype: Optional[str] = None,
server_lists: Optional[Sequence[SystempSystemCentralmanagementServerListArgs]] = None,
systemp_system_centralmanagement_id: Optional[str] = None) -> SystempSystemCentralmanagement
func GetSystempSystemCentralmanagement(ctx *Context, name string, id IDInput, state *SystempSystemCentralmanagementState, opts ...ResourceOption) (*SystempSystemCentralmanagement, error)
public static SystempSystemCentralmanagement Get(string name, Input<string> id, SystempSystemCentralmanagementState? state, CustomResourceOptions? opts = null)
public static SystempSystemCentralmanagement get(String name, Output<String> id, SystempSystemCentralmanagementState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystempSystemCentralmanagement 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. - Devprof string
- Devprof.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Include
Default stringServers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - Server
Lists List<SystempSystem Centralmanagement Server List> - Server-List. The structure of
server_list
block is documented below. - Systemp
System stringCentralmanagement Id - an identifier for the resource.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Devprof string
- Devprof.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Include
Default stringServers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - Server
Lists []SystempSystem Centralmanagement Server List Type Args - Server-List. The structure of
server_list
block is documented below. - Systemp
System stringCentralmanagement Id - an identifier for the resource.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - devprof String
- Devprof.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- include
Default StringServers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - server
Lists List<SystempSystem Centralmanagement Server List> - Server-List. The structure of
server_list
block is documented below. - systemp
System StringCentralmanagement Id - an identifier for the resource.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - devprof string
- Devprof.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- include
Default stringServers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - server
Lists SystempSystem Centralmanagement Server List[] - Server-List. The structure of
server_list
block is documented below. - systemp
System stringCentralmanagement Id - an identifier for the resource.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - devprof str
- Devprof.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- include_
default_ strservers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - server_
lists Sequence[SystempSystem Centralmanagement Server List Args] - Server-List. The structure of
server_list
block is documented below. - systemp_
system_ strcentralmanagement_ id - an identifier for the resource.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - devprof String
- Devprof.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- include
Default StringServers - Enable/disable inclusion of public FortiGuard servers in the override server list. Valid values:
disable
,enable
. - 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
. - server
Lists List<Property Map> - Server-List. The structure of
server_list
block is documented below. - systemp
System StringCentralmanagement Id - an identifier for the resource.
Supporting Types
SystempSystemCentralmanagementServerList, SystempSystemCentralmanagementServerListArgs
- Addr
Type string - Indicate whether the FortiGate communicates with the override server using an IPv4 address, an IPv6 address or a FQDN. Valid values:
fqdn
,ipv4
,ipv6
. - Fqdn string
- FQDN address of override server.
- Id double
- ID.
- Server
Address string - IPv4 address of override server.
- Server
Address6 string - IPv6 address of override server.
- Server
Types List<string> - FortiGuard service type. Valid values:
update
,rating
.
- Addr
Type string - Indicate whether the FortiGate communicates with the override server using an IPv4 address, an IPv6 address or a FQDN. Valid values:
fqdn
,ipv4
,ipv6
. - Fqdn string
- FQDN address of override server.
- Id float64
- ID.
- Server
Address string - IPv4 address of override server.
- Server
Address6 string - IPv6 address of override server.
- Server
Types []string - FortiGuard service type. Valid values:
update
,rating
.
- addr
Type String - Indicate whether the FortiGate communicates with the override server using an IPv4 address, an IPv6 address or a FQDN. Valid values:
fqdn
,ipv4
,ipv6
. - fqdn String
- FQDN address of override server.
- id Double
- ID.
- server
Address String - IPv4 address of override server.
- server
Address6 String - IPv6 address of override server.
- server
Types List<String> - FortiGuard service type. Valid values:
update
,rating
.
- addr
Type string - Indicate whether the FortiGate communicates with the override server using an IPv4 address, an IPv6 address or a FQDN. Valid values:
fqdn
,ipv4
,ipv6
. - fqdn string
- FQDN address of override server.
- id number
- ID.
- server
Address string - IPv4 address of override server.
- server
Address6 string - IPv6 address of override server.
- server
Types string[] - FortiGuard service type. Valid values:
update
,rating
.
- addr_
type str - Indicate whether the FortiGate communicates with the override server using an IPv4 address, an IPv6 address or a FQDN. Valid values:
fqdn
,ipv4
,ipv6
. - fqdn str
- FQDN address of override server.
- id float
- ID.
- server_
address str - IPv4 address of override server.
- server_
address6 str - IPv6 address of override server.
- server_
types Sequence[str] - FortiGuard service type. Valid values:
update
,rating
.
- addr
Type String - Indicate whether the FortiGate communicates with the override server using an IPv4 address, an IPv6 address or a FQDN. Valid values:
fqdn
,ipv4
,ipv6
. - fqdn String
- FQDN address of override server.
- id Number
- ID.
- server
Address String - IPv4 address of override server.
- server
Address6 String - IPv6 address of override server.
- server
Types List<String> - FortiGuard service type. Valid values:
update
,rating
.
Import
Systemp SystemCentralManagement can be imported using any of these accepted formats:
Set import_options = [“devprof=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systempSystemCentralmanagement:SystempSystemCentralmanagement labelname SystempSystemCentralManagement
$ 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.