GoogleCloudBaremetalsolutionV2LogicalInterface class
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.
Constructors
-
GoogleCloudBaremetalsolutionV2LogicalInterface({int? interfaceIndex, List<
LogicalNetworkInterface> ? logicalNetworkInterfaces, String? name}) - GoogleCloudBaremetalsolutionV2LogicalInterface.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- interfaceIndex ↔ int?
-
The index of the logical interface mapping to the index of the hardware
bond or nic on the chosen network template.
getter/setter pair
-
logicalNetworkInterfaces
↔ List<
LogicalNetworkInterface> ? -
List of logical network interfaces within a logical interface.
getter/setter pair
- name ↔ String?
-
Interface name.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited