8000 vmrest-go-client/docs/NicIpStack.md at master · Fred78290/vmrest-go-client · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 955 Bytes

NicIpStack.md

File metadata and controls

15 lines (11 loc) · 955 Bytes

NicIpStack

Properties

Name Type Description Notes
Mac *MacAddress Mac address of the interface [default to null]
Ip []IpNetAddress IP address(es) of the interface (CIDR) [optional] [default to null]
Dns *DnsConfig DNS configuration of the interface [optional] [default to null]
Wins *WinsConfig WINS configuration of the interface [optional] [default to null]
Dhcp4 *DhcpConfig DHCPv4 configuration of the interface [optional] [default to null]
Dhcp6 *DhcpConfig DHCPv6 configuration of the interface [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]

0