IHciNicDetail Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.HciNicDetailTypeConverter))]
public interface IHciNicDetail : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.HciNicDetailTypeConverter))>]
type IHciNicDetail = interface
interface IJsonSerializable
Public Interface IHciNicDetail
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdapterName |
Adapter Name of NIC |
ComponentId |
Component Id of NIC |
DefaultGateway |
Default Gateway of NIC |
DefaultIsolationId |
Default Isolation of Management NIC |
DnsServer |
DNS Servers for NIC |
DriverVersion |
Driver Version of NIC |
InterfaceDescription |
Interface Description of NIC |
Ip4Address |
Subnet Mask of NIC |
MacAddress |
MAC address information of NIC. |
NicStatus |
The status of NIC, up, disconnected. |
NicType |
The type of NIC, physical, virtual, management. |
Slot |
The slot attached to the NIC. |
SubnetMask |
Subnet Mask of NIC |
SwitchName |
The switch attached to the NIC, if any. |
VlanId |
The VLAN ID of the physical NIC. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |