public sealed class NetworkMountPoint : IMessage<NetworkMountPoint>, IEquatable<NetworkMountPoint>, IDeepCloneable<NetworkMountPoint>, IBufferMessage, IMessageReference documentation and code samples for the Bare Metal Solution v2 API class NetworkMountPoint.
Mount point for a network.
Implements
IMessageNetworkMountPoint, IEquatableNetworkMountPoint, IDeepCloneableNetworkMountPoint, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
NetworkMountPoint()
public NetworkMountPoint()NetworkMountPoint(NetworkMountPoint)
public NetworkMountPoint(NetworkMountPoint other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkMountPoint |
Properties
DefaultGateway
public bool DefaultGateway { get; set; }Network should be a default gateway.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Instance
public string Instance { get; set; }Instance to attach network to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InstanceAsInstanceName
public InstanceName InstanceAsInstanceName { get; set; }InstanceName-typed view over the Instance resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|
IpAddress
public string IpAddress { get; set; }Ip address of the server.
| Property Value | |
|---|---|
| Type | Description |
string |
|
LogicalInterface
public string LogicalInterface { get; set; }Logical interface to detach from.
| Property Value | |
|---|---|
| Type | Description |
string |
|