@pulumiverse/fortios
Version:
A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0
623 lines (622 loc) • 25 kB
TypeScript
import * as pulumi from "@pulumi/pulumi";
import * as inputs from "../types/input";
import * as outputs from "../types/output";
/**
* Configure IS-IS.
*
* ## Example Usage
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as fortios from "@pulumiverse/fortios";
*
* const trname = new fortios.router.Isis("trname", {
* adjacencyCheck: "disable",
* adjacencyCheck6: "disable",
* advPassiveOnly: "disable",
* advPassiveOnly6: "disable",
* authModeL1: "password",
* authModeL2: "password",
* authSendonlyL1: "disable",
* authSendonlyL2: "disable",
* defaultOriginate: "disable",
* defaultOriginate6: "disable",
* dynamicHostname: "disable",
* ignoreLspErrors: "disable",
* isType: "level-1-2",
* lspGenIntervalL1: 30,
* lspGenIntervalL2: 30,
* lspRefreshInterval: 900,
* maxLspLifetime: 1200,
* metricStyle: "narrow",
* overloadBit: "disable",
* redistribute6L1: "disable",
* redistribute6L2: "disable",
* redistributeL1: "disable",
* redistributeL2: "disable",
* spfIntervalExpL1: "500 50000",
* spfIntervalExpL2: "500 50000",
* });
* ```
*
* ## Import
*
* Router Isis can be imported using any of these accepted formats:
*
* ```sh
* $ pulumi import fortios:router/isis:Isis labelname RouterIsis
* ```
*
* If you do not want to import arguments of block:
*
* $ export "FORTIOS_IMPORT_TABLE"="false"
*
* ```sh
* $ pulumi import fortios:router/isis:Isis labelname RouterIsis
* ```
*
* $ unset "FORTIOS_IMPORT_TABLE"
*/
export declare class Isis extends pulumi.CustomResource {
/**
* Get an existing Isis resource's state with the given name, ID, and optional extra
* properties used to qualify the lookup.
*
* @param name The _unique_ name of the resulting resource.
* @param id The _unique_ provider ID of the resource to lookup.
* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IsisState, opts?: pulumi.CustomResourceOptions): Isis;
/**
* Returns true if the given object is an instance of Isis. This is designed to work even
* when multiple copies of the Pulumi SDK have been loaded into the same process.
*/
static isInstance(obj: any): obj is Isis;
/**
* Enable/disable adjacency check. Valid values: `enable`, `disable`.
*/
readonly adjacencyCheck: pulumi.Output<string>;
/**
* Enable/disable IPv6 adjacency check. Valid values: `enable`, `disable`.
*/
readonly adjacencyCheck6: pulumi.Output<string>;
/**
* Enable/disable IS-IS advertisement of passive interfaces only. Valid values: `enable`, `disable`.
*/
readonly advPassiveOnly: pulumi.Output<string>;
/**
* Enable/disable IPv6 IS-IS advertisement of passive interfaces only. Valid values: `enable`, `disable`.
*/
readonly advPassiveOnly6: pulumi.Output<string>;
/**
* Authentication key-chain for level 1 PDUs.
*/
readonly authKeychainL1: pulumi.Output<string>;
/**
* Authentication key-chain for level 2 PDUs.
*/
readonly authKeychainL2: pulumi.Output<string>;
/**
* Level 1 authentication mode. Valid values: `password`, `md5`.
*/
readonly authModeL1: pulumi.Output<string>;
/**
* Level 2 authentication mode. Valid values: `password`, `md5`.
*/
readonly authModeL2: pulumi.Output<string>;
/**
* Authentication password for level 1 PDUs.
*/
readonly authPasswordL1: pulumi.Output<string | undefined>;
/**
* Authentication password for level 2 PDUs.
*/
readonly authPasswordL2: pulumi.Output<string | undefined>;
/**
* Enable/disable level 1 authentication send-only. Valid values: `enable`, `disable`.
*/
readonly authSendonlyL1: pulumi.Output<string>;
/**
* Enable/disable level 2 authentication send-only. Valid values: `enable`, `disable`.
*/
readonly authSendonlyL2: pulumi.Output<string>;
/**
* Enable/disable distribution of default route information. Valid values: `enable`, `disable`.
*/
readonly defaultOriginate: pulumi.Output<string>;
/**
* Enable/disable distribution of default IPv6 route information. Valid values: `enable`, `disable`.
*/
readonly defaultOriginate6: pulumi.Output<string>;
/**
* Enable/disable dynamic hostname. Valid values: `enable`, `disable`.
*/
readonly dynamicHostname: pulumi.Output<string>;
/**
* Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
*/
readonly dynamicSortSubtable: pulumi.Output<string | undefined>;
/**
* Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
*/
readonly getAllTables: pulumi.Output<string | undefined>;
/**
* Enable/disable ignoring of LSP errors with bad checksums. Valid values: `enable`, `disable`.
*/
readonly ignoreLspErrors: pulumi.Output<string>;
/**
* IS type. Valid values: `level-1-2`, `level-1`, `level-2-only`.
*/
readonly isType: pulumi.Output<string>;
/**
* IS-IS interface configuration. The structure of `isisInterface` block is documented below.
*/
readonly isisInterfaces: pulumi.Output<outputs.router.IsisIsisInterface[] | undefined>;
/**
* IS-IS net configuration. The structure of `isisNet` block is documented below.
*/
readonly isisNets: pulumi.Output<outputs.router.IsisIsisNet[] | undefined>;
/**
* Minimum interval for level 1 LSP regenerating.
*/
readonly lspGenIntervalL1: pulumi.Output<number>;
/**
* Minimum interval for level 2 LSP regenerating.
*/
readonly lspGenIntervalL2: pulumi.Output<number>;
/**
* LSP refresh time in seconds.
*/
readonly lspRefreshInterval: pulumi.Output<number>;
/**
* Maximum LSP lifetime in seconds.
*/
readonly maxLspLifetime: pulumi.Output<number>;
/**
* Use old-style (ISO 10589) or new-style packet formats Valid values: `narrow`, `wide`, `transition`, `narrow-transition`, `narrow-transition-l1`, `narrow-transition-l2`, `wide-l1`, `wide-l2`, `wide-transition`, `wide-transition-l1`, `wide-transition-l2`, `transition-l1`, `transition-l2`.
*/
readonly metricStyle: pulumi.Output<string>;
/**
* Enable/disable signal other routers not to use us in SPF. Valid values: `enable`, `disable`.
*/
readonly overloadBit: pulumi.Output<string>;
/**
* Overload-bit only temporarily after reboot.
*/
readonly overloadBitOnStartup: pulumi.Output<number>;
/**
* Suppress overload-bit for the specific prefixes. Valid values: `external`, `interlevel`.
*/
readonly overloadBitSuppress: pulumi.Output<string>;
/**
* Enable/disable redistribution of level 1 IPv6 routes into level 2. Valid values: `enable`, `disable`.
*/
readonly redistribute6L1: pulumi.Output<string>;
/**
* Access-list for IPv6 route redistribution from l1 to l2.
*/
readonly redistribute6L1List: pulumi.Output<string>;
/**
* Enable/disable redistribution of level 2 IPv6 routes into level 1. Valid values: `enable`, `disable`.
*/
readonly redistribute6L2: pulumi.Output<string>;
/**
* Access-list for IPv6 route redistribution from l2 to l1.
*/
readonly redistribute6L2List: pulumi.Output<string>;
/**
* IS-IS IPv6 redistribution for routing protocols. The structure of `redistribute6` block is documented below.
*/
readonly redistribute6s: pulumi.Output<outputs.router.IsisRedistribute6[] | undefined>;
/**
* Enable/disable redistribution of level 1 routes into level 2. Valid values: `enable`, `disable`.
*/
readonly redistributeL1: pulumi.Output<string>;
/**
* Access-list for route redistribution from l1 to l2.
*/
readonly redistributeL1List: pulumi.Output<string>;
/**
* Enable/disable redistribution of level 2 routes into level 1. Valid values: `enable`, `disable`.
*/
readonly redistributeL2: pulumi.Output<string>;
/**
* Access-list for route redistribution from l2 to l1.
*/
readonly redistributeL2List: pulumi.Output<string>;
/**
* IS-IS redistribute protocols. The structure of `redistribute` block is documented below.
*/
readonly redistributes: pulumi.Output<outputs.router.IsisRedistribute[] | undefined>;
/**
* Level 1 SPF calculation delay.
*/
readonly spfIntervalExpL1: pulumi.Output<string>;
/**
* Level 2 SPF calculation delay.
*/
readonly spfIntervalExpL2: pulumi.Output<string>;
/**
* IS-IS IPv6 summary address. The structure of `summaryAddress6` block is documented below.
*/
readonly summaryAddress6s: pulumi.Output<outputs.router.IsisSummaryAddress6[] | undefined>;
/**
* IS-IS summary addresses. The structure of `summaryAddress` block is documented below.
*/
readonly summaryAddresses: pulumi.Output<outputs.router.IsisSummaryAddress[] | undefined>;
/**
* Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
*/
readonly vdomparam: pulumi.Output<string>;
/**
* Create a Isis resource with the given unique name, arguments, and options.
*
* @param name The _unique_ name of the resource.
* @param args The arguments to use to populate this resource's properties.
* @param opts A bag of options that control this resource's behavior.
*/
constructor(name: string, args?: IsisArgs, opts?: pulumi.CustomResourceOptions);
}
/**
* Input properties used for looking up and filtering Isis resources.
*/
export interface IsisState {
/**
* Enable/disable adjacency check. Valid values: `enable`, `disable`.
*/
adjacencyCheck?: pulumi.Input<string>;
/**
* Enable/disable IPv6 adjacency check. Valid values: `enable`, `disable`.
*/
adjacencyCheck6?: pulumi.Input<string>;
/**
* Enable/disable IS-IS advertisement of passive interfaces only. Valid values: `enable`, `disable`.
*/
advPassiveOnly?: pulumi.Input<string>;
/**
* Enable/disable IPv6 IS-IS advertisement of passive interfaces only. Valid values: `enable`, `disable`.
*/
advPassiveOnly6?: pulumi.Input<string>;
/**
* Authentication key-chain for level 1 PDUs.
*/
authKeychainL1?: pulumi.Input<string>;
/**
* Authentication key-chain for level 2 PDUs.
*/
authKeychainL2?: pulumi.Input<string>;
/**
* Level 1 authentication mode. Valid values: `password`, `md5`.
*/
authModeL1?: pulumi.Input<string>;
/**
* Level 2 authentication mode. Valid values: `password`, `md5`.
*/
authModeL2?: pulumi.Input<string>;
/**
* Authentication password for level 1 PDUs.
*/
authPasswordL1?: pulumi.Input<string>;
/**
* Authentication password for level 2 PDUs.
*/
authPasswordL2?: pulumi.Input<string>;
/**
* Enable/disable level 1 authentication send-only. Valid values: `enable`, `disable`.
*/
authSendonlyL1?: pulumi.Input<string>;
/**
* Enable/disable level 2 authentication send-only. Valid values: `enable`, `disable`.
*/
authSendonlyL2?: pulumi.Input<string>;
/**
* Enable/disable distribution of default route information. Valid values: `enable`, `disable`.
*/
defaultOriginate?: pulumi.Input<string>;
/**
* Enable/disable distribution of default IPv6 route information. Valid values: `enable`, `disable`.
*/
defaultOriginate6?: pulumi.Input<string>;
/**
* Enable/disable dynamic hostname. Valid values: `enable`, `disable`.
*/
dynamicHostname?: pulumi.Input<string>;
/**
* Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
*/
dynamicSortSubtable?: pulumi.Input<string>;
/**
* Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
*/
getAllTables?: pulumi.Input<string>;
/**
* Enable/disable ignoring of LSP errors with bad checksums. Valid values: `enable`, `disable`.
*/
ignoreLspErrors?: pulumi.Input<string>;
/**
* IS type. Valid values: `level-1-2`, `level-1`, `level-2-only`.
*/
isType?: pulumi.Input<string>;
/**
* IS-IS interface configuration. The structure of `isisInterface` block is documented below.
*/
isisInterfaces?: pulumi.Input<pulumi.Input<inputs.router.IsisIsisInterface>[]>;
/**
* IS-IS net configuration. The structure of `isisNet` block is documented below.
*/
isisNets?: pulumi.Input<pulumi.Input<inputs.router.IsisIsisNet>[]>;
/**
* Minimum interval for level 1 LSP regenerating.
*/
lspGenIntervalL1?: pulumi.Input<number>;
/**
* Minimum interval for level 2 LSP regenerating.
*/
lspGenIntervalL2?: pulumi.Input<number>;
/**
* LSP refresh time in seconds.
*/
lspRefreshInterval?: pulumi.Input<number>;
/**
* Maximum LSP lifetime in seconds.
*/
maxLspLifetime?: pulumi.Input<number>;
/**
* Use old-style (ISO 10589) or new-style packet formats Valid values: `narrow`, `wide`, `transition`, `narrow-transition`, `narrow-transition-l1`, `narrow-transition-l2`, `wide-l1`, `wide-l2`, `wide-transition`, `wide-transition-l1`, `wide-transition-l2`, `transition-l1`, `transition-l2`.
*/
metricStyle?: pulumi.Input<string>;
/**
* Enable/disable signal other routers not to use us in SPF. Valid values: `enable`, `disable`.
*/
overloadBit?: pulumi.Input<string>;
/**
* Overload-bit only temporarily after reboot.
*/
overloadBitOnStartup?: pulumi.Input<number>;
/**
* Suppress overload-bit for the specific prefixes. Valid values: `external`, `interlevel`.
*/
overloadBitSuppress?: pulumi.Input<string>;
/**
* Enable/disable redistribution of level 1 IPv6 routes into level 2. Valid values: `enable`, `disable`.
*/
redistribute6L1?: pulumi.Input<string>;
/**
* Access-list for IPv6 route redistribution from l1 to l2.
*/
redistribute6L1List?: pulumi.Input<string>;
/**
* Enable/disable redistribution of level 2 IPv6 routes into level 1. Valid values: `enable`, `disable`.
*/
redistribute6L2?: pulumi.Input<string>;
/**
* Access-list for IPv6 route redistribution from l2 to l1.
*/
redistribute6L2List?: pulumi.Input<string>;
/**
* IS-IS IPv6 redistribution for routing protocols. The structure of `redistribute6` block is documented below.
*/
redistribute6s?: pulumi.Input<pulumi.Input<inputs.router.IsisRedistribute6>[]>;
/**
* Enable/disable redistribution of level 1 routes into level 2. Valid values: `enable`, `disable`.
*/
redistributeL1?: pulumi.Input<string>;
/**
* Access-list for route redistribution from l1 to l2.
*/
redistributeL1List?: pulumi.Input<string>;
/**
* Enable/disable redistribution of level 2 routes into level 1. Valid values: `enable`, `disable`.
*/
redistributeL2?: pulumi.Input<string>;
/**
* Access-list for route redistribution from l2 to l1.
*/
redistributeL2List?: pulumi.Input<string>;
/**
* IS-IS redistribute protocols. The structure of `redistribute` block is documented below.
*/
redistributes?: pulumi.Input<pulumi.Input<inputs.router.IsisRedistribute>[]>;
/**
* Level 1 SPF calculation delay.
*/
spfIntervalExpL1?: pulumi.Input<string>;
/**
* Level 2 SPF calculation delay.
*/
spfIntervalExpL2?: pulumi.Input<string>;
/**
* IS-IS IPv6 summary address. The structure of `summaryAddress6` block is documented below.
*/
summaryAddress6s?: pulumi.Input<pulumi.Input<inputs.router.IsisSummaryAddress6>[]>;
/**
* IS-IS summary addresses. The structure of `summaryAddress` block is documented below.
*/
summaryAddresses?: pulumi.Input<pulumi.Input<inputs.router.IsisSummaryAddress>[]>;
/**
* Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
*/
vdomparam?: pulumi.Input<string>;
}
/**
* The set of arguments for constructing a Isis resource.
*/
export interface IsisArgs {
/**
* Enable/disable adjacency check. Valid values: `enable`, `disable`.
*/
adjacencyCheck?: pulumi.Input<string>;
/**
* Enable/disable IPv6 adjacency check. Valid values: `enable`, `disable`.
*/
adjacencyCheck6?: pulumi.Input<string>;
/**
* Enable/disable IS-IS advertisement of passive interfaces only. Valid values: `enable`, `disable`.
*/
advPassiveOnly?: pulumi.Input<string>;
/**
* Enable/disable IPv6 IS-IS advertisement of passive interfaces only. Valid values: `enable`, `disable`.
*/
advPassiveOnly6?: pulumi.Input<string>;
/**
* Authentication key-chain for level 1 PDUs.
*/
authKeychainL1?: pulumi.Input<string>;
/**
* Authentication key-chain for level 2 PDUs.
*/
authKeychainL2?: pulumi.Input<string>;
/**
* Level 1 authentication mode. Valid values: `password`, `md5`.
*/
authModeL1?: pulumi.Input<string>;
/**
* Level 2 authentication mode. Valid values: `password`, `md5`.
*/
authModeL2?: pulumi.Input<string>;
/**
* Authentication password for level 1 PDUs.
*/
authPasswordL1?: pulumi.Input<string>;
/**
* Authentication password for level 2 PDUs.
*/
authPasswordL2?: pulumi.Input<string>;
/**
* Enable/disable level 1 authentication send-only. Valid values: `enable`, `disable`.
*/
authSendonlyL1?: pulumi.Input<string>;
/**
* Enable/disable level 2 authentication send-only. Valid values: `enable`, `disable`.
*/
authSendonlyL2?: pulumi.Input<string>;
/**
* Enable/disable distribution of default route information. Valid values: `enable`, `disable`.
*/
defaultOriginate?: pulumi.Input<string>;
/**
* Enable/disable distribution of default IPv6 route information. Valid values: `enable`, `disable`.
*/
defaultOriginate6?: pulumi.Input<string>;
/**
* Enable/disable dynamic hostname. Valid values: `enable`, `disable`.
*/
dynamicHostname?: pulumi.Input<string>;
/**
* Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
*/
dynamicSortSubtable?: pulumi.Input<string>;
/**
* Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
*/
getAllTables?: pulumi.Input<string>;
/**
* Enable/disable ignoring of LSP errors with bad checksums. Valid values: `enable`, `disable`.
*/
ignoreLspErrors?: pulumi.Input<string>;
/**
* IS type. Valid values: `level-1-2`, `level-1`, `level-2-only`.
*/
isType?: pulumi.Input<string>;
/**
* IS-IS interface configuration. The structure of `isisInterface` block is documented below.
*/
isisInterfaces?: pulumi.Input<pulumi.Input<inputs.router.IsisIsisInterface>[]>;
/**
* IS-IS net configuration. The structure of `isisNet` block is documented below.
*/
isisNets?: pulumi.Input<pulumi.Input<inputs.router.IsisIsisNet>[]>;
/**
* Minimum interval for level 1 LSP regenerating.
*/
lspGenIntervalL1?: pulumi.Input<number>;
/**
* Minimum interval for level 2 LSP regenerating.
*/
lspGenIntervalL2?: pulumi.Input<number>;
/**
* LSP refresh time in seconds.
*/
lspRefreshInterval?: pulumi.Input<number>;
/**
* Maximum LSP lifetime in seconds.
*/
maxLspLifetime?: pulumi.Input<number>;
/**
* Use old-style (ISO 10589) or new-style packet formats Valid values: `narrow`, `wide`, `transition`, `narrow-transition`, `narrow-transition-l1`, `narrow-transition-l2`, `wide-l1`, `wide-l2`, `wide-transition`, `wide-transition-l1`, `wide-transition-l2`, `transition-l1`, `transition-l2`.
*/
metricStyle?: pulumi.Input<string>;
/**
* Enable/disable signal other routers not to use us in SPF. Valid values: `enable`, `disable`.
*/
overloadBit?: pulumi.Input<string>;
/**
* Overload-bit only temporarily after reboot.
*/
overloadBitOnStartup?: pulumi.Input<number>;
/**
* Suppress overload-bit for the specific prefixes. Valid values: `external`, `interlevel`.
*/
overloadBitSuppress?: pulumi.Input<string>;
/**
* Enable/disable redistribution of level 1 IPv6 routes into level 2. Valid values: `enable`, `disable`.
*/
redistribute6L1?: pulumi.Input<string>;
/**
* Access-list for IPv6 route redistribution from l1 to l2.
*/
redistribute6L1List?: pulumi.Input<string>;
/**
* Enable/disable redistribution of level 2 IPv6 routes into level 1. Valid values: `enable`, `disable`.
*/
redistribute6L2?: pulumi.Input<string>;
/**
* Access-list for IPv6 route redistribution from l2 to l1.
*/
redistribute6L2List?: pulumi.Input<string>;
/**
* IS-IS IPv6 redistribution for routing protocols. The structure of `redistribute6` block is documented below.
*/
redistribute6s?: pulumi.Input<pulumi.Input<inputs.router.IsisRedistribute6>[]>;
/**
* Enable/disable redistribution of level 1 routes into level 2. Valid values: `enable`, `disable`.
*/
redistributeL1?: pulumi.Input<string>;
/**
* Access-list for route redistribution from l1 to l2.
*/
redistributeL1List?: pulumi.Input<string>;
/**
* Enable/disable redistribution of level 2 routes into level 1. Valid values: `enable`, `disable`.
*/
redistributeL2?: pulumi.Input<string>;
/**
* Access-list for route redistribution from l2 to l1.
*/
redistributeL2List?: pulumi.Input<string>;
/**
* IS-IS redistribute protocols. The structure of `redistribute` block is documented below.
*/
redistributes?: pulumi.Input<pulumi.Input<inputs.router.IsisRedistribute>[]>;
/**
* Level 1 SPF calculation delay.
*/
spfIntervalExpL1?: pulumi.Input<string>;
/**
* Level 2 SPF calculation delay.
*/
spfIntervalExpL2?: pulumi.Input<string>;
/**
* IS-IS IPv6 summary address. The structure of `summaryAddress6` block is documented below.
*/
summaryAddress6s?: pulumi.Input<pulumi.Input<inputs.router.IsisSummaryAddress6>[]>;
/**
* IS-IS summary addresses. The structure of `summaryAddress` block is documented below.
*/
summaryAddresses?: pulumi.Input<pulumi.Input<inputs.router.IsisSummaryAddress>[]>;
/**
* Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
*/
vdomparam?: pulumi.Input<string>;
}