public sealed class NetworkInterface : IMessage<NetworkInterface>, IEquatable<NetworkInterface>, IDeepCloneable<NetworkInterface>, IBufferMessage, IMessageNetworkInterface represents a NIC of a VM.
Implements
IMessage<NetworkInterface>, IEquatable<NetworkInterface>, IDeepCloneable<NetworkInterface>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
NetworkInterface()
public NetworkInterface()NetworkInterface(NetworkInterface)
public NetworkInterface(NetworkInterface other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkInterface |
Properties
ExternalIp
public string ExternalIp { get; set; }The external IP to define in the NIC.
| Property Value | |
|---|---|
| Type | Description |
String |
|
InternalIp
public string InternalIp { get; set; }The internal IP to define in the NIC.
The formats accepted are: ephemeral \ ipv4 address \ a named address
resource full path.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Network
public string Network { get; set; }The network to connect the NIC to.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Subnetwork
public string Subnetwork { get; set; }The subnetwork to connect the NIC to.
| Property Value | |
|---|---|
| Type | Description |
String |
|