NetworkInterfaceAttachment class
Constructors
-
NetworkInterfaceAttachment({Input<
String?> ? attachmentId, required Input<int> deviceIndex, required Input<String> instance, Input<int?> ? networkCardIndex}) -
Creates a new NetworkInterfaceAttachment.
attachmentIdOptional.deviceIndexInteger to define the devices index.instanceID of the instance to attach to.networkCardIndexIndex of the network card. Specify a value greater than 0 when using multiple network cards, which are supported by some instance types. The default is 0.const -
NetworkInterfaceAttachment.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
attachmentId
→ Input<
String?> ? -
final
-
deviceIndex
→ Input<
int> -
Integer to define the devices index.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instance
→ Input<
String> -
ID of the instance to attach to.
final
-
networkCardIndex
→ Input<
int?> ? -
Index of the network card. Specify a value greater than 0 when using multiple network cards, which are supported by some instance types. The default is 0.
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