Show / Hide Table of Contents

Class NetworkMountPoint

Mount point for a network.

Inheritance
object
NetworkMountPoint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class NetworkMountPoint : IDirectResponseSchema

Properties

DefaultGateway

Network should be a default gateway.

Declaration
[JsonProperty("defaultGateway")]
public virtual bool? DefaultGateway { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Instance

Instance to attach network to.

Declaration
[JsonProperty("instance")]
public virtual string Instance { get; set; }
Property Value
Type Description
string

IpAddress

Ip address of the server.

Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type Description
string

LogicalInterface

Logical interface to detach from.

Declaration
[JsonProperty("logicalInterface")]
public virtual string LogicalInterface { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX