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. Filled if InstanceConfig.multivlan_config is true.

Implementation

core.List<GoogleCloudBaremetalsolutionV2LogicalInterface>? logicalInterfaces;