Class NetworkInterface (1.3.1)

NetworkInterface(mapping=None, *, ignore_unknown_fields=False, **kwargs)

NetworkInterface represents a NIC of a VM.

Attributes

NameDescription
network str
The network to connect the NIC to.
subnetwork str
The subnetwork to connect the NIC to.
internal_ip str
The internal IP to define in the NIC. The formats accepted are: ``ephemeral`` \\ ipv4 address \\ a named address resource full path.
external_ip str
The external IP to define in the NIC.

Inheritance

builtins.object > proto.message.Message > NetworkInterface