You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies the digital public key X.509 certificate of a user account that has permission to perform this action.This is the certificate thumbprint of the certificate.This thumbprint must also be provided in the *ClientCertificateThumbprint* parameter in the **Install-NetworkController** or **Set-NetworkController** cmdlet so that Network Controller can authorize this user.
Specifies the Uniform Resource Identifier (URI) of the Network Controller, used by all Representational State Transfer (REST) clients to connect to Network Controller.
Specifies a user credential that has permission to perform this action.The default value is the current user.This user must be present in the security group provided in the *ClientSecurityGroup* parameter in the **Install-NetworkController** cmdlet.
Specifies the unique identifier for the networkinterface resource.
103
+
91
104
```yaml
92
105
Type: String[]
93
106
Parameter Sets: (All)
@@ -106,6 +119,36 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
106
119
## INPUTS
107
120
108
121
## OUTPUTS
122
+
Following settings of a network interface can be retrieved:
123
+
1. MAC address
124
+
2. IP address
125
+
3. Whether this is a host virtual NIC
126
+
4. Whether the NIC is primary
127
+
5. Internal DNS name label of the NIC
128
+
6. Port settings of the NIC
129
+
- Whether MAC spoofing is enabled
130
+
- Whether ARP guard is enabled. ARP guard will allow only addresses specified in ArpFilter to pass through the port
131
+
- ArpFilter: IP list for allowed addresses when arpGuard is enabled
132
+
- Whether DHCP guard is enabled. Specifies whether to drop DHCP messages from a virtual machine claiming to be a DHCP server.
133
+
- Storm limit: the number of broadcast, multicast, and unknown unicast packets per second a virtual machine is allowed to send through the specified virtual network adapter. A value of zero (0) means there is no limit.
134
+
- Port Flow Limit: Specifies the maximum number of flows that can be executed for the port. A value of blank or zero (0) means there is no limit
135
+
- IovWeight: Specifies whether single-root I/O virtualization (SR-IOV) is to be enabled on this virtual network adapter. The range of the value is typically from 0 through 100. Value of 0 disables SR-IOV on the virtual network adapter.
136
+
- IovInterruptModeration: Specifies the interrupt moderation value for a single-root I/O virtualization (SR-IOV) virtual function assigned to a virtual network adapter. Allowed values are “default”, “adaptive”, “off”, low”, “medium”, and “high”.
137
+
- IovQueuePairsRequested: Specifies the number of hardware queue pairs to be allocated to an SR-IOV virtual function. If receive-side scaling (RSS) is required, and if the physical network adapter that binds to the virtual switch supports RSS on SR-IOV virtual functions, then more than one queue pair is required. Allowed values range from 1 to 4294967295
138
+
- VmqWeight: Specifies whether virtual machine queue (VMQ) is to be enabled on the virtual network adapter. The relative weight describes the affinity of the virtual network adapter to use VMQ. The range of value is typically from 0 through 100. Value of 0 disables VMQ on the virtual network adapter.
139
+
- QosSettings: Reference to QoS Settings applied on the interface
140
+
7. DNS servers assigned to the interface
141
+
8. IP configuration of the interface
142
+
- Private IP address
143
+
- Private IP address allocation method
144
+
- Load balancer backend address pools associated with the IP configuration
145
+
- Load balancer inbound NAT Rules associated with the IP configuration
146
+
- Subnet associated with the IP configuration
147
+
- Public IP address associated with the IP configuration
148
+
- Access control list associated with the IP Configuration
149
+
- Service insertion rules associated with the IP configuration
0 commit comments