logicalInterfaces property

List<GoogleCloudBaremetalsolutionV2LogicalInterface>? logicalInterfaces
getter/setter pair

List of logical interfaces for the instance.

The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

Implementation

core.List<GoogleCloudBaremetalsolutionV2LogicalInterface>? logicalInterfaces;