sdwan.ServiceRoutingEigrpFeature
Explore with Pulumi AI
This resource can manage a Service Routing EIGRP Feature.
- Minimum SD-WAN Manager version:
20.12.0
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.ServiceRoutingEigrpFeature;
import com.pulumi.sdwan.ServiceRoutingEigrpFeatureArgs;
import com.pulumi.sdwan.inputs.ServiceRoutingEigrpFeatureNetworkArgs;
import com.pulumi.sdwan.inputs.ServiceRoutingEigrpFeatureMd5KeyArgs;
import com.pulumi.sdwan.inputs.ServiceRoutingEigrpFeatureInterfaceArgs;
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 example = new ServiceRoutingEigrpFeature("example", ServiceRoutingEigrpFeatureArgs.builder()
.name("Example")
.description("My Example")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.autonomousSystemId(111)
.networks(ServiceRoutingEigrpFeatureNetworkArgs.builder()
.ip_address("100.2.2.3")
.mask("255.255.255.0")
.build())
.helloInterval(5)
.holdTime(15)
.authenticationType("md5")
.md5Keys(ServiceRoutingEigrpFeatureMd5KeyArgs.builder()
.key_id(2)
.key_string("password123")
.build())
.interfaces(ServiceRoutingEigrpFeatureInterfaceArgs.builder()
.name("GigabitEthernet3")
.shutdown(false)
.summary_addresses(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.filter(false)
.build());
}
}
resources:
example:
type: sdwan:ServiceRoutingEigrpFeature
properties:
name: Example
description: My Example
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
autonomousSystemId: 111
networks:
- ip_address: 100.2.2.3
mask: 255.255.255.0
helloInterval: 5
holdTime: 15
authenticationType: md5
md5Keys:
- key_id: 2
key_string: password123
interfaces:
- name: GigabitEthernet3
shutdown: false
summary_addresses:
- address: 10.0.0.1
mask: 255.255.255.0
filter: false
Create ServiceRoutingEigrpFeature Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServiceRoutingEigrpFeature(name: string, args: ServiceRoutingEigrpFeatureArgs, opts?: CustomResourceOptions);
@overload
def ServiceRoutingEigrpFeature(resource_name: str,
args: ServiceRoutingEigrpFeatureArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ServiceRoutingEigrpFeature(resource_name: str,
opts: Optional[ResourceOptions] = None,
feature_profile_id: Optional[str] = None,
networks: Optional[Sequence[ServiceRoutingEigrpFeatureNetworkArgs]] = None,
hmac_authentication_key: Optional[str] = None,
hmac_authentication_key_variable: Optional[str] = None,
description: Optional[str] = None,
autonomous_system_id: Optional[int] = None,
filter: Optional[bool] = None,
filter_variable: Optional[str] = None,
hello_interval: Optional[int] = None,
hello_interval_variable: Optional[str] = None,
authentication_type: Optional[str] = None,
autonomous_system_id_variable: Optional[str] = None,
hold_time: Optional[int] = None,
hold_time_variable: Optional[str] = None,
interfaces: Optional[Sequence[ServiceRoutingEigrpFeatureInterfaceArgs]] = None,
md5_keys: Optional[Sequence[ServiceRoutingEigrpFeatureMd5KeyArgs]] = None,
name: Optional[str] = None,
authentication_type_variable: Optional[str] = None,
redistributes: Optional[Sequence[ServiceRoutingEigrpFeatureRedistributeArgs]] = None,
route_policy_id: Optional[str] = None)
func NewServiceRoutingEigrpFeature(ctx *Context, name string, args ServiceRoutingEigrpFeatureArgs, opts ...ResourceOption) (*ServiceRoutingEigrpFeature, error)
public ServiceRoutingEigrpFeature(string name, ServiceRoutingEigrpFeatureArgs args, CustomResourceOptions? opts = null)
public ServiceRoutingEigrpFeature(String name, ServiceRoutingEigrpFeatureArgs args)
public ServiceRoutingEigrpFeature(String name, ServiceRoutingEigrpFeatureArgs args, CustomResourceOptions options)
type: sdwan:ServiceRoutingEigrpFeature
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 ServiceRoutingEigrpFeatureArgs
- 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 ServiceRoutingEigrpFeatureArgs
- 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 ServiceRoutingEigrpFeatureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceRoutingEigrpFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceRoutingEigrpFeatureArgs
- 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 serviceRoutingEigrpFeatureResource = new Sdwan.ServiceRoutingEigrpFeature("serviceRoutingEigrpFeatureResource", new()
{
FeatureProfileId = "string",
Networks = new[]
{
new Sdwan.Inputs.ServiceRoutingEigrpFeatureNetworkArgs
{
IpAddress = "string",
IpAddressVariable = "string",
Mask = "string",
MaskVariable = "string",
},
},
HmacAuthenticationKey = "string",
HmacAuthenticationKeyVariable = "string",
Description = "string",
AutonomousSystemId = 0,
Filter = false,
FilterVariable = "string",
HelloInterval = 0,
HelloIntervalVariable = "string",
AuthenticationType = "string",
AutonomousSystemIdVariable = "string",
HoldTime = 0,
HoldTimeVariable = "string",
Interfaces = new[]
{
new Sdwan.Inputs.ServiceRoutingEigrpFeatureInterfaceArgs
{
Name = "string",
NameVariable = "string",
Shutdown = false,
ShutdownVariable = "string",
SummaryAddresses = new[]
{
new Sdwan.Inputs.ServiceRoutingEigrpFeatureInterfaceSummaryAddressArgs
{
Address = "string",
AddressVariable = "string",
Mask = "string",
MaskVariable = "string",
},
},
},
},
Md5Keys = new[]
{
new Sdwan.Inputs.ServiceRoutingEigrpFeatureMd5KeyArgs
{
KeyId = 0,
KeyIdVariable = "string",
KeyString = "string",
KeyStringVariable = "string",
},
},
Name = "string",
AuthenticationTypeVariable = "string",
Redistributes = new[]
{
new Sdwan.Inputs.ServiceRoutingEigrpFeatureRedistributeArgs
{
Protocol = "string",
ProtocolVariable = "string",
RoutePolicyId = "string",
},
},
RoutePolicyId = "string",
});
example, err := sdwan.NewServiceRoutingEigrpFeature(ctx, "serviceRoutingEigrpFeatureResource", &sdwan.ServiceRoutingEigrpFeatureArgs{
FeatureProfileId: pulumi.String("string"),
Networks: sdwan.ServiceRoutingEigrpFeatureNetworkArray{
&sdwan.ServiceRoutingEigrpFeatureNetworkArgs{
IpAddress: pulumi.String("string"),
IpAddressVariable: pulumi.String("string"),
Mask: pulumi.String("string"),
MaskVariable: pulumi.String("string"),
},
},
HmacAuthenticationKey: pulumi.String("string"),
HmacAuthenticationKeyVariable: pulumi.String("string"),
Description: pulumi.String("string"),
AutonomousSystemId: pulumi.Int(0),
Filter: pulumi.Bool(false),
FilterVariable: pulumi.String("string"),
HelloInterval: pulumi.Int(0),
HelloIntervalVariable: pulumi.String("string"),
AuthenticationType: pulumi.String("string"),
AutonomousSystemIdVariable: pulumi.String("string"),
HoldTime: pulumi.Int(0),
HoldTimeVariable: pulumi.String("string"),
Interfaces: sdwan.ServiceRoutingEigrpFeatureInterfaceArray{
&sdwan.ServiceRoutingEigrpFeatureInterfaceArgs{
Name: pulumi.String("string"),
NameVariable: pulumi.String("string"),
Shutdown: pulumi.Bool(false),
ShutdownVariable: pulumi.String("string"),
SummaryAddresses: sdwan.ServiceRoutingEigrpFeatureInterfaceSummaryAddressArray{
&sdwan.ServiceRoutingEigrpFeatureInterfaceSummaryAddressArgs{
Address: pulumi.String("string"),
AddressVariable: pulumi.String("string"),
Mask: pulumi.String("string"),
MaskVariable: pulumi.String("string"),
},
},
},
},
Md5Keys: sdwan.ServiceRoutingEigrpFeatureMd5KeyArray{
&sdwan.ServiceRoutingEigrpFeatureMd5KeyArgs{
KeyId: pulumi.Int(0),
KeyIdVariable: pulumi.String("string"),
KeyString: pulumi.String("string"),
KeyStringVariable: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
AuthenticationTypeVariable: pulumi.String("string"),
Redistributes: sdwan.ServiceRoutingEigrpFeatureRedistributeArray{
&sdwan.ServiceRoutingEigrpFeatureRedistributeArgs{
Protocol: pulumi.String("string"),
ProtocolVariable: pulumi.String("string"),
RoutePolicyId: pulumi.String("string"),
},
},
RoutePolicyId: pulumi.String("string"),
})
var serviceRoutingEigrpFeatureResource = new ServiceRoutingEigrpFeature("serviceRoutingEigrpFeatureResource", ServiceRoutingEigrpFeatureArgs.builder()
.featureProfileId("string")
.networks(ServiceRoutingEigrpFeatureNetworkArgs.builder()
.ipAddress("string")
.ipAddressVariable("string")
.mask("string")
.maskVariable("string")
.build())
.hmacAuthenticationKey("string")
.hmacAuthenticationKeyVariable("string")
.description("string")
.autonomousSystemId(0)
.filter(false)
.filterVariable("string")
.helloInterval(0)
.helloIntervalVariable("string")
.authenticationType("string")
.autonomousSystemIdVariable("string")
.holdTime(0)
.holdTimeVariable("string")
.interfaces(ServiceRoutingEigrpFeatureInterfaceArgs.builder()
.name("string")
.nameVariable("string")
.shutdown(false)
.shutdownVariable("string")
.summaryAddresses(ServiceRoutingEigrpFeatureInterfaceSummaryAddressArgs.builder()
.address("string")
.addressVariable("string")
.mask("string")
.maskVariable("string")
.build())
.build())
.md5Keys(ServiceRoutingEigrpFeatureMd5KeyArgs.builder()
.keyId(0)
.keyIdVariable("string")
.keyString("string")
.keyStringVariable("string")
.build())
.name("string")
.authenticationTypeVariable("string")
.redistributes(ServiceRoutingEigrpFeatureRedistributeArgs.builder()
.protocol("string")
.protocolVariable("string")
.routePolicyId("string")
.build())
.routePolicyId("string")
.build());
service_routing_eigrp_feature_resource = sdwan.ServiceRoutingEigrpFeature("serviceRoutingEigrpFeatureResource",
feature_profile_id="string",
networks=[{
"ip_address": "string",
"ip_address_variable": "string",
"mask": "string",
"mask_variable": "string",
}],
hmac_authentication_key="string",
hmac_authentication_key_variable="string",
description="string",
autonomous_system_id=0,
filter=False,
filter_variable="string",
hello_interval=0,
hello_interval_variable="string",
authentication_type="string",
autonomous_system_id_variable="string",
hold_time=0,
hold_time_variable="string",
interfaces=[{
"name": "string",
"name_variable": "string",
"shutdown": False,
"shutdown_variable": "string",
"summary_addresses": [{
"address": "string",
"address_variable": "string",
"mask": "string",
"mask_variable": "string",
}],
}],
md5_keys=[{
"key_id": 0,
"key_id_variable": "string",
"key_string": "string",
"key_string_variable": "string",
}],
name="string",
authentication_type_variable="string",
redistributes=[{
"protocol": "string",
"protocol_variable": "string",
"route_policy_id": "string",
}],
route_policy_id="string")
const serviceRoutingEigrpFeatureResource = new sdwan.ServiceRoutingEigrpFeature("serviceRoutingEigrpFeatureResource", {
featureProfileId: "string",
networks: [{
ipAddress: "string",
ipAddressVariable: "string",
mask: "string",
maskVariable: "string",
}],
hmacAuthenticationKey: "string",
hmacAuthenticationKeyVariable: "string",
description: "string",
autonomousSystemId: 0,
filter: false,
filterVariable: "string",
helloInterval: 0,
helloIntervalVariable: "string",
authenticationType: "string",
autonomousSystemIdVariable: "string",
holdTime: 0,
holdTimeVariable: "string",
interfaces: [{
name: "string",
nameVariable: "string",
shutdown: false,
shutdownVariable: "string",
summaryAddresses: [{
address: "string",
addressVariable: "string",
mask: "string",
maskVariable: "string",
}],
}],
md5Keys: [{
keyId: 0,
keyIdVariable: "string",
keyString: "string",
keyStringVariable: "string",
}],
name: "string",
authenticationTypeVariable: "string",
redistributes: [{
protocol: "string",
protocolVariable: "string",
routePolicyId: "string",
}],
routePolicyId: "string",
});
type: sdwan:ServiceRoutingEigrpFeature
properties:
authenticationType: string
authenticationTypeVariable: string
autonomousSystemId: 0
autonomousSystemIdVariable: string
description: string
featureProfileId: string
filter: false
filterVariable: string
helloInterval: 0
helloIntervalVariable: string
hmacAuthenticationKey: string
hmacAuthenticationKeyVariable: string
holdTime: 0
holdTimeVariable: string
interfaces:
- name: string
nameVariable: string
shutdown: false
shutdownVariable: string
summaryAddresses:
- address: string
addressVariable: string
mask: string
maskVariable: string
md5Keys:
- keyId: 0
keyIdVariable: string
keyString: string
keyStringVariable: string
name: string
networks:
- ipAddress: string
ipAddressVariable: string
mask: string
maskVariable: string
redistributes:
- protocol: string
protocolVariable: string
routePolicyId: string
routePolicyId: string
ServiceRoutingEigrpFeature 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 ServiceRoutingEigrpFeature resource accepts the following input properties:
- Feature
Profile stringId - Feature Profile ID
- Networks
List<Service
Routing Eigrp Feature Network> - Configure the networks for EIGRP to advertise
- Authentication
Type string - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- Authentication
Type stringVariable - Variable name
- Autonomous
System intId - Set autonomous system ID <1..65535> - Range:
1
-65535
- Autonomous
System stringId Variable - Variable name
- Description string
- The description of the Feature
- Filter bool
- Selective route download - Default value:
false
- Filter
Variable string - Variable name
- Hello
Interval int - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- Hello
Interval stringVariable - Variable name
- Hmac
Authentication stringKey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- Hmac
Authentication stringKey Variable - Variable name
- Hold
Time int - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- Hold
Time stringVariable - Variable name
- Interfaces
List<Service
Routing Eigrp Feature Interface> - Configure IPv4 Static Routes
- Md5Keys
List<Service
Routing Eigrp Feature Md5Key> - Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- Name string
- The name of the Feature
- Redistributes
List<Service
Routing Eigrp Feature Redistribute> - Redistribute routes into EIGRP
- Route
Policy stringId
- Feature
Profile stringId - Feature Profile ID
- Networks
[]Service
Routing Eigrp Feature Network Args - Configure the networks for EIGRP to advertise
- Authentication
Type string - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- Authentication
Type stringVariable - Variable name
- Autonomous
System intId - Set autonomous system ID <1..65535> - Range:
1
-65535
- Autonomous
System stringId Variable - Variable name
- Description string
- The description of the Feature
- Filter bool
- Selective route download - Default value:
false
- Filter
Variable string - Variable name
- Hello
Interval int - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- Hello
Interval stringVariable - Variable name
- Hmac
Authentication stringKey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- Hmac
Authentication stringKey Variable - Variable name
- Hold
Time int - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- Hold
Time stringVariable - Variable name
- Interfaces
[]Service
Routing Eigrp Feature Interface Args - Configure IPv4 Static Routes
- Md5Keys
[]Service
Routing Eigrp Feature Md5Key Args - Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- Name string
- The name of the Feature
- Redistributes
[]Service
Routing Eigrp Feature Redistribute Args - Redistribute routes into EIGRP
- Route
Policy stringId
- feature
Profile StringId - Feature Profile ID
- networks
List<Service
Routing Eigrp Feature Network> - Configure the networks for EIGRP to advertise
- authentication
Type String - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- authentication
Type StringVariable - Variable name
- autonomous
System IntegerId - Set autonomous system ID <1..65535> - Range:
1
-65535
- autonomous
System StringId Variable - Variable name
- description String
- The description of the Feature
- filter Boolean
- Selective route download - Default value:
false
- filter
Variable String - Variable name
- hello
Interval Integer - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- hello
Interval StringVariable - Variable name
- hmac
Authentication StringKey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- hmac
Authentication StringKey Variable - Variable name
- hold
Time Integer - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- hold
Time StringVariable - Variable name
- interfaces
List<Service
Routing Eigrp Feature Interface> - Configure IPv4 Static Routes
- md5Keys
List<Service
Routing Eigrp Feature Md5Key> - Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- name String
- The name of the Feature
- redistributes
List<Service
Routing Eigrp Feature Redistribute> - Redistribute routes into EIGRP
- route
Policy StringId
- feature
Profile stringId - Feature Profile ID
- networks
Service
Routing Eigrp Feature Network[] - Configure the networks for EIGRP to advertise
- authentication
Type string - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- authentication
Type stringVariable - Variable name
- autonomous
System numberId - Set autonomous system ID <1..65535> - Range:
1
-65535
- autonomous
System stringId Variable - Variable name
- description string
- The description of the Feature
- filter boolean
- Selective route download - Default value:
false
- filter
Variable string - Variable name
- hello
Interval number - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- hello
Interval stringVariable - Variable name
- hmac
Authentication stringKey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- hmac
Authentication stringKey Variable - Variable name
- hold
Time number - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- hold
Time stringVariable - Variable name
- interfaces
Service
Routing Eigrp Feature Interface[] - Configure IPv4 Static Routes
- md5Keys
Service
Routing Eigrp Feature Md5Key[] - Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- name string
- The name of the Feature
- redistributes
Service
Routing Eigrp Feature Redistribute[] - Redistribute routes into EIGRP
- route
Policy stringId
- feature_
profile_ strid - Feature Profile ID
- networks
Sequence[Service
Routing Eigrp Feature Network Args] - Configure the networks for EIGRP to advertise
- authentication_
type str - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- authentication_
type_ strvariable - Variable name
- autonomous_
system_ intid - Set autonomous system ID <1..65535> - Range:
1
-65535
- autonomous_
system_ strid_ variable - Variable name
- description str
- The description of the Feature
- filter bool
- Selective route download - Default value:
false
- filter_
variable str - Variable name
- hello_
interval int - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- hello_
interval_ strvariable - Variable name
- hmac_
authentication_ strkey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- hmac_
authentication_ strkey_ variable - Variable name
- hold_
time int - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- hold_
time_ strvariable - Variable name
- interfaces
Sequence[Service
Routing Eigrp Feature Interface Args] - Configure IPv4 Static Routes
- md5_
keys Sequence[ServiceRouting Eigrp Feature Md5Key Args] - Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- name str
- The name of the Feature
- redistributes
Sequence[Service
Routing Eigrp Feature Redistribute Args] - Redistribute routes into EIGRP
- route_
policy_ strid
- feature
Profile StringId - Feature Profile ID
- networks List<Property Map>
- Configure the networks for EIGRP to advertise
- authentication
Type String - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- authentication
Type StringVariable - Variable name
- autonomous
System NumberId - Set autonomous system ID <1..65535> - Range:
1
-65535
- autonomous
System StringId Variable - Variable name
- description String
- The description of the Feature
- filter Boolean
- Selective route download - Default value:
false
- filter
Variable String - Variable name
- hello
Interval Number - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- hello
Interval StringVariable - Variable name
- hmac
Authentication StringKey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- hmac
Authentication StringKey Variable - Variable name
- hold
Time Number - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- hold
Time StringVariable - Variable name
- interfaces List<Property Map>
- Configure IPv4 Static Routes
- md5Keys List<Property Map>
- Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- name String
- The name of the Feature
- redistributes List<Property Map>
- Redistribute routes into EIGRP
- route
Policy StringId
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceRoutingEigrpFeature resource produces the following output properties:
Look up Existing ServiceRoutingEigrpFeature Resource
Get an existing ServiceRoutingEigrpFeature 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?: ServiceRoutingEigrpFeatureState, opts?: CustomResourceOptions): ServiceRoutingEigrpFeature
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
authentication_type: Optional[str] = None,
authentication_type_variable: Optional[str] = None,
autonomous_system_id: Optional[int] = None,
autonomous_system_id_variable: Optional[str] = None,
description: Optional[str] = None,
feature_profile_id: Optional[str] = None,
filter: Optional[bool] = None,
filter_variable: Optional[str] = None,
hello_interval: Optional[int] = None,
hello_interval_variable: Optional[str] = None,
hmac_authentication_key: Optional[str] = None,
hmac_authentication_key_variable: Optional[str] = None,
hold_time: Optional[int] = None,
hold_time_variable: Optional[str] = None,
interfaces: Optional[Sequence[ServiceRoutingEigrpFeatureInterfaceArgs]] = None,
md5_keys: Optional[Sequence[ServiceRoutingEigrpFeatureMd5KeyArgs]] = None,
name: Optional[str] = None,
networks: Optional[Sequence[ServiceRoutingEigrpFeatureNetworkArgs]] = None,
redistributes: Optional[Sequence[ServiceRoutingEigrpFeatureRedistributeArgs]] = None,
route_policy_id: Optional[str] = None,
version: Optional[int] = None) -> ServiceRoutingEigrpFeature
func GetServiceRoutingEigrpFeature(ctx *Context, name string, id IDInput, state *ServiceRoutingEigrpFeatureState, opts ...ResourceOption) (*ServiceRoutingEigrpFeature, error)
public static ServiceRoutingEigrpFeature Get(string name, Input<string> id, ServiceRoutingEigrpFeatureState? state, CustomResourceOptions? opts = null)
public static ServiceRoutingEigrpFeature get(String name, Output<String> id, ServiceRoutingEigrpFeatureState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Authentication
Type string - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- Authentication
Type stringVariable - Variable name
- Autonomous
System intId - Set autonomous system ID <1..65535> - Range:
1
-65535
- Autonomous
System stringId Variable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Filter bool
- Selective route download - Default value:
false
- Filter
Variable string - Variable name
- Hello
Interval int - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- Hello
Interval stringVariable - Variable name
- Hmac
Authentication stringKey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- Hmac
Authentication stringKey Variable - Variable name
- Hold
Time int - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- Hold
Time stringVariable - Variable name
- Interfaces
List<Service
Routing Eigrp Feature Interface> - Configure IPv4 Static Routes
- Md5Keys
List<Service
Routing Eigrp Feature Md5Key> - Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- Name string
- The name of the Feature
- Networks
List<Service
Routing Eigrp Feature Network> - Configure the networks for EIGRP to advertise
- Redistributes
List<Service
Routing Eigrp Feature Redistribute> - Redistribute routes into EIGRP
- Route
Policy stringId - Version int
- The version of the Feature
- Authentication
Type string - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- Authentication
Type stringVariable - Variable name
- Autonomous
System intId - Set autonomous system ID <1..65535> - Range:
1
-65535
- Autonomous
System stringId Variable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Filter bool
- Selective route download - Default value:
false
- Filter
Variable string - Variable name
- Hello
Interval int - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- Hello
Interval stringVariable - Variable name
- Hmac
Authentication stringKey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- Hmac
Authentication stringKey Variable - Variable name
- Hold
Time int - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- Hold
Time stringVariable - Variable name
- Interfaces
[]Service
Routing Eigrp Feature Interface Args - Configure IPv4 Static Routes
- Md5Keys
[]Service
Routing Eigrp Feature Md5Key Args - Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- Name string
- The name of the Feature
- Networks
[]Service
Routing Eigrp Feature Network Args - Configure the networks for EIGRP to advertise
- Redistributes
[]Service
Routing Eigrp Feature Redistribute Args - Redistribute routes into EIGRP
- Route
Policy stringId - Version int
- The version of the Feature
- authentication
Type String - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- authentication
Type StringVariable - Variable name
- autonomous
System IntegerId - Set autonomous system ID <1..65535> - Range:
1
-65535
- autonomous
System StringId Variable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- filter Boolean
- Selective route download - Default value:
false
- filter
Variable String - Variable name
- hello
Interval Integer - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- hello
Interval StringVariable - Variable name
- hmac
Authentication StringKey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- hmac
Authentication StringKey Variable - Variable name
- hold
Time Integer - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- hold
Time StringVariable - Variable name
- interfaces
List<Service
Routing Eigrp Feature Interface> - Configure IPv4 Static Routes
- md5Keys
List<Service
Routing Eigrp Feature Md5Key> - Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- name String
- The name of the Feature
- networks
List<Service
Routing Eigrp Feature Network> - Configure the networks for EIGRP to advertise
- redistributes
List<Service
Routing Eigrp Feature Redistribute> - Redistribute routes into EIGRP
- route
Policy StringId - version Integer
- The version of the Feature
- authentication
Type string - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- authentication
Type stringVariable - Variable name
- autonomous
System numberId - Set autonomous system ID <1..65535> - Range:
1
-65535
- autonomous
System stringId Variable - Variable name
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- filter boolean
- Selective route download - Default value:
false
- filter
Variable string - Variable name
- hello
Interval number - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- hello
Interval stringVariable - Variable name
- hmac
Authentication stringKey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- hmac
Authentication stringKey Variable - Variable name
- hold
Time number - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- hold
Time stringVariable - Variable name
- interfaces
Service
Routing Eigrp Feature Interface[] - Configure IPv4 Static Routes
- md5Keys
Service
Routing Eigrp Feature Md5Key[] - Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- name string
- The name of the Feature
- networks
Service
Routing Eigrp Feature Network[] - Configure the networks for EIGRP to advertise
- redistributes
Service
Routing Eigrp Feature Redistribute[] - Redistribute routes into EIGRP
- route
Policy stringId - version number
- The version of the Feature
- authentication_
type str - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- authentication_
type_ strvariable - Variable name
- autonomous_
system_ intid - Set autonomous system ID <1..65535> - Range:
1
-65535
- autonomous_
system_ strid_ variable - Variable name
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- filter bool
- Selective route download - Default value:
false
- filter_
variable str - Variable name
- hello_
interval int - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- hello_
interval_ strvariable - Variable name
- hmac_
authentication_ strkey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- hmac_
authentication_ strkey_ variable - Variable name
- hold_
time int - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- hold_
time_ strvariable - Variable name
- interfaces
Sequence[Service
Routing Eigrp Feature Interface Args] - Configure IPv4 Static Routes
- md5_
keys Sequence[ServiceRouting Eigrp Feature Md5Key Args] - Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- name str
- The name of the Feature
- networks
Sequence[Service
Routing Eigrp Feature Network Args] - Configure the networks for EIGRP to advertise
- redistributes
Sequence[Service
Routing Eigrp Feature Redistribute Args] - Redistribute routes into EIGRP
- route_
policy_ strid - version int
- The version of the Feature
- authentication
Type String - Set EIGRP router authentication type - Choices:
md5
,hmac-sha-256
- authentication
Type StringVariable - Variable name
- autonomous
System NumberId - Set autonomous system ID <1..65535> - Range:
1
-65535
- autonomous
System StringId Variable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- filter Boolean
- Selective route download - Default value:
false
- filter
Variable String - Variable name
- hello
Interval Number - Set EIGRP hello interval - Range:
0
-65535
- Default value:5
- hello
Interval StringVariable - Variable name
- hmac
Authentication StringKey - Set hmac-sha-256 authentication key, Attribute conditional on
authentication_type
being equal tohmac-sha-256
- hmac
Authentication StringKey Variable - Variable name
- hold
Time Number - Set EIGRP hold time - Range:
0
-65535
- Default value:15
- hold
Time StringVariable - Variable name
- interfaces List<Property Map>
- Configure IPv4 Static Routes
- md5Keys List<Property Map>
- Set keychain details, Attribute conditional on
authentication_type
being equal tomd5
- name String
- The name of the Feature
- networks List<Property Map>
- Configure the networks for EIGRP to advertise
- redistributes List<Property Map>
- Redistribute routes into EIGRP
- route
Policy StringId - version Number
- The version of the Feature
Supporting Types
ServiceRoutingEigrpFeatureInterface, ServiceRoutingEigrpFeatureInterfaceArgs
- Name string
- Set interface name
- Name
Variable string - Variable name
- Shutdown bool
- Enable/disable EIGRP
- Default value:
false
- Default value:
- Shutdown
Variable string - Variable name
- Summary
Addresses List<ServiceRouting Eigrp Feature Interface Summary Address> - Set summary addresses
- Name string
- Set interface name
- Name
Variable string - Variable name
- Shutdown bool
- Enable/disable EIGRP
- Default value:
false
- Default value:
- Shutdown
Variable string - Variable name
- Summary
Addresses []ServiceRouting Eigrp Feature Interface Summary Address - Set summary addresses
- name String
- Set interface name
- name
Variable String - Variable name
- shutdown Boolean
- Enable/disable EIGRP
- Default value:
false
- Default value:
- shutdown
Variable String - Variable name
- summary
Addresses List<ServiceRouting Eigrp Feature Interface Summary Address> - Set summary addresses
- name string
- Set interface name
- name
Variable string - Variable name
- shutdown boolean
- Enable/disable EIGRP
- Default value:
false
- Default value:
- shutdown
Variable string - Variable name
- summary
Addresses ServiceRouting Eigrp Feature Interface Summary Address[] - Set summary addresses
- name str
- Set interface name
- name_
variable str - Variable name
- shutdown bool
- Enable/disable EIGRP
- Default value:
false
- Default value:
- shutdown_
variable str - Variable name
- summary_
addresses Sequence[ServiceRouting Eigrp Feature Interface Summary Address] - Set summary addresses
- name String
- Set interface name
- name
Variable String - Variable name
- shutdown Boolean
- Enable/disable EIGRP
- Default value:
false
- Default value:
- shutdown
Variable String - Variable name
- summary
Addresses List<Property Map> - Set summary addresses
ServiceRoutingEigrpFeatureInterfaceSummaryAddress, ServiceRoutingEigrpFeatureInterfaceSummaryAddressArgs
- Address string
- Address
Variable string - Variable name
- Mask string
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- Mask
Variable string - Variable name
- Address string
- Address
Variable string - Variable name
- Mask string
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- Mask
Variable string - Variable name
- address String
- address
Variable String - Variable name
- mask String
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- mask
Variable String - Variable name
- address string
- address
Variable string - Variable name
- mask string
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- mask
Variable string - Variable name
- address str
- address_
variable str - Variable name
- mask str
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- mask_
variable str - Variable name
- address String
- address
Variable String - Variable name
- mask String
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- mask
Variable String - Variable name
ServiceRoutingEigrpFeatureMd5Key, ServiceRoutingEigrpFeatureMd5KeyArgs
- Key
Id int - Set MD5 key ID
- Range:
1
-255
- Range:
- Key
Id stringVariable - Variable name
- Key
String string - Set MD5 key
- Key
String stringVariable - Variable name
- Key
Id int - Set MD5 key ID
- Range:
1
-255
- Range:
- Key
Id stringVariable - Variable name
- Key
String string - Set MD5 key
- Key
String stringVariable - Variable name
- key
Id Integer - Set MD5 key ID
- Range:
1
-255
- Range:
- key
Id StringVariable - Variable name
- key
String String - Set MD5 key
- key
String StringVariable - Variable name
- key
Id number - Set MD5 key ID
- Range:
1
-255
- Range:
- key
Id stringVariable - Variable name
- key
String string - Set MD5 key
- key
String stringVariable - Variable name
- key_
id int - Set MD5 key ID
- Range:
1
-255
- Range:
- key_
id_ strvariable - Variable name
- key_
string str - Set MD5 key
- key_
string_ strvariable - Variable name
- key
Id Number - Set MD5 key ID
- Range:
1
-255
- Range:
- key
Id StringVariable - Variable name
- key
String String - Set MD5 key
- key
String StringVariable - Variable name
ServiceRoutingEigrpFeatureNetwork, ServiceRoutingEigrpFeatureNetworkArgs
- Ip
Address string - Ip
Address stringVariable - Variable name
- Mask string
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- Mask
Variable string - Variable name
- Ip
Address string - Ip
Address stringVariable - Variable name
- Mask string
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- Mask
Variable string - Variable name
- ip
Address String - ip
Address StringVariable - Variable name
- mask String
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- mask
Variable String - Variable name
- ip
Address string - ip
Address stringVariable - Variable name
- mask string
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- mask
Variable string - Variable name
- ip_
address str - ip_
address_ strvariable - Variable name
- mask str
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- mask_
variable str - Variable name
- ip
Address String - ip
Address StringVariable - Variable name
- mask String
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- mask
Variable String - Variable name
ServiceRoutingEigrpFeatureRedistribute, ServiceRoutingEigrpFeatureRedistributeArgs
- Protocol string
- Set the protocol to redistribute routes from
- Choices:
bgp
,connected
,nat-route
,omp
,ospf
,ospfv3
,static
- Choices:
- Protocol
Variable string - Variable name
- Route
Policy stringId
- Protocol string
- Set the protocol to redistribute routes from
- Choices:
bgp
,connected
,nat-route
,omp
,ospf
,ospfv3
,static
- Choices:
- Protocol
Variable string - Variable name
- Route
Policy stringId
- protocol String
- Set the protocol to redistribute routes from
- Choices:
bgp
,connected
,nat-route
,omp
,ospf
,ospfv3
,static
- Choices:
- protocol
Variable String - Variable name
- route
Policy StringId
- protocol string
- Set the protocol to redistribute routes from
- Choices:
bgp
,connected
,nat-route
,omp
,ospf
,ospfv3
,static
- Choices:
- protocol
Variable string - Variable name
- route
Policy stringId
- protocol str
- Set the protocol to redistribute routes from
- Choices:
bgp
,connected
,nat-route
,omp
,ospf
,ospfv3
,static
- Choices:
- protocol_
variable str - Variable name
- route_
policy_ strid
- protocol String
- Set the protocol to redistribute routes from
- Choices:
bgp
,connected
,nat-route
,omp
,ospf
,ospfv3
,static
- Choices:
- protocol
Variable String - Variable name
- route
Policy StringId
Import
Expected import identifier with the format: “service_routing_eigrp_feature_id,feature_profile_id”
$ pulumi import sdwan:index/serviceRoutingEigrpFeature:ServiceRoutingEigrpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.