GetInstanceTypeNetworkCard class

Constructors

GetInstanceTypeNetworkCard({required Input<double> baselineBandwidth, required Input<int> index, required Input<int> maximumInterfaces, required Input<double> peakBandwidth, required Input<String> performance})
Creates a new GetInstanceTypeNetworkCard. baselineBandwidth Required. index Required. maximumInterfaces Required. peakBandwidth Required. performance Required.
const
GetInstanceTypeNetworkCard.fromMap(Map<String, dynamic> map)
factory

Properties

baselineBandwidth → Input<double>
final
hashCode int
The hash code for this object.
no setterinherited
index → Input<int>
final
maximumInterfaces → Input<int>
final
peakBandwidth → Input<double>
final
performance → Input<String>
final
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited