GoogleCloudBaremetalsolutionV2LogicalInterface constructor

GoogleCloudBaremetalsolutionV2LogicalInterface({
  1. int? interfaceIndex,
  2. List<LogicalNetworkInterface>? logicalNetworkInterfaces,
  3. String? name,
})

Implementation

GoogleCloudBaremetalsolutionV2LogicalInterface({
  this.interfaceIndex,
  this.logicalNetworkInterfaces,
  this.name,
});