NetworkInterface(mapping=None, *, ignore_unknown_fields=False, **kwargs)
NetworkInterface represents a NIC of a VM.
Attributes |
|
---|---|
Name | Description |
network |
str
Optional. The network to connect the NIC to. |
subnetwork |
str
Optional. The subnetwork to connect the NIC to. |
internal_ip |
str
Optional. The internal IP to define in the NIC. The formats accepted are: ephemeral \\ ipv4 address \\ a named
address resource full path.
|
external_ip |
str
Optional. The external IP to define in the NIC. |
network_tier |
google.cloud.vmmigration_v1.types.ComputeEngineNetworkTier
Optional. The networking tier used for optimizing connectivity between instances and systems on the internet. Applies only for external ephemeral IP addresses. If left empty, will default to PREMIUM. |