MSFT_NetVirtualizationProviderAddressSettingData class
Represents a physical IP address of the network interface the WNV module is configured on.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
class MSFT_NetVirtualizationProviderAddressSettingData : MSFT_NetSettingData
{
string ProviderAddress;
uint32 InterfaceIndex;
uint8 PrefixLength;
uint16 VlanID;
uint16 AddressState;
string MACAddress;
boolean ManagedByCluster;
};
Members
The MSFT_NetVirtualizationProviderAddressSettingData class has these types of members:
Properties
The MSFT_NetVirtualizationProviderAddressSettingData class has these properties.
-
AddressState
-
-
Data type: uint16
-
Access type: Read-only
Gets the state of the IP address.
-
0 (16)
-
1 (17)
-
2 (18)
-
3 (19)
-
4 (20)
-
-
InterfaceIndex
-
-
Data type: uint32
-
Access type: Read-only
The Index of the interface the WNV module is configured on.
-
-
MACAddress
-
-
Data type: string
-
Access type: Read/write
Gets and sets the MAC address of the network interface.
-
-
ManagedByCluster
-
-
Data type: boolean
-
Access type: Read/write
Indicates whether the network is managed by a cluster. This property can be set to one of the following values.
-
0 (23)
-
1 (24)
-
-
PrefixLength
-
-
Data type: uint8
-
Access type: Read/write
The prefix length for the Provider IP address.
-
-
ProviderAddress
-
-
Data type: string
-
Access type: Read-only
The IP address.
-
-
VlanID
-
-
Data type: uint16
-
Access type: Read/write
Optional VLAN Identifier corresponding to the Provider IP address.
-
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\StandardCimv2 |
MOF |
|
DLL |
|