import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; /** * This resource can manage the Interface OSPF configuration. * * ## Import * * ```sh * $ pulumi import iosxe:index/interfaceOspf:InterfaceOspf example "Cisco-IOS-XE-native:native/interface/Loopback=1/ip/Cisco-IOS-XE-ospf:router-ospf/ospf" * ``` */ export declare class InterfaceOspf extends pulumi.CustomResource { /** * Get an existing InterfaceOspf 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, state?: InterfaceOspfState, opts?: pulumi.CustomResourceOptions): InterfaceOspf; /** * Returns true if the given object is an instance of InterfaceOspf. 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 InterfaceOspf; /** * Route cost of this interface - Range: `1`-`65535` */ readonly cost: pulumi.Output; /** * Interval after which a neighbor is declared dead - Range: `1`-`65535` */ readonly deadInterval: pulumi.Output; /** * Configure behavior when deleting/destroying the resource. Either delete the entire object (YANG container) being * managed, or only delete the individual resource attributes configured explicitly and leave everything else as-is. * Default value is `all`. - Choices: `all`, `attributes` */ readonly deleteMode: pulumi.Output; /** * A device name from the provider configuration. */ readonly device: pulumi.Output; /** * Time between HELLO packets - Range: `1`-`65535` */ readonly helloInterval: pulumi.Output; /** * Message digest authentication password (key) */ readonly messageDigestKeys: pulumi.Output; /** * Ignores the MTU in DBD packets */ readonly mtuIgnore: pulumi.Output; readonly name: pulumi.Output; /** * Specify OSPF broadcast multi-access network */ readonly networkTypeBroadcast: pulumi.Output; /** * Specify OSPF NBMA network */ readonly networkTypeNonBroadcast: pulumi.Output; /** * Specify OSPF point-to-multipoint network */ readonly networkTypePointToMultipoint: pulumi.Output; /** * Specify OSPF point-to-point network */ readonly networkTypePointToPoint: pulumi.Output; /** * Router priority - Range: `0`-`255` */ readonly priority: pulumi.Output; readonly processIds: pulumi.Output; /** * IP hops - Range: `1`-`254` */ readonly ttlSecurityHops: pulumi.Output; /** * Interface type - Choices: `GigabitEthernet`, `TwoGigabitEthernet`, `FiveGigabitEthernet`, `TenGigabitEthernet`, * `TwentyFiveGigE`, `FortyGigabitEthernet`, `HundredGigE`, `TwoHundredGigE`, `FourHundredGigE`, `Loopback`, `Vlan`, * `Port-channel` */ readonly type: pulumi.Output; /** * Create a InterfaceOspf 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: InterfaceOspfArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering InterfaceOspf resources. */ export interface InterfaceOspfState { /** * Route cost of this interface - Range: `1`-`65535` */ cost?: pulumi.Input; /** * Interval after which a neighbor is declared dead - Range: `1`-`65535` */ deadInterval?: pulumi.Input; /** * Configure behavior when deleting/destroying the resource. Either delete the entire object (YANG container) being * managed, or only delete the individual resource attributes configured explicitly and leave everything else as-is. * Default value is `all`. - Choices: `all`, `attributes` */ deleteMode?: pulumi.Input; /** * A device name from the provider configuration. */ device?: pulumi.Input; /** * Time between HELLO packets - Range: `1`-`65535` */ helloInterval?: pulumi.Input; /** * Message digest authentication password (key) */ messageDigestKeys?: pulumi.Input[]>; /** * Ignores the MTU in DBD packets */ mtuIgnore?: pulumi.Input; name?: pulumi.Input; /** * Specify OSPF broadcast multi-access network */ networkTypeBroadcast?: pulumi.Input; /** * Specify OSPF NBMA network */ networkTypeNonBroadcast?: pulumi.Input; /** * Specify OSPF point-to-multipoint network */ networkTypePointToMultipoint?: pulumi.Input; /** * Specify OSPF point-to-point network */ networkTypePointToPoint?: pulumi.Input; /** * Router priority - Range: `0`-`255` */ priority?: pulumi.Input; processIds?: pulumi.Input[]>; /** * IP hops - Range: `1`-`254` */ ttlSecurityHops?: pulumi.Input; /** * Interface type - Choices: `GigabitEthernet`, `TwoGigabitEthernet`, `FiveGigabitEthernet`, `TenGigabitEthernet`, * `TwentyFiveGigE`, `FortyGigabitEthernet`, `HundredGigE`, `TwoHundredGigE`, `FourHundredGigE`, `Loopback`, `Vlan`, * `Port-channel` */ type?: pulumi.Input; } /** * The set of arguments for constructing a InterfaceOspf resource. */ export interface InterfaceOspfArgs { /** * Route cost of this interface - Range: `1`-`65535` */ cost?: pulumi.Input; /** * Interval after which a neighbor is declared dead - Range: `1`-`65535` */ deadInterval?: pulumi.Input; /** * Configure behavior when deleting/destroying the resource. Either delete the entire object (YANG container) being * managed, or only delete the individual resource attributes configured explicitly and leave everything else as-is. * Default value is `all`. - Choices: `all`, `attributes` */ deleteMode?: pulumi.Input; /** * A device name from the provider configuration. */ device?: pulumi.Input; /** * Time between HELLO packets - Range: `1`-`65535` */ helloInterval?: pulumi.Input; /** * Message digest authentication password (key) */ messageDigestKeys?: pulumi.Input[]>; /** * Ignores the MTU in DBD packets */ mtuIgnore?: pulumi.Input; name?: pulumi.Input; /** * Specify OSPF broadcast multi-access network */ networkTypeBroadcast?: pulumi.Input; /** * Specify OSPF NBMA network */ networkTypeNonBroadcast?: pulumi.Input; /** * Specify OSPF point-to-multipoint network */ networkTypePointToMultipoint?: pulumi.Input; /** * Specify OSPF point-to-point network */ networkTypePointToPoint?: pulumi.Input; /** * Router priority - Range: `0`-`255` */ priority?: pulumi.Input; processIds?: pulumi.Input[]>; /** * IP hops - Range: `1`-`254` */ ttlSecurityHops?: pulumi.Input; /** * Interface type - Choices: `GigabitEthernet`, `TwoGigabitEthernet`, `FiveGigabitEthernet`, `TenGigabitEthernet`, * `TwentyFiveGigE`, `FortyGigabitEthernet`, `HundredGigE`, `TwoHundredGigE`, `FourHundredGigE`, `Loopback`, `Vlan`, * `Port-channel` */ type: pulumi.Input; }