NetworkInterface
import type { NetworkInterface } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";
NetworkInterface represents a NIC of a VM.
interface NetworkInterface {
externalIp?: string;
internalIp?: string;
network?: string;
networkTier?: "COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED" | "NETWORK_TIER_STANDARD" | "NETWORK_TIER_PREMIUM";
subnetwork?: string;
}§Properties
§
internalIp?: string
[src]Optional. The internal IP to define in the NIC. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path.
§
networkTier?: "COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED" | "NETWORK_TIER_STANDARD" | "NETWORK_TIER_PREMIUM"
[src]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.