Class LogicalNetworkInterface
Each logical network interface is effectively a network and IP pair.
Implements
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class LogicalNetworkInterface : IDirectResponseSchema
Properties
DefaultGateway
Whether this interface is the default gateway for the instance. Only one interface can be the default gateway for the instance.
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 |
Id
An identifier for the Network
, generated by the backend.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
IpAddress
IP address in the network
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
Name of the network
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkType
Type of network.
Declaration
[JsonProperty("networkType")]
public virtual string NetworkType { get; set; }
Property Value
Type | Description |
---|---|
string |