Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.46 KB

NicLight.md

File metadata and controls

26 lines (18 loc) · 1.46 KB

NicLight

Information about the network interface card (NIC).

Properties

Name Type Description Notes
accountId String The account ID of the owner of the NIC. [optional]
description String The description of the NIC. [optional]
isSourceDestChecked Boolean (Net only) If true, the source/destination check is enabled. If false, it is disabled. [optional]
linkNic LinkNicLight [optional]
linkPublicIp LinkPublicIpLightForVm [optional]
macAddress String The Media Access Control (MAC) address of the NIC. [optional]
netId String The ID of the Net for the NIC. [optional]
nicId String The ID of the NIC. [optional]
privateDnsName String The name of the private DNS. [optional]
privateIps List<PrivateIpLightForVm> The private IP or IPs of the NIC. [optional]
securityGroups List<SecurityGroupLight> One or more IDs of security groups for the NIC. [optional]
state String The state of the NIC (`available` | `attaching` | `in-use` | `detaching`). [optional]
subnetId String The ID of the Subnet for the NIC. [optional]