routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros
routeros.InterfaceSstpClient
Explore with Pulumi AI
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros
Create InterfaceSstpClient Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new InterfaceSstpClient(name: string, args: InterfaceSstpClientArgs, opts?: CustomResourceOptions);
@overload
def InterfaceSstpClient(resource_name: str,
args: InterfaceSstpClientArgs,
opts: Optional[ResourceOptions] = None)
@overload
def InterfaceSstpClient(resource_name: str,
opts: Optional[ResourceOptions] = None,
connect_to: Optional[str] = None,
user: Optional[str] = None,
password: Optional[str] = None,
keepalive_timeout: Optional[str] = None,
max_mtu: Optional[float] = None,
certificate: Optional[str] = None,
ciphers: Optional[str] = None,
comment: Optional[str] = None,
add_sni: Optional[bool] = None,
default_route_distance: Optional[str] = None,
dial_on_demand: Optional[bool] = None,
disabled: Optional[bool] = None,
http_proxy: Optional[str] = None,
interface_sstp_client_id: Optional[str] = None,
___id_: Optional[float] = None,
max_mru: Optional[float] = None,
authentications: Optional[Sequence[str]] = None,
mrru: Optional[str] = None,
name: Optional[str] = None,
add_default_route: Optional[bool] = None,
pfs: Optional[bool] = None,
port: Optional[str] = None,
profile: Optional[str] = None,
proxy_port: Optional[str] = None,
tls_version: Optional[str] = None,
___path_: Optional[str] = None,
verify_server_address_from_certificate: Optional[bool] = None,
verify_server_certificate: Optional[bool] = None)
func NewInterfaceSstpClient(ctx *Context, name string, args InterfaceSstpClientArgs, opts ...ResourceOption) (*InterfaceSstpClient, error)
public InterfaceSstpClient(string name, InterfaceSstpClientArgs args, CustomResourceOptions? opts = null)
public InterfaceSstpClient(String name, InterfaceSstpClientArgs args)
public InterfaceSstpClient(String name, InterfaceSstpClientArgs args, CustomResourceOptions options)
type: routeros:InterfaceSstpClient
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 InterfaceSstpClientArgs
- 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 InterfaceSstpClientArgs
- 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 InterfaceSstpClientArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InterfaceSstpClientArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InterfaceSstpClientArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
InterfaceSstpClient 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 InterfaceSstpClient resource accepts the following input properties:
- Connect
To string - Remote address of the SSTP server.
- Password string
- Password used for authentication.
- User string
- User name used for authentication.
- Add
Default boolRoute - Whether to add L2TP remote address as a default route.
- Add
Sni bool - Enables/disables service.
- Authentications List<string>
- Authentication algorithm.
- Certificate string
- Name of the certificate in use.
- Ciphers string
- Allowed ciphers.
- Comment string
- Default
Route stringDistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- Dial
On boolDemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- Disabled bool
- Http
Proxy string - Proxy address field.
- Interface
Sstp stringClient Id - The ID of this resource.
- Keepalive
Timeout string - Sets keepalive timeout in seconds.
- Max
Mru double - Maximum Receive Unit.
- Max
Mtu double - Maximum Transmission Unit.
- Mrru string
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- Name string
- Descriptive name of the interface.
- Pfs bool
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- Port string
- Sets port used.
- Profile string
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- Proxy
Port string - Sets proxy port.
- Tls
Version string - Specifies which TLS versions to allow.
- Verify
Server boolAddress From Certificate - SSTP client will verify server address in certificate.
- Verify
Server boolCertificate - SSTP client will verify server certificate.
- ___
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.
- Connect
To string - Remote address of the SSTP server.
- Password string
- Password used for authentication.
- User string
- User name used for authentication.
- Add
Default boolRoute - Whether to add L2TP remote address as a default route.
- Add
Sni bool - Enables/disables service.
- Authentications []string
- Authentication algorithm.
- Certificate string
- Name of the certificate in use.
- Ciphers string
- Allowed ciphers.
- Comment string
- Default
Route stringDistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- Dial
On boolDemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- Disabled bool
- Http
Proxy string - Proxy address field.
- Interface
Sstp stringClient Id - The ID of this resource.
- Keepalive
Timeout string - Sets keepalive timeout in seconds.
- Max
Mru float64 - Maximum Receive Unit.
- Max
Mtu float64 - Maximum Transmission Unit.
- Mrru string
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- Name string
- Descriptive name of the interface.
- Pfs bool
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- Port string
- Sets port used.
- Profile string
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- Proxy
Port string - Sets proxy port.
- Tls
Version string - Specifies which TLS versions to allow.
- Verify
Server boolAddress From Certificate - SSTP client will verify server address in certificate.
- Verify
Server boolCertificate - SSTP client will verify server certificate.
- ___
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.
- connect
To String - Remote address of the SSTP server.
- password String
- Password used for authentication.
- user String
- User name used for authentication.
- ___
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.
- add
Default BooleanRoute - Whether to add L2TP remote address as a default route.
- add
Sni Boolean - Enables/disables service.
- authentications List<String>
- Authentication algorithm.
- certificate String
- Name of the certificate in use.
- ciphers String
- Allowed ciphers.
- comment String
- default
Route StringDistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- dial
On BooleanDemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- disabled Boolean
- http
Proxy String - Proxy address field.
- interface
Sstp StringClient Id - The ID of this resource.
- keepalive
Timeout String - Sets keepalive timeout in seconds.
- max
Mru Double - Maximum Receive Unit.
- max
Mtu Double - Maximum Transmission Unit.
- mrru String
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- name String
- Descriptive name of the interface.
- pfs Boolean
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- port String
- Sets port used.
- profile String
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- proxy
Port String - Sets proxy port.
- tls
Version String - Specifies which TLS versions to allow.
- verify
Server BooleanAddress From Certificate - SSTP client will verify server address in certificate.
- verify
Server BooleanCertificate - SSTP client will verify server certificate.
- connect
To string - Remote address of the SSTP server.
- password string
- Password used for authentication.
- user string
- User name used for authentication.
- ___
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.
- add
Default booleanRoute - Whether to add L2TP remote address as a default route.
- add
Sni boolean - Enables/disables service.
- authentications string[]
- Authentication algorithm.
- certificate string
- Name of the certificate in use.
- ciphers string
- Allowed ciphers.
- comment string
- default
Route stringDistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- dial
On booleanDemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- disabled boolean
- http
Proxy string - Proxy address field.
- interface
Sstp stringClient Id - The ID of this resource.
- keepalive
Timeout string - Sets keepalive timeout in seconds.
- max
Mru number - Maximum Receive Unit.
- max
Mtu number - Maximum Transmission Unit.
- mrru string
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- name string
- Descriptive name of the interface.
- pfs boolean
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- port string
- Sets port used.
- profile string
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- proxy
Port string - Sets proxy port.
- tls
Version string - Specifies which TLS versions to allow.
- verify
Server booleanAddress From Certificate - SSTP client will verify server address in certificate.
- verify
Server booleanCertificate - SSTP client will verify server certificate.
- connect_
to str - Remote address of the SSTP server.
- password str
- Password used for authentication.
- user str
- User name used for authentication.
- ___
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.
- add_
default_ boolroute - Whether to add L2TP remote address as a default route.
- add_
sni bool - Enables/disables service.
- authentications Sequence[str]
- Authentication algorithm.
- certificate str
- Name of the certificate in use.
- ciphers str
- Allowed ciphers.
- comment str
- default_
route_ strdistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- dial_
on_ booldemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- disabled bool
- http_
proxy str - Proxy address field.
- interface_
sstp_ strclient_ id - The ID of this resource.
- keepalive_
timeout str - Sets keepalive timeout in seconds.
- max_
mru float - Maximum Receive Unit.
- max_
mtu float - Maximum Transmission Unit.
- mrru str
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- name str
- Descriptive name of the interface.
- pfs bool
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- port str
- Sets port used.
- profile str
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- proxy_
port str - Sets proxy port.
- tls_
version str - Specifies which TLS versions to allow.
- verify_
server_ booladdress_ from_ certificate - SSTP client will verify server address in certificate.
- verify_
server_ boolcertificate - SSTP client will verify server certificate.
- connect
To String - Remote address of the SSTP server.
- password String
- Password used for authentication.
- user String
- User name used for authentication.
- ___
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.
- add
Default BooleanRoute - Whether to add L2TP remote address as a default route.
- add
Sni Boolean - Enables/disables service.
- authentications List<String>
- Authentication algorithm.
- certificate String
- Name of the certificate in use.
- ciphers String
- Allowed ciphers.
- comment String
- default
Route StringDistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- dial
On BooleanDemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- disabled Boolean
- http
Proxy String - Proxy address field.
- interface
Sstp StringClient Id - The ID of this resource.
- keepalive
Timeout String - Sets keepalive timeout in seconds.
- max
Mru Number - Maximum Receive Unit.
- max
Mtu Number - Maximum Transmission Unit.
- mrru String
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- name String
- Descriptive name of the interface.
- pfs Boolean
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- port String
- Sets port used.
- profile String
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- proxy
Port String - Sets proxy port.
- tls
Version String - Specifies which TLS versions to allow.
- verify
Server BooleanAddress From Certificate - SSTP client will verify server address in certificate.
- verify
Server BooleanCertificate - SSTP client will verify server certificate.
Outputs
All input properties are implicitly available as output properties. Additionally, the InterfaceSstpClient resource produces the following output properties:
Look up Existing InterfaceSstpClient Resource
Get an existing InterfaceSstpClient 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?: InterfaceSstpClientState, opts?: CustomResourceOptions): InterfaceSstpClient
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
add_default_route: Optional[bool] = None,
add_sni: Optional[bool] = None,
authentications: Optional[Sequence[str]] = None,
certificate: Optional[str] = None,
ciphers: Optional[str] = None,
comment: Optional[str] = None,
connect_to: Optional[str] = None,
default_route_distance: Optional[str] = None,
dial_on_demand: Optional[bool] = None,
disabled: Optional[bool] = None,
http_proxy: Optional[str] = None,
hw_crypto: Optional[bool] = None,
interface_sstp_client_id: Optional[str] = None,
keepalive_timeout: Optional[str] = None,
max_mru: Optional[float] = None,
max_mtu: Optional[float] = None,
mrru: Optional[str] = None,
name: Optional[str] = None,
password: Optional[str] = None,
pfs: Optional[bool] = None,
port: Optional[str] = None,
profile: Optional[str] = None,
proxy_port: Optional[str] = None,
running: Optional[bool] = None,
tls_version: Optional[str] = None,
user: Optional[str] = None,
verify_server_address_from_certificate: Optional[bool] = None,
verify_server_certificate: Optional[bool] = None) -> InterfaceSstpClient
func GetInterfaceSstpClient(ctx *Context, name string, id IDInput, state *InterfaceSstpClientState, opts ...ResourceOption) (*InterfaceSstpClient, error)
public static InterfaceSstpClient Get(string name, Input<string> id, InterfaceSstpClientState? state, CustomResourceOptions? opts = null)
public static InterfaceSstpClient get(String name, Output<String> id, InterfaceSstpClientState state, CustomResourceOptions options)
resources: _: type: routeros:InterfaceSstpClient 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.
- Add
Default boolRoute - Whether to add L2TP remote address as a default route.
- Add
Sni bool - Enables/disables service.
- Authentications List<string>
- Authentication algorithm.
- Certificate string
- Name of the certificate in use.
- Ciphers string
- Allowed ciphers.
- Comment string
- Connect
To string - Remote address of the SSTP server.
- Default
Route stringDistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- Dial
On boolDemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- Disabled bool
- Http
Proxy string - Proxy address field.
- Hw
Crypto bool - Interface
Sstp stringClient Id - The ID of this resource.
- Keepalive
Timeout string - Sets keepalive timeout in seconds.
- Max
Mru double - Maximum Receive Unit.
- Max
Mtu double - Maximum Transmission Unit.
- Mrru string
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- Name string
- Descriptive name of the interface.
- Password string
- Password used for authentication.
- Pfs bool
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- Port string
- Sets port used.
- Profile string
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- Proxy
Port string - Sets proxy port.
- Running bool
- Tls
Version string - Specifies which TLS versions to allow.
- User string
- User name used for authentication.
- Verify
Server boolAddress From Certificate - SSTP client will verify server address in certificate.
- Verify
Server boolCertificate - SSTP client will verify server certificate.
- ___
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.
- Add
Default boolRoute - Whether to add L2TP remote address as a default route.
- Add
Sni bool - Enables/disables service.
- Authentications []string
- Authentication algorithm.
- Certificate string
- Name of the certificate in use.
- Ciphers string
- Allowed ciphers.
- Comment string
- Connect
To string - Remote address of the SSTP server.
- Default
Route stringDistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- Dial
On boolDemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- Disabled bool
- Http
Proxy string - Proxy address field.
- Hw
Crypto bool - Interface
Sstp stringClient Id - The ID of this resource.
- Keepalive
Timeout string - Sets keepalive timeout in seconds.
- Max
Mru float64 - Maximum Receive Unit.
- Max
Mtu float64 - Maximum Transmission Unit.
- Mrru string
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- Name string
- Descriptive name of the interface.
- Password string
- Password used for authentication.
- Pfs bool
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- Port string
- Sets port used.
- Profile string
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- Proxy
Port string - Sets proxy port.
- Running bool
- Tls
Version string - Specifies which TLS versions to allow.
- User string
- User name used for authentication.
- Verify
Server boolAddress From Certificate - SSTP client will verify server address in certificate.
- Verify
Server boolCertificate - SSTP client will verify server certificate.
- ___
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.
- add
Default BooleanRoute - Whether to add L2TP remote address as a default route.
- add
Sni Boolean - Enables/disables service.
- authentications List<String>
- Authentication algorithm.
- certificate String
- Name of the certificate in use.
- ciphers String
- Allowed ciphers.
- comment String
- connect
To String - Remote address of the SSTP server.
- default
Route StringDistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- dial
On BooleanDemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- disabled Boolean
- http
Proxy String - Proxy address field.
- hw
Crypto Boolean - interface
Sstp StringClient Id - The ID of this resource.
- keepalive
Timeout String - Sets keepalive timeout in seconds.
- max
Mru Double - Maximum Receive Unit.
- max
Mtu Double - Maximum Transmission Unit.
- mrru String
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- name String
- Descriptive name of the interface.
- password String
- Password used for authentication.
- pfs Boolean
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- port String
- Sets port used.
- profile String
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- proxy
Port String - Sets proxy port.
- running Boolean
- tls
Version String - Specifies which TLS versions to allow.
- user String
- User name used for authentication.
- verify
Server BooleanAddress From Certificate - SSTP client will verify server address in certificate.
- verify
Server BooleanCertificate - SSTP client will verify server certificate.
- ___
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.
- add
Default booleanRoute - Whether to add L2TP remote address as a default route.
- add
Sni boolean - Enables/disables service.
- authentications string[]
- Authentication algorithm.
- certificate string
- Name of the certificate in use.
- ciphers string
- Allowed ciphers.
- comment string
- connect
To string - Remote address of the SSTP server.
- default
Route stringDistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- dial
On booleanDemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- disabled boolean
- http
Proxy string - Proxy address field.
- hw
Crypto boolean - interface
Sstp stringClient Id - The ID of this resource.
- keepalive
Timeout string - Sets keepalive timeout in seconds.
- max
Mru number - Maximum Receive Unit.
- max
Mtu number - Maximum Transmission Unit.
- mrru string
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- name string
- Descriptive name of the interface.
- password string
- Password used for authentication.
- pfs boolean
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- port string
- Sets port used.
- profile string
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- proxy
Port string - Sets proxy port.
- running boolean
- tls
Version string - Specifies which TLS versions to allow.
- user string
- User name used for authentication.
- verify
Server booleanAddress From Certificate - SSTP client will verify server address in certificate.
- verify
Server booleanCertificate - SSTP client will verify server certificate.
- ___
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.
- add_
default_ boolroute - Whether to add L2TP remote address as a default route.
- add_
sni bool - Enables/disables service.
- authentications Sequence[str]
- Authentication algorithm.
- certificate str
- Name of the certificate in use.
- ciphers str
- Allowed ciphers.
- comment str
- connect_
to str - Remote address of the SSTP server.
- default_
route_ strdistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- dial_
on_ booldemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- disabled bool
- http_
proxy str - Proxy address field.
- hw_
crypto bool - interface_
sstp_ strclient_ id - The ID of this resource.
- keepalive_
timeout str - Sets keepalive timeout in seconds.
- max_
mru float - Maximum Receive Unit.
- max_
mtu float - Maximum Transmission Unit.
- mrru str
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- name str
- Descriptive name of the interface.
- password str
- Password used for authentication.
- pfs bool
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- port str
- Sets port used.
- profile str
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- proxy_
port str - Sets proxy port.
- running bool
- tls_
version str - Specifies which TLS versions to allow.
- user str
- User name used for authentication.
- verify_
server_ booladdress_ from_ certificate - SSTP client will verify server address in certificate.
- verify_
server_ boolcertificate - SSTP client will verify server certificate.
- ___
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.
- add
Default BooleanRoute - Whether to add L2TP remote address as a default route.
- add
Sni Boolean - Enables/disables service.
- authentications List<String>
- Authentication algorithm.
- certificate String
- Name of the certificate in use.
- ciphers String
- Allowed ciphers.
- comment String
- connect
To String - Remote address of the SSTP server.
- default
Route StringDistance - Sets distance value applied to auto created default route, if add-default-route is also selected.
- dial
On BooleanDemand - Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established.
- disabled Boolean
- http
Proxy String - Proxy address field.
- hw
Crypto Boolean - interface
Sstp StringClient Id - The ID of this resource.
- keepalive
Timeout String - Sets keepalive timeout in seconds.
- max
Mru Number - Maximum Receive Unit.
- max
Mtu Number - Maximum Transmission Unit.
- mrru String
- Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel.
- name String
- Descriptive name of the interface.
- password String
- Password used for authentication.
- pfs Boolean
- Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE.
- port String
- Sets port used.
- profile String
- Specifies which PPP profile configuration will be used when establishing the tunnel.
- proxy
Port String - Sets proxy port.
- running Boolean
- tls
Version String - Specifies which TLS versions to allow.
- user String
- User name used for authentication.
- verify
Server BooleanAddress From Certificate - SSTP client will verify server address in certificate.
- verify
Server BooleanCertificate - SSTP client will verify server certificate.
Package Details
- Repository
- routeros terraform-routeros/terraform-provider-routeros
- License
- Notes
- This Pulumi package is based on the
routeros
Terraform Provider.
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros