Show / Hide Table of Contents

Class GoogleCloudBaremetalsolutionV2LogicalInterface

Each logical interface represents a logical abstraction of the underlying physical interface (for eg. bond, nic) of the instance. Each logical interface can effectively map to multiple network-IP pairs and still be mapped to one underlying physical interface.

Inheritance
object
GoogleCloudBaremetalsolutionV2LogicalInterface
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 GoogleCloudBaremetalsolutionV2LogicalInterface : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InterfaceIndex

The index of the logical interface mapping to the index of the hardware bond or nic on the chosen network template. This field is deprecated.

Declaration
[JsonProperty("interfaceIndex")]
public virtual int? InterfaceIndex { get; set; }
Property Value
Type Description
int?

LogicalNetworkInterfaces

List of logical network interfaces within a logical interface.

Declaration
[JsonProperty("logicalNetworkInterfaces")]
public virtual IList<LogicalNetworkInterface> LogicalNetworkInterfaces { get; set; }
Property Value
Type Description
IList<LogicalNetworkInterface>

Name

Interface name. This is of syntax or and forms part of the network template name.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX