AttachVmRequest
Request to connect a VM to a network.
Id of the VM to attach. Required.
ipAddress IPAddress (string)
IPv4 address to assign to the VM on this network. Omit to let the platform allocate one automatically.
Address family of the address (IPv4 or IPv6).
Possible values: [Unknown, Unspecified, Unix, InterNetwork, ImpLink, Pup, Chaos, NS, Ipx, Iso, Osi, Ecma, DataKit, Ccitt, Sna, DecNet, DataLink, Lat, HyperChannel, AppleTalk, NetBios, VoiceView, FireFox, Banyan, Atm, InterNetworkV6, Cluster, Ieee12844, Irda, NetworkDesigners, Max, Packet, ControllerAreaNetwork]
IPv6 scope identifier of the address.
Whether the address is an IPv6 multicast address.
Whether the address is an IPv6 link-local address.
Whether the address is an IPv6 site-local address.
Whether the address is an IPv6 Teredo address.
Whether the address is an IPv6 unique-local address.
Whether the address is an IPv4 address mapped into the IPv6 space.
IP address value.
{
"vmId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"ipAddress": "192.168.0.1"
}