published on Saturday, Mar 7, 2026 by fortinetdev
published on Saturday, Mar 7, 2026 by fortinetdev
ObjectIcap RemoteServerGroup
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
server_list:fortimanager.ObjectIcapRemoteservergroupServerlist
Create ObjectIcapRemoteservergroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectIcapRemoteservergroup(name: string, args?: ObjectIcapRemoteservergroupArgs, opts?: CustomResourceOptions);@overload
def ObjectIcapRemoteservergroup(resource_name: str,
args: Optional[ObjectIcapRemoteservergroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectIcapRemoteservergroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
ldb_method: Optional[str] = None,
name: Optional[str] = None,
object_icap_remoteservergroup_id: Optional[str] = None,
scopetype: Optional[str] = None,
server_lists: Optional[Sequence[ObjectIcapRemoteservergroupServerListArgs]] = None)func NewObjectIcapRemoteservergroup(ctx *Context, name string, args *ObjectIcapRemoteservergroupArgs, opts ...ResourceOption) (*ObjectIcapRemoteservergroup, error)public ObjectIcapRemoteservergroup(string name, ObjectIcapRemoteservergroupArgs? args = null, CustomResourceOptions? opts = null)
public ObjectIcapRemoteservergroup(String name, ObjectIcapRemoteservergroupArgs args)
public ObjectIcapRemoteservergroup(String name, ObjectIcapRemoteservergroupArgs args, CustomResourceOptions options)
type: fortimanager:ObjectIcapRemoteservergroup
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 ObjectIcapRemoteservergroupArgs
- 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 ObjectIcapRemoteservergroupArgs
- 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 ObjectIcapRemoteservergroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectIcapRemoteservergroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectIcapRemoteservergroupArgs
- 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 objectIcapRemoteservergroupResource = new Fortimanager.Index.ObjectIcapRemoteservergroup("objectIcapRemoteservergroupResource", new()
{
Adom = "string",
DynamicSortSubtable = "string",
LdbMethod = "string",
Name = "string",
ObjectIcapRemoteservergroupId = "string",
Scopetype = "string",
ServerLists = new[]
{
new Fortimanager.Inputs.ObjectIcapRemoteservergroupServerListArgs
{
Name = "string",
Weight = 0,
},
},
});
example, err := fortimanager.NewObjectIcapRemoteservergroup(ctx, "objectIcapRemoteservergroupResource", &fortimanager.ObjectIcapRemoteservergroupArgs{
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
LdbMethod: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectIcapRemoteservergroupId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
ServerLists: fortimanager.ObjectIcapRemoteservergroupServerListTypeArray{
&fortimanager.ObjectIcapRemoteservergroupServerListTypeArgs{
Name: pulumi.String("string"),
Weight: pulumi.Float64(0),
},
},
})
var objectIcapRemoteservergroupResource = new ObjectIcapRemoteservergroup("objectIcapRemoteservergroupResource", ObjectIcapRemoteservergroupArgs.builder()
.adom("string")
.dynamicSortSubtable("string")
.ldbMethod("string")
.name("string")
.objectIcapRemoteservergroupId("string")
.scopetype("string")
.serverLists(ObjectIcapRemoteservergroupServerListArgs.builder()
.name("string")
.weight(0.0)
.build())
.build());
object_icap_remoteservergroup_resource = fortimanager.ObjectIcapRemoteservergroup("objectIcapRemoteservergroupResource",
adom="string",
dynamic_sort_subtable="string",
ldb_method="string",
name="string",
object_icap_remoteservergroup_id="string",
scopetype="string",
server_lists=[{
"name": "string",
"weight": 0,
}])
const objectIcapRemoteservergroupResource = new fortimanager.ObjectIcapRemoteservergroup("objectIcapRemoteservergroupResource", {
adom: "string",
dynamicSortSubtable: "string",
ldbMethod: "string",
name: "string",
objectIcapRemoteservergroupId: "string",
scopetype: "string",
serverLists: [{
name: "string",
weight: 0,
}],
});
type: fortimanager:ObjectIcapRemoteservergroup
properties:
adom: string
dynamicSortSubtable: string
ldbMethod: string
name: string
objectIcapRemoteservergroupId: string
scopetype: string
serverLists:
- name: string
weight: 0
ObjectIcapRemoteservergroup 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 ObjectIcapRemoteservergroup resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, 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.
- Ldb
Method string - Ldb-Method. Valid values:
weighted,least-session,active-passive. - Name string
- Name.
- Object
Icap stringRemoteservergroup Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Server
Lists List<ObjectIcap Remoteservergroup Server List> - Server-List. The structure of
server_listblock is documented below.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, 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.
- Ldb
Method string - Ldb-Method. Valid values:
weighted,least-session,active-passive. - Name string
- Name.
- Object
Icap stringRemoteservergroup Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Server
Lists []ObjectIcap Remoteservergroup Server List Type Args - Server-List. The structure of
server_listblock is documented below.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, 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.
- ldb
Method String - Ldb-Method. Valid values:
weighted,least-session,active-passive. - name String
- Name.
- object
Icap StringRemoteservergroup Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server
Lists List<ObjectIcap Remoteservergroup Server List> - Server-List. The structure of
server_listblock is documented below.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, 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.
- ldb
Method string - Ldb-Method. Valid values:
weighted,least-session,active-passive. - name string
- Name.
- object
Icap stringRemoteservergroup Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server
Lists ObjectIcap Remoteservergroup Server List[] - Server-List. The structure of
server_listblock is documented below.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, 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.
- ldb_
method str - Ldb-Method. Valid values:
weighted,least-session,active-passive. - name str
- Name.
- object_
icap_ strremoteservergroup_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server_
lists Sequence[ObjectIcap Remoteservergroup Server List Args] - Server-List. The structure of
server_listblock is documented below.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, 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.
- ldb
Method String - Ldb-Method. Valid values:
weighted,least-session,active-passive. - name String
- Name.
- object
Icap StringRemoteservergroup Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans 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_listblock is documented below.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectIcapRemoteservergroup 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 ObjectIcapRemoteservergroup Resource
Get an existing ObjectIcapRemoteservergroup 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?: ObjectIcapRemoteservergroupState, opts?: CustomResourceOptions): ObjectIcapRemoteservergroup@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
ldb_method: Optional[str] = None,
name: Optional[str] = None,
object_icap_remoteservergroup_id: Optional[str] = None,
scopetype: Optional[str] = None,
server_lists: Optional[Sequence[ObjectIcapRemoteservergroupServerListArgs]] = None) -> ObjectIcapRemoteservergroupfunc GetObjectIcapRemoteservergroup(ctx *Context, name string, id IDInput, state *ObjectIcapRemoteservergroupState, opts ...ResourceOption) (*ObjectIcapRemoteservergroup, error)public static ObjectIcapRemoteservergroup Get(string name, Input<string> id, ObjectIcapRemoteservergroupState? state, CustomResourceOptions? opts = null)public static ObjectIcapRemoteservergroup get(String name, Output<String> id, ObjectIcapRemoteservergroupState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectIcapRemoteservergroup 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
scopetypeisadom, 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.
- Ldb
Method string - Ldb-Method. Valid values:
weighted,least-session,active-passive. - Name string
- Name.
- Object
Icap stringRemoteservergroup Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Server
Lists List<ObjectIcap Remoteservergroup Server List> - Server-List. The structure of
server_listblock is documented below.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, 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.
- Ldb
Method string - Ldb-Method. Valid values:
weighted,least-session,active-passive. - Name string
- Name.
- Object
Icap stringRemoteservergroup Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Server
Lists []ObjectIcap Remoteservergroup Server List Type Args - Server-List. The structure of
server_listblock is documented below.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, 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.
- ldb
Method String - Ldb-Method. Valid values:
weighted,least-session,active-passive. - name String
- Name.
- object
Icap StringRemoteservergroup Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server
Lists List<ObjectIcap Remoteservergroup Server List> - Server-List. The structure of
server_listblock is documented below.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, 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.
- ldb
Method string - Ldb-Method. Valid values:
weighted,least-session,active-passive. - name string
- Name.
- object
Icap stringRemoteservergroup Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server
Lists ObjectIcap Remoteservergroup Server List[] - Server-List. The structure of
server_listblock is documented below.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, 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.
- ldb_
method str - Ldb-Method. Valid values:
weighted,least-session,active-passive. - name str
- Name.
- object_
icap_ strremoteservergroup_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server_
lists Sequence[ObjectIcap Remoteservergroup Server List Args] - Server-List. The structure of
server_listblock is documented below.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, 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.
- ldb
Method String - Ldb-Method. Valid values:
weighted,least-session,active-passive. - name String
- Name.
- object
Icap StringRemoteservergroup Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans 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_listblock is documented below.
Supporting Types
ObjectIcapRemoteservergroupServerList, ObjectIcapRemoteservergroupServerListArgs
Import
ObjectIcap RemoteServerGroup can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectIcapRemoteservergroup:ObjectIcapRemoteservergroup 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
fortimanagerTerraform Provider.
published on Saturday, Mar 7, 2026 by fortinetdev
