Show / Hide Table of Contents

Class LogicalNetworkInterface

Each logical network interface is effectively a network and IP pair.

Inheritance
object
LogicalNetworkInterface
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX