Bare Metal Solution v2 API - Class NetworkMountPoint (1.5.0)

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.

Mount point for a network.

Inheritance

object > NetworkMountPoint

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

NetworkMountPoint()

public NetworkMountPoint()

NetworkMountPoint(NetworkMountPoint)

public NetworkMountPoint(NetworkMountPoint other)
Parameter
NameDescription
otherNetworkMountPoint

Properties

DefaultGateway

public bool DefaultGateway { get; set; }

Network should be a default gateway.

Property Value
TypeDescription
bool

Instance

public string Instance { get; set; }

Instance to attach network to.

Property Value
TypeDescription
string

InstanceAsInstanceName

public InstanceName InstanceAsInstanceName { get; set; }

InstanceName-typed view over the Instance resource name property.

Property Value
TypeDescription
InstanceName

IpAddress

public string IpAddress { get; set; }

Ip address of the server.

Property Value
TypeDescription
string

LogicalInterface

public string LogicalInterface { get; set; }

Logical interface to detach from.

Property Value
TypeDescription
string