Method: SDM::MongoHost#bind_interface
- Defined in:
- lib/models/porcelain.rb
#bind_interface ⇒ Object
The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10789 10790 10791 |
# File 'lib/models/porcelain.rb', line 10789 def bind_interface @bind_interface end |