routeros.InterfaceVxlanVteps
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as routeros from "@pulumi/routeros";
const test_2 = new routeros.InterfaceVxlan("test-2", {vni: 11});
const test = new routeros.InterfaceVxlanVteps("test", {
"interface": test_2.name,
remoteIp: "192.168.10.10",
});
import pulumi
import pulumi_routeros as routeros
test_2 = routeros.InterfaceVxlan("test-2", vni=11)
test = routeros.InterfaceVxlanVteps("test",
interface=test_2.name,
remote_ip="192.168.10.10")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/routeros/routeros"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
test_2, err := routeros.NewInterfaceVxlan(ctx, "test-2", &routeros.InterfaceVxlanArgs{
Vni: pulumi.Float64(11),
})
if err != nil {
return err
}
_, err = routeros.NewInterfaceVxlanVteps(ctx, "test", &routeros.InterfaceVxlanVtepsArgs{
Interface: test_2.Name,
RemoteIp: pulumi.String("192.168.10.10"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Routeros = Pulumi.Routeros;
return await Deployment.RunAsync(() =>
{
var test_2 = new Routeros.InterfaceVxlan("test-2", new()
{
Vni = 11,
});
var test = new Routeros.InterfaceVxlanVteps("test", new()
{
Interface = test_2.Name,
RemoteIp = "192.168.10.10",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.routeros.InterfaceVxlan;
import com.pulumi.routeros.InterfaceVxlanArgs;
import com.pulumi.routeros.InterfaceVxlanVteps;
import com.pulumi.routeros.InterfaceVxlanVtepsArgs;
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 test_2 = new InterfaceVxlan("test-2", InterfaceVxlanArgs.builder()
.vni(11)
.build());
var test = new InterfaceVxlanVteps("test", InterfaceVxlanVtepsArgs.builder()
.interface_(test_2.name())
.remoteIp("192.168.10.10")
.build());
}
}
resources:
test-2:
type: routeros:InterfaceVxlan
properties:
vni: 11
test:
type: routeros:InterfaceVxlanVteps
properties:
interface: ${["test-2"].name}
remoteIp: 192.168.10.10
Create InterfaceVxlanVteps Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new InterfaceVxlanVteps(name: string, args: InterfaceVxlanVtepsArgs, opts?: CustomResourceOptions);
@overload
def InterfaceVxlanVteps(resource_name: str,
args: InterfaceVxlanVtepsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def InterfaceVxlanVteps(resource_name: str,
opts: Optional[ResourceOptions] = None,
interface: Optional[str] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
comment: Optional[str] = None,
interface_vxlan_vteps_id: Optional[str] = None,
port: Optional[float] = None,
remote_ip: Optional[str] = None)
func NewInterfaceVxlanVteps(ctx *Context, name string, args InterfaceVxlanVtepsArgs, opts ...ResourceOption) (*InterfaceVxlanVteps, error)
public InterfaceVxlanVteps(string name, InterfaceVxlanVtepsArgs args, CustomResourceOptions? opts = null)
public InterfaceVxlanVteps(String name, InterfaceVxlanVtepsArgs args)
public InterfaceVxlanVteps(String name, InterfaceVxlanVtepsArgs args, CustomResourceOptions options)
type: routeros:InterfaceVxlanVteps
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 InterfaceVxlanVtepsArgs
- 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 InterfaceVxlanVtepsArgs
- 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 InterfaceVxlanVtepsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InterfaceVxlanVtepsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InterfaceVxlanVtepsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
InterfaceVxlanVteps 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 InterfaceVxlanVteps resource accepts the following input properties:
- Interface string
- Name of the interface.
- Comment string
- Interface
Vxlan stringVteps Id - The ID of this resource.
- Port double
- Used UDP port number.
- Remote
Ip string - The IPv4 or IPv6 destination address of remote VTEP.
- ___
id_ double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- Interface string
- Name of the interface.
- Comment string
- Interface
Vxlan stringVteps Id - The ID of this resource.
- Port float64
- Used UDP port number.
- Remote
Ip string - The IPv4 or IPv6 destination address of remote VTEP.
- ___
id_ float64 - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- interface_ String
- Name of the interface.
- ___
id_ Double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- comment String
- interface
Vxlan StringVteps Id - The ID of this resource.
- port Double
- Used UDP port number.
- remote
Ip String - The IPv4 or IPv6 destination address of remote VTEP.
- interface string
- Name of the interface.
- ___
id_ number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- comment string
- interface
Vxlan stringVteps Id - The ID of this resource.
- port number
- Used UDP port number.
- remote
Ip string - The IPv4 or IPv6 destination address of remote VTEP.
- interface str
- Name of the interface.
- ___
id_ float - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ str - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- comment str
- interface_
vxlan_ strvteps_ id - The ID of this resource.
- port float
- Used UDP port number.
- remote_
ip str - The IPv4 or IPv6 destination address of remote VTEP.
- interface String
- Name of the interface.
- ___
id_ Number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- comment String
- interface
Vxlan StringVteps Id - The ID of this resource.
- port Number
- Used UDP port number.
- remote
Ip String - The IPv4 or IPv6 destination address of remote VTEP.
Outputs
All input properties are implicitly available as output properties. Additionally, the InterfaceVxlanVteps 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 InterfaceVxlanVteps Resource
Get an existing InterfaceVxlanVteps 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?: InterfaceVxlanVtepsState, opts?: CustomResourceOptions): InterfaceVxlanVteps
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
comment: Optional[str] = None,
interface: Optional[str] = None,
interface_vxlan_vteps_id: Optional[str] = None,
port: Optional[float] = None,
remote_ip: Optional[str] = None) -> InterfaceVxlanVteps
func GetInterfaceVxlanVteps(ctx *Context, name string, id IDInput, state *InterfaceVxlanVtepsState, opts ...ResourceOption) (*InterfaceVxlanVteps, error)
public static InterfaceVxlanVteps Get(string name, Input<string> id, InterfaceVxlanVtepsState? state, CustomResourceOptions? opts = null)
public static InterfaceVxlanVteps get(String name, Output<String> id, InterfaceVxlanVtepsState state, CustomResourceOptions options)
resources: _: type: routeros:InterfaceVxlanVteps 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.
- Comment string
- Interface string
- Name of the interface.
- Interface
Vxlan stringVteps Id - The ID of this resource.
- Port double
- Used UDP port number.
- Remote
Ip string - The IPv4 or IPv6 destination address of remote VTEP.
- ___
id_ double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- Comment string
- Interface string
- Name of the interface.
- Interface
Vxlan stringVteps Id - The ID of this resource.
- Port float64
- Used UDP port number.
- Remote
Ip string - The IPv4 or IPv6 destination address of remote VTEP.
- ___
id_ float64 - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
id_ Double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- comment String
- interface
Vxlan StringVteps Id - The ID of this resource.
- interface_ String
- Name of the interface.
- port Double
- Used UDP port number.
- remote
Ip String - The IPv4 or IPv6 destination address of remote VTEP.
- ___
id_ number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- comment string
- interface string
- Name of the interface.
- interface
Vxlan stringVteps Id - The ID of this resource.
- port number
- Used UDP port number.
- remote
Ip string - The IPv4 or IPv6 destination address of remote VTEP.
- ___
id_ float - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ str - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- comment str
- interface str
- Name of the interface.
- interface_
vxlan_ strvteps_ id - The ID of this resource.
- port float
- Used UDP port number.
- remote_
ip str - The IPv4 or IPv6 destination address of remote VTEP.
- ___
id_ Number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- comment String
- interface String
- Name of the interface.
- interface
Vxlan StringVteps Id - The ID of this resource.
- port Number
- Used UDP port number.
- remote
Ip String - The IPv4 or IPv6 destination address of remote VTEP.
Import
#The ID can be found via API or the terminal
#The command for the terminal is -> :put [/interface/vxlan/vteps get [print show-ids]]
$ pulumi import routeros:index/interfaceVxlanVteps:InterfaceVxlanVteps test *3
#Or you can import a resource using one of its attributes
$ pulumi import routeros:index/interfaceVxlanVteps:InterfaceVxlanVteps test "interface=vxlan2-test"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- routeros terraform-routeros/terraform-provider-routeros
- License
- Notes
- This Pulumi package is based on the
routeros
Terraform Provider.