Class NetworkMountPoint
Mount point for a network.
Implements
Inherited Members
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 |