public sealed class NetworkMountPoint : IMessage<NetworkMountPoint>, IEquatable<NetworkMountPoint>, IDeepCloneable<NetworkMountPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class NetworkMountPoint.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `NetworkMountPoint` API class is 1.7.0, but the current documentation pertains to version 1.4.0."],["The `NetworkMountPoint` class in the Bare Metal Solution v2 API represents a mount point for a network, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties such as `DefaultGateway`, `Instance`, `InstanceAsInstanceName`, `IpAddress`, and `LogicalInterface`, allowing configuration of the network connection and its relationship with the instance."],["The `NetworkMountPoint` class has two constructors, one is a default constructor and the other accepts another `NetworkMountPoint` object as a parameter for copying."],["The documentation covers inherited members such as `GetHashCode()`, `GetType()`, and `ToString()` from the `object` class."]]],[]]